We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'www1.nseindia.com'. (_ssl.c:1000)>
`from nsetools import Nse
nse = Nse() print(nse.get_quote('infy'))`
The text was updated successfully, but these errors were encountered:
I am facing the same issue, it seems that www1.nseindia website no longer works. Are there any alternatives? @vsjha18 vsjha18
Sorry, something went wrong.
No branches or pull requests
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'www1.nseindia.com'. (_ssl.c:1000)>
`from nsetools import Nse
nse = Nse()
print(nse.get_quote('infy'))`
The text was updated successfully, but these errors were encountered: