Closed ghost closed 3 years ago
Hello Mustafa, you just should use: get_eod_data("LU0348926287", 'EUFUND')
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.
Basically, already this URL should give the correct suggestion. But we will add more examples, thank you
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?