stock_hsgt_individual_detail_em
Retrieve detailed Hong Kong-Shanghai/Shenzhen Stock Connect holdings for a specific stock. Specify stock symbol and date range to get historical northbound shareholding data.
Instructions
东方财富-数据中心-沪深港通-沪深港通持股-具体股票详情 https://data.eastmoney.com/hsgtcg/StockHdStatistics/002008.html :param symbol: 股票代码 :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 | 002008 | |
| end_date | No | 20220330 | |
| start_date | No | 20220130 |