This library provides convenient way to use finnhub.io API in Python.
Finnhub delivers real-time market data: stocks, currencies and crypto.
pip install finnhub
from finnhub import client as Finnhub
client = Finnhub.Client(api_key="********************")
Check out the ./examples directory. Register an account on Finnhub to get an api key.
Finnhub API is available under the MIT license. See the ./LICENSE file for more info.