fund_etf_fund_info_em
Retrieve historical net value data for exchange-traded funds (ETFs) from Eastmoney by specifying fund code and start/end dates.
Instructions
东方财富网站-天天基金网-基金数据-场内交易基金-历史净值明细 https://fundf10.eastmoney.com/jjjz_511280.html :param fund: 场内交易基金代码, 可以通过 fund_etf_fund_daily_em 来获取 :type fund: str :param start_date: 开始统计时间 :type start_date: str :param end_date: 结束统计时间 :type end_date: str :return: 东方财富网站-天天基金网-基金数据-场内交易基金-历史净值明细 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fund | No | 511280 | |
| end_date | No | 20500101 | |
| start_date | No | 20000101 |