stock_gdfx_holding_detail_em
Get top ten shareholder details from East Money by date, shareholder type, and holding change. Supports individual, fund, QFII, social security, broker, trust, and new/increased/unchanged/decreased filters.
Instructions
东方财富网-数据中心-股东分析-股东持股明细-十大股东 https://data.eastmoney.com/gdfx/HoldingAnalyse.html :param date: 报告期 :type date: str :param indicator: 股东类型; choice of {"个人", "基金", "QFII", "社保", "券商", "信托"} :type indicator: str :param symbol: 持股变动; choice of {"新进", "增加", "不变", "减少"} :type symbol: str :return: 十大股东 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 20230331 | |
| symbol | No | 新进 | |
| indicator | No | 个人 |