stock_zdhtmx_em
Retrieve major contract details from Eastmoney's data center for a specified date range. Provide start and end dates (YYYYMMDD) to get structured contract data.
Instructions
东方财富网-数据中心-重大合同-重大合同明细 https://data.eastmoney.com/zdht/mx.html :param start_date: 开始日期, eg 20200819 :type start_date: str :param end_date: 结束日期, eg 20230819 :type end_date: str :return: 股东大会 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | 20230819 | |
| start_date | No | 20200819 |