get_fund_top_holding
Retrieve top holdings of a Vietnam stock fund by providing its symbol. Supports multiple output formats including JSON and optimized data for AI analysis.
Instructions
Get top holding of a fund from stock market Args: symbol: str (symbol of the fund to get top holding) output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| output_format | No | toon |