stock_board_concept_index_ths
Fetch historical concept board index data from TongHuaShun for a given symbol and date range, enabling trend analysis and performance tracking.
Instructions
同花顺-板块-概念板块-指数数据 https://q.10jqka.com.cn/gn/detail/code/301558/ :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 | 20250228 | |
| start_date | No | 20200101 |