View as markdown
Endpoints

Series

One thing over time. Every series is the same shape — timestamped rows at a chosen interval (1m / 1h / 1d), chronological, cursor-paged, all-time on every plan. Pull a single column, a signal, or OHLCV bars.

MethodPathSummary
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/bars/{interval}Open/high/low/close/volume bars for a symbol at a given interval.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/history/{interval}A ticker's columns over time — the multi-column twin of Signal history.
GEThttps://api.tickerbot.io/v2/signals/{signal}/{ticker}/history/{interval}Time series of one signal for one ticker.

Point-in-time is the sibling question — for the state of a ticker at one past instant rather than its evolution, see As-of ticker and the As-of concept.