Endpoints · Tickers
ETF holdings
GET
https://api.tickerbot.io/v2/tickers/{ticker}/holdingsReturns the ETF's constituents and their weights, heaviest first. When the ticker is not an ETF, `is_etf` is false and `holdings` is empty. The reverse lookup ("which ETFs hold NVDA") is a `/v2/scan` filter on the `etf_holders` column, not an endpoint.
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.
integerdefault 500Max holdings returned. Max 5000.
Status codes
200Envelope with
is_etf, count, and holdings (holding_ticker, weight).400Invalid ticker.