/finviz/quotes/history
Finviz
/finviz/quotes/history
Get historical OHLCV bars for a ticker over a date range
Price: 1 credit
💡 AI Hint: Get historical price bars (date/open/high/low/close/volume) for a stock. Choose daily, weekly, or monthly bars and optionally bound the range with date_from/date_to (YYYY-MM-DD). Bars are returned newest-first.
⚠️ Common errors: 412: Ticker symbol not found or no history available for the requested range
POST
/finviz/quotes/history
Authorizations
API token from the dashboard
Headers
Body
application/json
Ticker symbol
Minimum string length:
1Examples:
"AAPL"
"MSFT"
"TSLA"
Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Bar interval
Available options:
daily, weekly, monthly 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}$