finnhub

Finnhub API Python client


Keywords
finnhub api stocks cryptocurrency
License
MIT
Install
pip install finnhub==0.1.1

Documentation

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.