stock_dzjy_mrtj
Fetch daily block trade statistics from the East Money data center for a given date range, returning results as a structured DataFrame.
Instructions
东方财富网-数据中心-大宗交易-每日统计 https://data.eastmoney.com/dzjy/dzjy_mrtj.html :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :return: 每日统计 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | 20220105 | |
| start_date | No | 20220105 |