/google/finance/quotes/history
Google
/google/finance/quotes/history
Get historical OHLCV bars for a ticker in SYMBOL:EXCHANGE form
Price: 1 credit
💡 AI Hint: Get historical price bars (date_at/open/high/low/close/volume) for a ticker identified as SYMBOL:EXCHANGE. Choose interval: 5m for current-session intraday bars, or 1d for recent daily bars. Bars are sorted oldest-first.
⚠️ Common errors: 412: Ticker not found or no historical data available
POST
/google/finance/quotes/history
Authorizations
API token from the dashboard
Headers
Body
application/json
Ticker in SYMBOL:EXCHANGE form
Pattern:
^[A-Za-z0-9.\-]{1,15}:[A-Za-z0-9.\-]{1,15}$Examples:
"GOOGL:NASDAQ"
"AAPL:NASDAQ"
"TSLA:NASDAQ"
Maximum number of bars to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Bar interval: 5m for intraday or 1d for daily bars
Available options:
5m, 1d