get_financial_summary
Retrieve a stock's historical financial summary, including revenue and net profit, for quarterly or annual reports.
Instructions
获取指定股票的业绩概况数据,包括历史各期的营业收入、净利润等财务指标。
Args: stock_code: 股票代码,要在数字后加上交易所代码,格式如688041.SH date_type_code: 报告类型代码 "001" - 一季度报告 "002" - 半年度报告 "003" - 三季度报告 "004" - 年度报告
Returns: 业绩概况数据的Markdown表格
Examples: - get_financial_summary("688041.SH") - get_financial_summary("688041.SH", "003")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | Yes | ||
| date_type_code | No | 004 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |