Skip to main content
Glama

get_cni_index_detail

Retrieve constituent stock details for specific Chinese stock market indices by providing index code and date to analyze index composition and holdings.

Instructions

获取指定指数的成分股样本详情

Input Schema

NameRequiredDescriptionDefault
symbolYes指数代码 (例如: '399001')
dateYes日期,格式为 YYYYMM (例如: '202404')
output_formatNo输出数据格式: json, csv, xml, excel, markdown, html。默认: markdownmarkdown

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "日期,格式为 YYYYMM (例如: '202404')", "type": "string" }, "output_format": { "default": "markdown", "description": "输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown", "enum": [ "json", "csv", "xml", "excel", "markdown", "html" ], "type": "string" }, "symbol": { "description": "指数代码 (例如: '399001')", "type": "string" } }, "required": [ "symbol", "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