futures_zh_minute_sina
Fetch minute-level historical data for Chinese futures contracts from Sina Finance. Specify a contract symbol and choose from 1, 5, 15, 30, or 60-minute intervals.
Instructions
中国各品种期货分钟频率数据 https://vip.stock.finance.sina.com.cn/quotes_service/view/qihuohangqing.html#titlePos_3 :param symbol: 可以通过 match_main_contract(symbol="cffex") 获取, 或者访问网页获取 :type symbol: str :param period: choice of {"1": "1分钟", "5": "5分钟", "15": "15分钟", "30": "30分钟", "60": "60分钟"} :type period: str :return: 指定 symbol 和 period 的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 1 | |
| symbol | No | IF2008 |