cuemacro / findatapy

Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Apache License 2.0
1.65k stars 195 forks source link

Discussion: integrate the lib with investpy #36

Open Occhima opened 3 years ago

Occhima commented 3 years ago

First of all, thank you for the development of this lib. It's a great idea to unite a lot of financial data providers in to one place. I think we can integrate this lib with the investing.com scrapper created by @alvarobartt ( link: https://github.com/alvarobartt/investpy), do you guys think it's possible to do this? What's the developers opinion about this?

saeedamen commented 3 years ago

Hi @Occhima, I think it is possible to add that investing.com scrapper into findatapy, in the same way I've used eg. blpapi for Bloomberg etc if enough folks request it. One thing I would note that some of the same data from investing.com might be available in findatapy using the yahoo module (which uses yfinance).