get_fund_equity_holdings
Retrieve the list of equity holdings for a specified fund using its ticker symbol. Get detailed information about the stocks within any fund.
Instructions
Retrieve the equity holdings for a specific fund.
Args: ticker (str): The symbol of the fund.
Returns: list[FundEquityHolding]: List of equity holdings in the fund.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |