Index Bar Data
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.
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 identifier to query. Required; enter the index symbol or ID that matches the selected identifier type.
"SPX.IND_CBOM"
Identifier type for the value you entered. Use this to tell the API whether the identifier is a symbol, ID, or other supported reference type.
"Symbol"
End time for the bar (e.g. MM/DD/YYYY HH:MM am/pm). Required.
"12/22/2025 10:30 am"
Bar precision for index history. Use it to choose the time size of each returned bar. (e.g. Minutes, Hours)
"Minutes"
Bar period length (e.g. 1, 5, 15). Default 1.
x >= 11