get_fund_overview
Retrieve a fund's overview using its ticker symbol to access key financial data and performance metrics.
Instructions
Retrieve an overview for a specific fund.
Args: ticker (str): The symbol of the fund.
Returns: FundOverview | None: Overview data or None if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |