get_etf_exposures
Returns the list of ETFs that hold a specific stock, sorted by holding market value (largest first).
Args:
ticker: Stock ticker (e.g. 'MSFT', 'AAPL')
page: Page number (default 1)
page_size: Results per page (default 20, max 100)
Returns per ETF: etfTicker, etfCompanyName, etfCategory, aum, expenseRatio,
holdingWeight (% of ETF in this stock), holdingMarketValue ($),
holdingNumOfShares, weightInAsset (% of stock's outstanding shares held by this ETF),
etfAnalystConsensusScore, etfSmartScore. Also returns totalCount (total ETFs holding the stock).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| ticker | Yes | ||
| page_size | No |