index_zh_a_hist_min_em
Retrieve historical minute-level data for Chinese A-share indices from East Money. Specify index symbol, period (1,5,15,30,60 minutes), and date range to get daily minute price quotes.
Instructions
东方财富网-指数数据-每日分时行情 https://quote.eastmoney.com/center/hszs.html :param symbol: 指数代码 :type symbol: str :param period: choice of {'1', '5', '15', '30', '60'} :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 | 1 | |
| symbol | No | 399006 | |
| end_date | No | 2222-01-01 09:32:00 | |
| start_date | No | 1979-09-01 09:32:00 |