-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urls.py error #245
Comments
Don't know whether its changed to https://www.nseindia.com, as that also throws "Access Denied"! All old quote URLs are dead now. Thanks to NSE - https://www.nseindia.com/nse-important-notice?symbol=DEN |
Same issue. Not sure about the complete URL required though we know it is changed.. not sure about the java scripts etc. |
Is @swapniljariwala still active? Is he aware about this situation? |
@ajit1310 you are here it means you were also using nsepy , did you find any alternative? |
import yfinance as yf Do note that this lib have missing values in it so it is better to drop them ie dropna() You can use them |
But yfinance doesn't provide deliverable volume data. I guess |
I have already written code to build stock database from bhavcopy and it does it all automatically once setup. |
Can you kindly send the code share it for benefit of the community, will be helpful |
@Harsh-github-account yfinance does provide volume , https://pypi.org/project/yfinance/ check it out once |
Use this insted : NSE-HISTORY-SCRAPER |
Try this nselib python library for all kinds of data available in NSE India |
In urls.py line 30
NSE_SYMBOL_COUNT_URL = 'http://www1.nseindia.com/marketinfo/sym_map/symbolCount.jsp'
The website has been changed to https://www.nseindia.com/
The text was updated successfully, but these errors were encountered: