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.
| Method | Path | Summary |
|---|---|---|
| GET | https://api.tickerbot.io/ | Open/high/low/close/volume bars for a symbol at a given interval. |
| GET | https://api.tickerbot.io/ | A ticker's columns over time — the multi-column twin of Signal history. |
| GET | https://api.tickerbot.io/ | 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.