stock_report_disclosure
Retrieves scheduled stock report disclosure dates from cninfo.com.cn. Specify market (e.g., 沪深京) and reporting period to get the exact schedule.
Instructions
巨潮资讯-首页-数据-预约披露 http://www.cninfo.com.cn/new/commonUrl?url=data/yypl :param market: choice of {"沪深京": "szsh", "深市": "sz", "深主板": "szmb", "中小板": "szsme", "创业板": "szcn", "沪市": "sh", "沪主板": "shmb", "科创板": "shkcp"} :type market: str :param period: 最近四期的财报 :type period: str :return: 指定 market 和 period 的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | 沪深京 | |
| period | No | 2021年报 |