Skip to main content
Glama

get_stock_volatility

Calculate stock volatility metrics using minute-level historical data for Chinese stocks to analyze price fluctuations and market risk.

Instructions

通过分钟级历史行情计算指定个股的波动率指标

Input Schema

NameRequiredDescriptionDefault
symbolYes股票代码 (例如: '000001')
start_dateYes开始日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2021-10-20 09:30:00')
end_dateYes结束日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2024-11-01 15:00:00')
periodYes分钟级历史行情时间周期,分钟级别 (例如: '1', '5', '15', '30', '60')
adjustNo复权类型: none, qfq(前复权), hfq(后复权)。默认:nonenone
output_formatNo输出数据格式: json, csv, xml, excel, markdown, html。默认: markdownmarkdown

Input Schema (JSON Schema)

{ "properties": { "adjust": { "default": "none", "description": "复权类型: none, qfq(前复权), hfq(后复权)。默认:none", "enum": [ "none", "qfq", "hfq" ], "type": "string" }, "end_date": { "description": "结束日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2024-11-01 15:00:00')", "type": "string" }, "output_format": { "default": "markdown", "description": "输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown", "enum": [ "json", "csv", "xml", "excel", "markdown", "html" ], "type": "string" }, "period": { "description": "分钟级历史行情时间周期,分钟级别 (例如: '1', '5', '15', '30', '60')", "enum": [ "1", "5", "15", "30", "60" ], "type": "string" }, "start_date": { "description": "开始日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2021-10-20 09:30:00')", "type": "string" }, "symbol": { "description": "股票代码 (例如: '000001')", "type": "string" } }, "required": [ "symbol", "start_date", "end_date", "period" ], "type": "object" }

Latest Blog Posts

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