get_fund_top_holdings
Retrieve the top holdings for a fund by providing its ticker symbol. Get a list of the fund's largest positions.
Instructions
Retrieve the top holdings for a specific fund.
Args: ticker (str): The symbol of the fund.
Returns: list[FundTopHolding]: List of top holdings in the fund.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |