fund_scale_daily_szse
Retrieve daily fund scale data from Shenzhen Stock Exchange for ETFs, LOFs, and REITs. Specify date range and fund type to get structured daily volume figures, limited to a 6-month window.
Instructions
深圳证券交易所-基金产品-基金规模-日频数据 https://www.szse.cn/market/fund/volume/etf/index.html :param start_date: 开始日期, 格式如 "20260401" :type start_date: str :param end_date: 结束日期, 格式如 "20260401" :type end_date: str :param symbol: 基金类别, choice of {"ETF", "LOF", "REITS"} :type symbol: str :return: 深交所基金规模日频数据; 日期范围不能超过 6 个月, 否则返回带表头的空 DataFrame :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ETF | |
| end_date | No | 20260401 | |
| start_date | No | 20260401 |