Endpoints › Series
Series
The table over time: any signals for any tickers on one aligned grid.
| Method | Path | Summary |
|---|---|---|
| GET | https://api.tickerbot.io/ | Any signals for any tickers on one aligned time grid. |
Series and Bars, on purpose
Series is the table over time; Bars is the price history underneath it.
/v2/series is the canonical read — any signals for any tickers at a chosen interval (1m / 1h / 1d / 1w / 1q), chronological, cursor-paged, all-time, with OHLCV joined onto the grid when you name those columns. Raw OHLCV at every interval from 1s up is its own family: Bars.
Point-in-time and flips
Two sibling questions, two neighbours.
Point-in-time is the sibling question: pass asof to Series for one row per ticker at that instant, or see Ticker state (as-of) and the as-of concept. For the moments a boolean signal flipped, see transitions_only on State over time, or the merged event timeline at Events.