get_fund_nav_report
Retrieve the net asset value (NAV) report of a fund listed on the Vietnamese stock market. Choose output format: JSON, dataframe, or AI-optimized text.
Instructions
Get nav report of a fund from stock market Args: symbol: str (symbol of the fund to get nav report) 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 |