Retrieve historical OHLC (Open, High, Low, Close) bar data for market indices across various timeframes. Perform technical analysis on index movements.
Use Case: Plot 1-year daily candlestick chart for NASDAQ Composite index with volume.
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"
End time for the bar (e.g. MM/DD/YYYY HH:MM am/pm). Required.
"12/22/2025 10:30 am"
Bar precision (e.g. Minutes, Hours)
"Minutes"
Bar period length (e.g. 1, 5, 15). Default 1.
x >= 11