stock_dzjy_mrmx
Retrieve daily block trade details from East Money for A-shares, B-shares, funds, or bonds across a chosen date range.
Instructions
东方财富网-数据中心-大宗交易-每日明细 https://data.eastmoney.com/dzjy/dzjy_mrmx.html :param symbol: choice of {'A股', 'B股', '基金', '债券'} :type symbol: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :return: 每日明细 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 基金 | |
| end_date | No | 20220104 | |
| start_date | No | 20220104 |