Endpoints · Tickers
Ticker coverage
GET
https://api.tickerbot.io/ v2/ tickers/ {ticker}/ coverageThe honesty endpoint: for one ticker, exactly what we hold and how far back — per-resolution data spans (bars, daily, hourly, minute), whether the ticker is in the minute tier, and per-field measured depth where our backfill engine has probed it. Use it to know, before querying, whether "no rows" would mean "the signal never fired" or "no data at that depth". Hourly/minute spans come from a periodically refreshed measurement (its measured_at is included); bars/daily are computed live.
Query parameters
stringrequiredTicker symbol.
Status codes
200Envelope with
minute_tier (included, rank), spans (per resolution: oldest, newest, rows), and measured_fields (field, tier, first_date, last_date, pct_complete).404Ticker not in the universe.