Realtime Indices Values
Retrieve real-time values for multiple market indices simultaneously. Returns current index levels, percentage changes, and last update timestamps for a batch of indices in a single request.
Use Case: Display a dashboard with real-time values for S&P 500, NASDAQ, and Dow Jones indices updating simultaneously to show overall market performance.
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
One or more index identifiers to fetch real-time values for, comma-separated. For Symbol-type identifiers, use the full <SYMBOL>.<GROUP> form (e.g. SPX.IND_CBOM,COMP.IND_CBOM,DJI.IND_DJI). All identifiers in one request must be the same type (set via identifierType).
How to interpret each value in identifiers. Defaults to Symbol. See IndicesIdentifierType for the full set of accepted values. All identifiers in one request must be the same type.
Which kind of identifier you are sending in identifier / identifiers. Provide the matching value:
Symbol— index ticker (e.g.SPX.IND_CBOM). Default.CIK— SEC Central Index Key.CUSIP— 9-character U.S./Canadian security identifier.ISIN— 12-character international identifier.Valoren— Swiss security identifier.SEDOL— 7-character UK identifier.FIGI— Bloomberg Financial Instrument Global Identifier.CompositeFIGI— country-level composite FIGI.
Symbol, CIK, CUSIP, ISIN, Valoren, SEDOL, FIGI, CompositeFIGI "Symbol"
Response
Successful response. Each item mirrors the single-index realtime shape: identifier, index metadata, and a value object with OHLC, 52-week range, and change fields.
Batch realtime index quotes returned by GET /v1/indices/realtime/values.
One entry per requested identifier