index_analysis_daily_sw
Retrieve daily index analysis data from SWS Research for selected market, industry, or style indices over a specified date range.
Instructions
申万宏源研究-指数分析 https://www.swsresearch.com/institute_sw/allIndex/analysisIndex :param symbol: choice of {"市场表征", "一级行业", "二级行业", "风格指数"} :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 | 市场表征 | |
| end_date | No | 20221103 | |
| start_date | No | 20221103 |