stock_gdfx_free_top_10_em
Retrieve the top 10 free-float shareholders for a stock on a specific report date. Provide the symbol (e.g., sh688686) and date to get a structured DataFrame from East Money.
Instructions
东方财富网-个股-十大流通股东 https://emweb.securities.eastmoney.com/PC_HSF10/ShareholderResearch/Index?type=web&code=SH688686#sdltgd-0 :param symbol: 带市场标识的股票代码 :type symbol: str :param date: 报告期 :type date: str :return: 十大股东 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 20240930 | |
| symbol | No | sh688686 |