search_fund
Search for funds in Vietnam stock market by name (partial match) and retrieve their details.
Instructions
Search fund by name from stock market Args: keyword: str (partial match for fund name to search) output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| output_format | No | toon |