Stock Data Minutes
stock_data_minutesRetrieve minute-level candlestick data for A-shares or crypto pairs. Supports 1, 5, 15, 30, and 60 minute intervals with specified date-time range.
Instructions
获取分钟K线数据:A股/加密。支持1MIN/5MIN/15MIN/30MIN/60MIN,时间范围需提供起止日期时间
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 股票代码,如 '600519.SH' 或 '000001.SZ' | |
| market_type | Yes | 市场类型:'cn'(A股,Tushare)、'crypto'(加密币对,Binance) | |
| start_datetime | Yes | 起始日期时间,支持 'YYYYMMDDHHmmss' 或 'YYYY-MM-DD HH:mm:ss' | |
| end_datetime | Yes | 结束日期时间,支持 'YYYYMMDDHHmmss' 或 'YYYY-MM-DD HH:mm:ss' | |
| freq | Yes | 分钟周期:1MIN/5MIN/15MIN/30MIN/60MIN(不区分大小写) |