option_hist_yearly_czce
Get historical daily options data for a specific CZCE commodity and year. Specify the symbol and year to receive a pandas DataFrame of daily records.
Instructions
郑州商品交易所-交易数据-历史行情下载-期权历史行情下载 http://www.czce.com.cn/cn/jysj/lshqxz/H770319index_1.htm :param symbol: choice of {"白糖": "SR", "棉花": "CF", "PTA": "TA", "甲醇": "MA", "菜籽粕": "RM", "动力煤": "ZC", "菜籽油": "OI", "花生": "PK", "对二甲苯": "PX", "烧碱": "SH", "纯碱": "SA", "短纤": "PF", "锰硅": "SM", "硅铁": "SF", "尿素": "UR", "苹果": "AP", "红枣": "CJ", "玻璃": "FG", "瓶片": "PR"} :type symbol: str :param year: 需要获取数据的年份, 注意品种的上市时间 :type year: str :return: 指定年份的日频期权数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 2021 | |
| symbol | No | SR |