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