get_company_ratio_summary
Retrieve a comprehensive summary of key financial ratios for a specified stock symbol, enabling quick analysis of company performance from Vietnam stock market data.
Instructions
Get company ratio summary from stock market Args: symbol: str 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 |