get_fund_industry_holding
Retrieve a fund's industry allocation from Vietnam's stock market. Specify the fund symbol to get its sector breakdown.
Instructions
Get industry holding of a fund from stock market Args: symbol: str (symbol of the fund to get industry 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 |