amac_fund_info
Retrieve private fund manager fund product data from the AMAC official disclosure page. Supports pagination to fetch specific ranges for analysis.
Instructions
中国证券投资基金业协会-信息公示-基金产品-私募基金管理人基金产品 https://gs.amac.org.cn/amac-infodisc/res/pof/fund/index.html :param start_page: 开始页码, 获取指定页码直接的数据 :type start_page: str :param end_page: 结束页码, 获取指定页码直接的数据 :type end_page: str :return: 私募基金管理人基金产品 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_page | No | 2000 | |
| start_page | No | 1 |