get_main_financial_data
Retrieve a company's key financial data as a Markdown table by providing the stock code with exchange suffix.
Instructions
获取公司主要财务数据
Args: stock_code: 股票代码,要在数字后加上交易所代码,格式如300750.SZ
Returns: 公司主要财务数据的Markdown表格
Examples: - get_main_financial_data("300750.SZ")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |