fund_cf_em
Get fund split and conversion records from Eastmoney, filterable by year, fund type, and sortable by code, name, or split date.
Instructions
天天基金网-基金数据-分红送配-基金拆分 https://fund.eastmoney.com/data/fundchaifen.html#FSRQ,desc,1,,, :param year: 查询年份 :type year: str :param typ: 基金类型;空串表示全部; choice of {"", "指数型-其他", "指数型-海外股票", "指数型-固收", "指数型-股票", "债券型-中短债", "债券型-长债", "债券型-可转债", "债券型-混合债", "债券型-混合一级", "债券型-混合二级", "商品(不含QDII)", "货币型", "混合型-平衡", "混合型-偏债", "混合型-偏股", "混合型-灵活", "股票型", "QDII", "FOF"} :type typ: str :param rank: 排序字段;choice of {"BZDM", "ABBNAME", "FSRQ", "FHFCZ"}; "BZDM": 基金代码, "ABBNAME": 基金简称, "FSRQ": 拆分折算日, "FHFCZ": 拆分折算(每份) :type rank: str :param sort: 排序方向;choice of {"asc", "desc"} :type sort: str :param page: 查询页数;请求第page页数据; -1 表示全部页面 :type page: int :return: 基金拆分 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typ | No | ||
| page | No | ||
| rank | No | FSRQ | |
| sort | No | desc | |
| year | No | 2025 |