stock_restricted_release_stockholder_em
Fetches stockholder details for restricted share unlock events using stock symbol and date. Retrieves data from Eastmoney's list of restricted stock release shareholders.
Instructions
东方财富网-数据中心-个股限售解禁-解禁股东 https://data.eastmoney.com/dxf/q/600000.html :param symbol: 股票代码 :type symbol: str :param date: 日期; 通过 ak.stock_restricted_release_queue_em(symbol="600000") 获取 :type date: str :return: 个股限售解禁 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 20200904 | |
| symbol | No | 600000 |