get_stock_board_industry_summary
Retrieve real-time market data for all industry sectors in the Chinese stock market, including current prices and trading metrics across different output formats.
Instructions
获取所有行业板块实时行情数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
Input Schema (JSON Schema)
{
"properties": {
"output_format": {
"default": "markdown",
"description": "输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown",
"enum": [
"json",
"csv",
"xml",
"excel",
"markdown",
"html"
],
"type": "string"
}
},
"type": "object"
}