You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tv = TvDatafeed()
nifty_index_data = tv.get_hist(symbol='NIFTY',exchange='NSE',interval=Interval.in_1_hour,n_bars=10)
And I get this:
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:2474)
I have tried to do that:
pip install --upgrade certifi
Without sucess. I am not sure whether this is due to my current setup, or if TradingView changed something on their side that requires changes in the tvdatafeed code.
Thanks
The text was updated successfully, but these errors were encountered:
I am using the code as shown:
tv = TvDatafeed()
nifty_index_data = tv.get_hist(symbol='NIFTY',exchange='NSE',interval=Interval.in_1_hour,n_bars=10)
And I get this:
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:2474)
I have tried to do that:
pip install --upgrade certifi
Without sucess. I am not sure whether this is due to my current setup, or if TradingView changed something on their side that requires changes in the tvdatafeed code.
Thanks
The text was updated successfully, but these errors were encountered: