stock_hsgt_institution_statistics_em
Fetch daily institutional stock statistics for Stock Connect (Northbound, Southbound, Shanghai, Shenzhen) by market and date range.
Instructions
东方财富网-数据中心-沪深港通-沪深港通持股-每日机构统计 https://data.eastmoney.com/hsgtcg/InstitutionStatistics.aspx :param market: choice of {"北向持股", "南向持股", "沪股通持股", "深股通持股"} :type market: 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 |
|---|---|---|---|
| market | No | 北向持股 | |
| end_date | No | 20220609 | |
| start_date | No | 20220601 |