View as markdown
Endpoints · Tickers

Ticker as-of date

GEThttps://api.tickerbot.io/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 "what did we know" reconstructions and replaying screens across history.

Plan access

Included on every plan.

Rate limit

Hobby 600/min · Pro 2,000/min · Scale 10,000/min.

History

All-time on every paid plan.

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.