Endpoints · Tickers

ETF holdings

GEThttps://api.tickerbot.io/v2/tickers/{ticker}/holdings

Returns 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.

stringrequired

ETF symbol.

integerdefault 500

Max holdings returned. Max 5000.

200
Envelope with is_etf, count, and holdings (holding_ticker, weight).
400
Invalid ticker.