tickerbot_get_ticker_holdings
Retrieve an ETF's constituent holdings and weights, heaviest first. Use to check if a ticker is an ETF and see its holdings data.
Instructions
Get an ETF's constituent holdings and their weights, heaviest first. When the ticker is not an ETF, is_etf is false and holdings is empty; is_etf: true with zero holdings means a real ETF whose holdings aren't ingested yet. (The reverse lookup "which ETFs hold NVDA" is a scan filter on the etf_holders column, not this tool.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max holdings returned. Max 5000. Default 500. When the cap cuts the list, the response sets `truncated: true` and `total` (the full holding count). | |
| ticker | Yes | ETF symbol. |