get_global_futures_kline
Retrieve historical K-line data for global futures contracts, supporting daily, weekly, and monthly periods. Specify a symbol and optional date range to analyze price trends.
Instructions
获取全球期货历史 K 线数据(日/周/月)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | K 线周期: daily=日线(默认), weekly=周线, monthly=月线 | |
| symbol | Yes | 全球期货代码,如 "HG00Y"(COMEX 铜) | |
| endDate | No | 结束日期,格式 YYYYMMDD | |
| startDate | No | 开始日期,格式 YYYYMMDD |