stock_zh_a_disclosure_relation_cninfo
Retrieve CNINFO disclosure reservation schedules for A-share stocks by specifying stock code, market segment, and date range.
Instructions
巨潮资讯-首页-数据-预约披露调研 http://www.cninfo.com.cn/new/commonUrl?url=data/yypl :param symbol: 股票代码 :type symbol: str :param market: choice of {"沪深京", "港股", "三板", "基金", "债券", "监管", "预披露"} :type market: str :param start_date: 开始时间 :type start_date: str :param end_date: 开始时间 :type end_date: str :return: 指定 symbol 的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | 沪深京 | |
| symbol | No | 000001 | |
| end_date | No | 20231219 | |
| start_date | No | 20230618 |