get_financial_ratios
Retrieve key financial ratios for any stock by providing its code. Includes profitability, solvency, and operational efficiency metrics in a Markdown table.
Instructions
获取指定股票的财务比率数据,包括盈利能力、偿债能力、运营能力等关键财务指标。
Args: stock_code: 股票代码,要在数字后加上交易所代码,格式如300750.SZ
Returns: 财务比率数据的Markdown表格
Examples: - get_financial_ratios("300750.SZ")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |