View as markdown
Endpoints

Tickers

One ticker, one moment — its live state, the same row as of any past moment, and ETF composition.

MethodPathSummary
GEThttps://api.tickerbot.io/v2/tickersThe symbol directory: every tracked ticker, alphabetical, paginated.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}Get the full current state of one ticker.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}?asof=The full ticker row as it stood at a past moment.
POSThttps://api.tickerbot.io/v2/tickers/{ticker}/subscribeCreate a webhook that fires when this ticker matches a query.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}/coverageWhat data exists for a ticker — spans per resolution + measured per-field depth.
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.

Where else a ticker shows up

This bucket is one ticker at one instant. Three neighbours cover the rest.

For a ticker over time see Series; for its event log see Events. To be pushed when a ticker meets a condition, subscribe it as a webhook.