Index List
Retrieve all indices within a specific index group including major market benchmarks like S&P 500, NASDAQ, and Dow Jones. Access comprehensive index coverage.
Use Case: Populate a dropdown selector with all available U.S. equity indices for comparison.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Index group whose members you want to list (paginated). Use GET /v1/indices/groups to discover the live list of groups — see IndexGroup for the current published set with plain-English labels.
Identifier of an index data group. Each group is a publisher / index family. Use GET /v1/indices/groups at runtime to get the live list — the list below is the current published set:
IND_CBOC— CBOE Data Services CMSI – Crypto FeedIND_CBOCGI— CBOE Global IndicesIND_CBOF— CBOE Data Services CMSI – FTSEIND_CBOI— CBOE Data Services CMSI – iNAVIND_CBOM— CBOE Data Services CSMI (S&P 500, NASDAQ Composite, etc.)IND_CBOMSTAR— CBOE Data Services CSMI – MorningstarIND_DJI— Dow Jones IndicesIND_GIDS— Nasdaq Global Index Data ServiceIND_GIF— NYSE Global IndicesIND_SPF— S&P Complete IndicesINDBVMF— B3 / Brazil (Bm_Fbovespa)INDXNSE— National Stock Exchange of IndiaINDXSTU— Borse StuttgartINDXTSE— Toronto Stock Exchange
"IND_CBOM"
Number of results per page. Use this to control pagination size in list views. (default: 100, max: 1000)
1 <= x <= 1000100
Pagination token for the next page. Omit it on the first request, then send the returned token to continue paging.
Response
Successful response with list of indices
Array of indices in the specified index group