Problems with download information fron investing #496
Unanswered
carrionmarotta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone
I tried to download information on two mutual funds, here are the code lines
df1 = investpy.get_fund_historical_data('Ab - American Income Portfolio A2 Acc', country='Luxembourg', from_date=inicio, to_date=fin)
df3 = investpy.get_fund_historical_data('Morgan Stanley Investment Funds - Global Brands Fund A', country='Luxembourg', from_date=inicio, to_date=fin)
Both mutual funds are in US dollars, but when I download the data, for df1 the data is in euros and for the df2 the that is in japanese yens.
Somebody help me with this issue
Thanks
Beta Was this translation helpful? Give feedback.
All reactions