get_all_cni_indices
Retrieve all Chinese stock market index codes and basic information in multiple output formats including JSON, CSV, XML, Excel, Markdown, and HTML for comprehensive market analysis.
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"
}