Not able to extract EOD Data from Nse Py

hI,



Had written some code to generate EOD signals using nsepy EOD data.



Unfortunately not able to extract data or run my code from yesterday night !



Is anyone facing the issues?



Thanks



Ramesh





 

Hello Ramesh,

Thanks for your query. The nsepy API does not seem to be working at the moment. A more stable solution to this would be using the Yahoo Finance api which you can download from pip using the command: pip install yfinance  



You will be able to get all the data that you got from nsepy via this API as well.



Here is a blog to help you get going with this:  https://blog.quantinsti.com/stock-market-data-analysis-python/  



Do tell me if further assistance is needed.