futures_hist_em
Get historical futures quotes from East Money with configurable period (daily/weekly/monthly) and date range.
Instructions
东方财富网-期货行情-行情数据 https://qhweb.eastmoney.com/quote :param symbol: 期货代码 :type symbol: str :param period: choice of {'daily', 'weekly', 'monthly'} :type period: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :return: 行情数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | daily | |
| symbol | No | 热卷主连 | |
| end_date | No | 20500101 | |
| start_date | No | 19900101 |