/finnhub-api-python-client

This library provides convenient way to use Finnhub.io API in Python.

Primary LanguagePythonMIT LicenseMIT

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.