EodHistoricalData / python-eodhistoricaldata

Download data from EOD historical data https://eodhd.com/ using Python, Requests and Pandas.
MIT License
94 stars 40 forks source link

Mutual funds data #23

Closed ghost closed 3 years ago

ghost commented 3 years ago

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 3 years ago

Hello Mustafa, you just should use: get_eod_data("LU0348926287", 'EUFUND')

ghost commented 3 years ago

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 3 years ago

image Basically, already this URL should give the correct suggestion. But we will add more examples, thank you