alvarobartt / investpy

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

Extract stocks from SP500, NASDAQ100 and NYSE #382

Open neodani opened 3 years ago

neodani commented 3 years ago

A quick question, if you wanted to get the data of which stocks are listed separately in these 3 groups SP500, NASDAQ100 and NYSE could you get it with this python library?

It is that I have not seen a way to differentiate the actions of these indices.

Thank you very much

bigboy32 commented 3 years ago

I think it only gives you the stocks from the csv file, i am working on a work-arround for it, to be able to download other stocks, and you can get the symbols of eoddata.com

alvarobartt commented 3 years ago

Hi @neodani, as @bigboy32 says, that filtering could just be done using the static files AFAIK, but maybe Investing.com provides a proper way to list all the stocks under the same group... I'm not really sure tbh, but if you find where that information is on Investing.com, please lmk so that I can include it in investpy! :hugs: