Skip to content

Commit

Permalink
fix: fix fund_open_fund_info_em
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Oct 21, 2024
1 parent add6bd2 commit 919f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akshare/fund/fund_em.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ def fund_hk_fund_hist_em(
time.sleep(3)

fund_open_fund_info_em_df = fund_open_fund_info_em(
symbol="710001", indicator="累计净值走势"
symbol="502010", indicator="累计净值走势", period="成立来"
)
print(fund_open_fund_info_em_df)
time.sleep(3)
Expand Down

0 comments on commit 919f635

Please sign in to comment.