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}/bars/{interval} | Open/high/low/close/volume bars for a symbol at a given interval. |
| GET | https://api.tickerbot.io/v2/tickers/{ticker}/events | Discrete event log for one ticker. |
| GET | https://api.tickerbot.io/v2/tickers/{ticker}/holdings | Constituent holdings of an ETF, weight-ranked. |
| GET | https://api.tickerbot.io/v2/tickers/{ticker}/sectors | Sector allocation of an ETF, weight-ranked. |
| POST | https://api.tickerbot.io/v2/tickers/{ticker}/subscribe | Create a webhook that fires when this ticker matches a condition. |