index_hist_cni
Retrieve historical index quotes by symbol and date range. Get structured DataFrame results for market analysis.
Instructions
指数历史行情数据 http://www.cnindex.com.cn/module/index-detail.html?act_menu=1&indexCode=399001 :param symbol: 指数代码 :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 | 399001 | |
| end_date | No | 20240114 | |
| start_date | No | 20230114 |