stock_board_industry_index_ths
Fetch industry board index data for a specified sector symbol and date range, providing historical values for performance analysis.
Instructions
同花顺-板块-行业板块-指数数据 https://q.10jqka.com.cn/thshy/detail/code/881270/ :param start_date: 开始时间 :type start_date: str :param end_date: 结束时间 :type end_date: str :param symbol: 指数数据 :type symbol: str :return: 指数数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 元件 | |
| end_date | No | 20240108 | |
| start_date | No | 20200101 |