fund_fh_em
Retrieve fund dividend records from Eastmoney by year, fund type, and sort order. Supports pagination for full data extraction.
Instructions
天天基金网-基金数据-分红送配-基金分红 https://fund.eastmoney.com/data/fundfenhong.html#DJR,desc,1,,, :param year: 查询年份 :type year: str :param typ: 基金类型;空串表示全部; choice of {"指数型-其他", "指数型-海外股票", "指数型-固收", "指数型-股票", "债券型-中短债", "债券型-长债", "债券型-理财", "债券型-混合债", "债券型-混合一级", "债券型-混合二级", "货币型-普通货币", "货币型-浮动净值", "混合型-平衡", "混合型-偏债", "混合型-偏股", "混合型-灵活", "混合型-绝对收益", "股票型", "REITs", "Reits", "QDII-商品", "QDII-普通股票", "QDII-混合债", "QDII-混合偏股", "QDII-纯债", "QDII-REITs", "FOF"} :type typ: str :param rank: 排序字段;choice of {"BZDM", "ABBNAME", "DJR", "FSRQ", "FHFCZ", "FFR"}; "BZDM": 基金代码, "ABBNAME": 基金简称, "DJR": 权益登记日, "FSRQ": 除息日期, "FHFCZ": 分红(元/份), "FFR": 分红发放日 :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 | BZDM | |
| sort | No | asc | |
| year | No | 2025 |