fund_open_fund_info_em
Fetch open-ended fund net value and performance metrics from Eastmoney using fund code, indicator, and period. Useful for investment analysis and comparison.
Instructions
东方财富网-天天基金网-基金数据-开放式基金净值 https://fund.eastmoney.com/fund.html :param symbol: 基金代码; 可以通过调用 ak.fund_open_fund_daily_em() 获取所有开放式基金代码 :type symbol: str :param indicator: 需要获取的指标 :type indicator: str :param period: "成立来"; choice of {"1月", "3月", "6月", "1年", "3年", "5年", "今年来", "成立来"} :type period: str :return: 指定基金指定指标的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 成立来 | |
| symbol | No | 710001 | |
| indicator | No | 单位净值走势 |