View as markdown
Endpoints · Tickers

Ticker as-of date

GET/v2/tickers/{ticker}/history

Time-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.

stringrequired

Ticker symbol.

stringrequired

Target 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.

200
Wide 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).
400
Missing asof, invalid format, or beyond your plan's history window.
401
Missing or invalid API key.
404
No historical state for that ticker at or before the requested date.