Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
I received the following error using the Finnhub-API:
MaxRetryError: HTTPSConnectionPool(host='finnhub.io', port=443): Max retries exceeded with url: /api/v1/stock/profile2?symbol=TM&token={my token would go here} (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
This is the first time I'm receiving an error like this. I'm using the free API and I'm on a Windows machine. Any thoughts as to a possible cause?
I received the following error using the Finnhub-API:
MaxRetryError: HTTPSConnectionPool(host='finnhub.io', port=443): Max retries exceeded with url: /api/v1/stock/profile2?symbol=TM&token={my token would go here} (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
This is the first time I'm receiving an error like this. I'm using the free API and I'm on a Windows machine. Any thoughts as to a possible cause?