Endpoints › ETF
ETF
What an ETF is made of — its holdings and its sector weights.
| Method | Path | Summary |
|---|---|---|
| GET | https://api.tickerbot.io/ | Constituent holdings of an ETF, weight-ranked. |
| GET | https://api.tickerbot.io/ | Sector allocation of an ETF, weight-ranked. |
Composition, not state
An ETF is also a ticker; these two calls are about what it contains.
The fund’s own row — price, booleans, indicators — is Ticker state like any other symbol. Holdings and sectors are the nested table underneath it. Before 2026-09-14 both lived at /v2/tickers/{ticker}/holdings and /sectors; those paths keep serving forever as aliases.