stock_hsgt_stock_statistics_em
Fetch daily stock holdings statistics for northbound and southbound trading via Stock Connect. Specify market direction and date range to retrieve per-stock data.
Instructions
东方财富网-数据中心-沪深港通-沪深港通持股-每日个股统计 https://data.eastmoney.com/hsgtcg/StockStatistics.aspx market=001, 沪股通持股 market=003, 深股通持股 :param symbol: choice of {"北向持股", "南向持股"} :type symbol: str :param start_date: 指定数据获取开始的时间, e.g., "20200713" :type start_date: str :param end_date: 指定数据获取结束的时间, e.g., "20200715" :type end_date:str :return: 指定市场和指定时间段的每日个股统计数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 北向持股 | |
| end_date | No | 20240110 | |
| start_date | No | 20240110 |