alvarobartt / investpy

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

Updates to static files for stocks and mutual funds. #365

Open adarshpugalia opened 3 years ago

adarshpugalia commented 3 years ago

Static files for stocks and mutual funds (stocks.csv etc) have not been updated in 13 months. Could you please push a newer version for these files?

Thanks in advance! :)

w0wka91 commented 3 years ago

Anyone knows how to generate these files? I only found the stock screener (https://www.investing.com/stock-screener/) but it is not returning the isin

alvarobartt commented 3 years ago

Hi @adarshpugalia and @w0wka91! :hugs:

I'm preparing some Jupyter Notebooks that I will include in the scripts/ directory so that any user can generate/update the static data in order to help me with it as in some scenarios it takes a lot of time!

Expect all the scripts to be available during this month, I'll keep this issue open in the meantime.

alvarobartt commented 3 years ago

Also, so as to search for the missing financial products in the static files, please check investpy.search_quotes() as that function uses the Investing.com search engine so that you can retrieve all the data from any financial product available at Investing.com!

More information available at [Wiki - investpy.search_quotes()](https://github.com/alvarobartt/investpy/wiki/investpy.search_quotes()). Feel free to ask me anything related to this functionality in the meantime! :+1: