stock_report_fund_hold
Retrieve fund holdings data from Eastmoney by selecting report type (fund, QFII, social security, broker, insurance, trust) and financial report date. Returns structured DataFrame for analysis.
Instructions
东方财富网-数据中心-主力数据-基金持仓 http://data.eastmoney.com/zlsj/2020-12-31-1-2.html :param symbol: choice of {"基金持仓", "QFII持仓", "社保持仓", "券商持仓", "保险持仓", "信托持仓"} :type symbol: str :param date: 财报发布日期, xxxx-03-31, xxxx-06-30, xxxx-09-30, xxxx-12-31 :type date: str :return: 基金持仓数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 20210331 | |
| symbol | No | 基金持仓 |