OHLCV bars
https://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.
Query parameters
stringrequiredTicker symbol, or a comma-separated list (up to 50) for a bulk response keyed by symbol.
stringrequiredBar interval — one of `1s`, `1m`, `5m`, `15m`, `30m`, `1h`, `1d`.
integerdefault 100Most-recent N bars.
stringReturn the N bars ending strictly before this date/timestamp — back-paging.
stringReturn a single bar as of that date/timestamp (point-in-time).
stringContinuation token from a prior response's `next_cursor`; sugar for `before`.
Status codes
200bars, with as_of, count, coverage, and next_cursor. Bulk requests key bars and coverage by symbol.400interval, no symbols, or more than 50 symbols.401