stock_allotment_cninfo
Retrieve stock allotment implementation plans from cninfo for a specific stock symbol within a date range.
Instructions
巨潮资讯-个股-配股实施方案 https://webapi.cninfo.com.cn/#/dataBrowse :param symbol: 股票代码 :type symbol: str :param start_date: 开始查询的日期 :type symbol: str :param end_date: 结束查询的日期 :type symbol: str :return: 配股实施方案 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 600030 | |
| end_date | No | 22220222 | |
| start_date | No | 19700101 |