Retrieve OHLC (Open, High, Low, Close) bar data for multiple market indices in a single request. Returns historical price bars with volume data for batch analysis of index movements.
Use Case: Fetch daily bars for S&P 500, NASDAQ, and Russell 2000 to compare performance trends across major indices over the past month.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Index identifier. Required.
"SPX.IND_CBOM"
Type of identifier
"Symbol"
Start time for the bars (e.g. MM/DD/YYYY HH:MM am/pm). Required.
"12/22/2025 9:30 am"
End time for the bars (e.g. MM/DD/YYYY HH:MM am/pm). Required.
"12/22/2025 4:00 pm"
Bar precision
Minutes, Hours, Days Period for the bars
Successful response