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.

MethodPathSummary
GEThttps://api.tickerbot.io/v2/tickersList active tickers, paginated.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}Get the full current state of one ticker, or a snapshot at a past date.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/historyGet the full ticker row as of a past date.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/bars/{interval}Open/high/low/close/volume bars for a symbol at a given interval.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/eventsDiscrete event log for one ticker.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/holdingsConstituent holdings of an ETF, weight-ranked.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/sectorsSector allocation of an ETF, weight-ranked.
POSThttps://api.tickerbot.io/v2/tickers/{ticker}/subscribeCreate a webhook that fires when this ticker matches a condition.