# Tickers

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

- **All symbols** — `GET /v2/tickers`
- **Ticker state (live)** — `GET /v2/tickers/{ticker}`
- **Ticker state (as-of)** — `GET /v2/tickers/{ticker}?asof=`
- **Subscribe (webhook)** — `POST /v2/tickers/{ticker}/subscribe`
- **Ticker coverage** — `GET /v2/tickers/{ticker}/coverage`
- **ETF holdings** — `GET /v2/tickers/{ticker}/holdings`
- **ETF sector breakdown** — `GET /v2/tickers/{ticker}/sectors`

## Where else a ticker shows up

For a ticker *over time* see [Series](/docs/endpoints/series); for its event log see [Events](/docs/endpoints/events). To be pushed when a ticker meets a condition, subscribe it as a [webhook](/docs/endpoints/webhooks/create).
