get_finance_ratios
Retrieve finance ratios for any listed company on the Vietnam stock market. Choose between quarterly or annual periods and output in JSON, dataframe, or AI-optimized format.
Instructions
Get finance ratios of a company from stock market Args: symbol: str (symbol of the company to get finance ratios) period: Literal['quarter', 'year'] = 'year' (period to get finance ratios) 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 | ||
| period | No | year | |
| output_format | No | toon |