Skip to main content
Glama

XTQuantAI

by dfkai

get_instrument_detail

Retrieve detailed information for a specific stock using its code, with options to fetch complete data fields, powered by XTQuantAI’s integration with quantitative trading platforms.

Instructions

获取指定股票的详细信息

Input Schema

NameRequiredDescriptionDefault
codeYes股票代码,例如 000001.SZ
iscompleteNo是否获取全部字段,默认为False

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "股票代码,例如 000001.SZ", "type": "string" }, "iscomplete": { "default": false, "description": "是否获取全部字段,默认为False", "type": "boolean" } }, "required": [ "code" ], "type": "object" }

Other Tools from XTQuantAI

Related Tools

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/dfkai/xtquantai'

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