Mutual funds data
Closed this issue · 3 comments
Deleted user commented
I am trying to download historical data for this fund:
https://eodhistoricaldata.com/financial-summary/LU0348926287.EUFUND
I used both:
get_eod_data("LU0348926287.EUFUND", 'EUFUND')
and
get_eod_data("LU0348926287.EUFUND", 'US')
but I got the same error:
[Errno 404] Not Found: 'https://eodhistoricaldata.com/api/eod/LU0348926287.EUFUND.EUFUND?api_token=YOUR_HIDDEN_API&from=None&to=None'
Any help?
deios0 commented
Hello Mustafa, you just should use:
get_eod_data("LU0348926287", 'EUFUND')
Deleted user commented
Thanks. I would try.
Maybe helpful in the documentation/examples or the library to show how people can look at the right tickers/symbols. This is not very clear.
deios0 commented