# 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.

- **OHLCV bars** — `GET /v2/tickers/{ticker}/bars/{interval}`
- **Ticker history** — `GET /v2/tickers/{ticker}/history/{interval}` (any of the wide row's columns)
- **Signal history** — `GET /v2/signals/{signal}/{ticker}/history/{interval}`

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](/docs/endpoints/tickers/asof) and the [As-of concept](/docs/asof).
