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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| start_date | Yes | 开始日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2021-10-20 09:30:00') | |
| end_date | Yes | 结束日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2024-11-01 15:00:00') | |
| period | Yes | 分钟级历史行情时间周期,分钟级别 (例如: '1', '5', '15', '30', '60') | |
| adjust | No | 复权类型: none, qfq(前复权), hfq(后复权)。默认:none | none |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |