← tickerbot.io
View as markdown
Endpoints › Tickers

Tickers

One ticker: the symbol catalog, its full row now or as of any past date, and how well it is covered.

MethodPathSummary
GEThttps://api.tickerbot.io/v2/tickersThe catalog: every tracked symbol with its identity, alphabetical and paginated.
GEThttps://api.tickerbot.io/v2/tickers/{ticker}The full current state of one ticker, or up to 50 at once with the list in the path.
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}/coverageHow much data a ticker has. Spans per resolution, measured depth per signal.

Where else a ticker shows up

This family is one ticker at one instant. Four neighbours cover the rest.

For a ticker over time see Series, and its raw OHLCV under Bars; for its event log see Events; for what an ETF contains see ETF. To be pushed when a ticker meets a condition, subscribe it as a webhook.