stock_individual_notice_report
Retrieve individual stock announcements and notices from Eastmoney. Filter by report type (e.g., major events, financial reports) and date range for a given security code.
Instructions
东方财富网-数据中心-公告大全-个股 https://data.eastmoney.com/notices/stock/300237.html :param security: 股票代码 :type security: str :param symbol: 报告类型; choice of {"全部", "重大事项", "财务报告", "融资公告", "风险提示", "资产重组", "信息变更", "持股变动"} :type symbol: str :param begin_date: 开始日期 :type begin_date: str :param end_date: 结束日期 :type end_date: str :return: 个股公告 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 全部 | |
| end_date | No | ||
| security | Yes | ||
| begin_date | No |