/nasdaq/quotes/history
Nasdaq
/nasdaq/quotes/history
Get historical OHLCV bars for a ticker symbol
Price: 1 credit
💡 AI Hint: Get historical daily price bars (date/open/high/low/close/volume) for a stock, ETF, or index. Optionally filter by date range (date_from/date_to in YYYY-MM-DD). Bars are returned newest-first. Set asset_class to ‘etf’ or ‘index’ for non-stock symbols.
⚠️ Common errors: 412: Symbol not found or no historical data available
POST
/nasdaq/quotes/history
Authorizations
API token from the dashboard
Headers
Body
application/json
Ticker symbol
Minimum string length:
1Examples:
"AAPL"
"TSLA"
"QQQ"
Maximum number of bars to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Asset class of the symbol
Available options:
stocks, etf, index Start date in YYYY-MM-DD format
Pattern:
^\d{4}-\d{2}-\d{2}$End date in YYYY-MM-DD format
Pattern:
^\d{4}-\d{2}-\d{2}$