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.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Index group to list indices for (e.g. IND_CBOM, IND_DJI). Required.
"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