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.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Comma-separated list of index identifiers (e.g., SPX.IND_CBOM,COMP.IND_CBOM)
Type of identifier being used
Symbol, ISIN, Valoren 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