get_fund_data
Retrieve fund and ETF profile data including overview, asset-class and sector weightings, and top holdings for a Yahoo Finance symbol.
Instructions
Get fund/ETF profile data for a Yahoo symbol.
symbol must be a native Yahoo Finance ticker (e.g. SPY, VWRL.L),
never an ISIN, WKN, or company name; resolve those via search first.
Returns the fund overview, asset-class and sector weightings, and the top
holdings. Fund/ETF-only; raises for stocks and crypto, which have no fund
data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of top holdings to return. | |
| symbol | Yes | A native Yahoo Finance ticker symbol, e.g. 'AAPL', 'MSFT', 'SAP.DE', or 'BMW.DE'. This is NOT an ISIN, a WKN, or a company name, and must NOT be built by appending an exchange suffix to an ISIN (e.g. 'US0378331005.DE' is invalid). If you only have a name or ISIN, call the 'search' tool first and pass the 'symbol' value it returns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||