alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.66k stars 379 forks source link

add support for all the available equities indexed in Investing.com 🚀🌐 #23

Closed alvarobartt closed 5 years ago

alvarobartt commented 5 years ago

So to extend the usage of the package, the retrieval of all the equities indexed in Investing.com is proposed, as currently investpy just supports spanish equities, which limits its usage since there are a lot of markets available.

📄 So on, some tasks can be defined in order to get to develop this enchancement and so to integrate it with the package:

Additional tasks will be added to the previous listing if needed in order to complete this issue.

alvarobartt commented 5 years ago

T05 has been solved in ce99e95179a0c143f12d9fbfdbf3171a6da45a92, via adding the country param to retrieval functions as described in the issue and so on, the solution has been also described in the referenced commit.