stock_zh_index_daily_em
Retrieve historical daily data for Chinese stock indices from Eastmoney. Specify symbol and date range to get index values for analysis.
Instructions
东方财富网-股票指数数据 https://quote.eastmoney.com/center/hszs.html :param symbol: 带市场标识的指数代码; sz: 深交所, sh: 上交所, csi: 中信指数 + id(000905) :type symbol: 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 |
|---|---|---|---|
| symbol | No | csi931151 | |
| end_date | No | 20500101 | |
| start_date | No | 19900101 |