Endpoints · Tickers
Ticker as-of date
GET
/v2/tickers/{ticker}/historyTime-travel to any historical date and pull the whole wide row as it stood then, including the boolean flag values, technical indicators, and the most-recent fundamentals known on that date. Useful for backtests and "what did we know" reconstructions.
Plan access
Included on every plan.
Rate limit
Hobby 60/min · Pro 2,000/min · Scale 10,000/min.
History
Hobby 1y · Pro 5y · Scale all-time.
Query parameters
stringrequiredTicker symbol.
stringrequiredTarget date as `YYYY-MM-DD` or full ISO timestamp `YYYY-MM-DDTHH:MM:SSZ`. The response returns the most-recent daily snapshot on or before this date.
Status codes
200Wide row at the requested date under
data. _meta.frozen_fields lists fields that are not historized (sector, industry, etc.; JOIN to /tickers/{t} for current values).400Missing
asof, invalid format, or beyond your plan's history window.401Missing or invalid API key.
404No historical state for that ticker at or before the requested date.