Endpoints · Tickers

OHLCV bars

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

Simple OHLCV bars from 1-minute through daily, with point-in-time (`asof`) and back-paging (`before`/`limit`). `1d` and `1h` cover the full universe with full history; sub-hour intervals cover the active universe and back-fill on demand. Pass a comma-separated symbol list for a bulk response keyed by symbol.

Plan access

Included on every plan, Hobby through Enterprise.

Rate limit

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

Universe

All ~12,000 tracked tickers on every plan.

stringrequired

Ticker symbol, or a comma-separated list (up to 50) for a bulk response keyed by symbol.

stringrequired

Bar interval — one of `1s`, `1m`, `5m`, `15m`, `30m`, `1h`, `1d`.

integerdefault 100

Most-recent N bars.

string

Return the N bars ending strictly before this date/timestamp — back-paging.

string

Return a single bar as of that date/timestamp (point-in-time).

string

Continuation token from a prior response's `next_cursor`; sugar for `before`.

200
Bars oldest-first under bars, with as_of, count, coverage, and next_cursor. Bulk requests key bars and coverage by symbol.
400
Invalid interval, no symbols, or more than 50 symbols.
401
Missing or invalid API key.