Endpoints
Tickers
Current state, single-symbol time-travel via ?asof=, the discrete corporate-event log (splits, dividends, rating changes), and resource-level subscribe. Every response carries a top-level as_of.
| Method | Path | Summary |
|---|---|---|
| GET | https://api.tickerbot.io/v2/tickers | List active tickers, paginated. |
| GET | https://api.tickerbot.io/v2/tickers/{ticker} | Get the full current state of one ticker, or a snapshot at a past date. |
| GET | https://api.tickerbot.io/v2/tickers/{ticker}/history | Get the full ticker row as of a past date. |
| GET | https://api.tickerbot.io/v2/tickers/{ticker}/events | Discrete event log for one ticker. |