Skip to main content
Glama

get_cni_index_hist

Retrieve daily historical market data for Chinese stock indices by specifying index code and date range, with output in multiple formats including JSON, CSV, and Excel.

Instructions

获取指定指数的日频率历史行情数据

Input Schema

NameRequiredDescriptionDefault
symbolYes指数代码 (例如: '399005')
start_dateYes开始日期,格式为 YYYYMMDD (例如: '20230114')
end_dateYes结束日期,格式为 YYYYMMDD (例如: '20240114')
output_formatNo输出数据格式: json, csv, xml, excel, markdown, html。默认: markdownmarkdown

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "结束日期,格式为 YYYYMMDD (例如: '20240114')", "type": "string" }, "output_format": { "default": "markdown", "description": "输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown", "enum": [ "json", "csv", "xml", "excel", "markdown", "html" ], "type": "string" }, "start_date": { "description": "开始日期,格式为 YYYYMMDD (例如: '20230114')", "type": "string" }, "symbol": { "description": "指数代码 (例如: '399005')", "type": "string" } }, "required": [ "symbol", "start_date", "end_date" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xinkuang/china-stock-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server