stock_industry_change_cninfo
Retrieve industry classification change records for a stock over a specified date range, sourced from CNINFO.
Instructions
巨潮资讯-上市公司行业归属的变动情况 https://webapi.cninfo.com.cn/#/apiDoc 查询 p_stock2110 接口 :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 | 002594 | |
| end_date | No | 20220713 | |
| start_date | No | 20091227 |