Endpoints · Tickers

Ticker coverage

GEThttps://api.tickerbot.io/v2/tickers/{ticker}/coverage

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

stringrequired

Ticker symbol.

200
Envelope with minute_tier (included, rank), spans (per resolution: oldest, newest, rows), and measured_fields (field, tier, first_date, last_date, pct_complete).
404
Ticker not in the universe.