Endpoints · Tickers
ETF sector breakdown
GET
https://api.tickerbot.io/v2/tickers/{ticker}/sectorsReturns the ETF's sector weights, heaviest first. When the ticker is not an ETF, `is_etf` is false and `sectors` is empty.
Plan access
Included on every plan.
Rate limit
Hobby 600/min · Pro 2,000/min · Scale 10,000/min.
History
All-time on every paid plan.
Query parameters
stringrequiredETF symbol.
Status codes
200Envelope with
is_etf, count, and sectors (sector, weight).400Invalid ticker.