Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 604 Bytes

File metadata and controls

24 lines (17 loc) · 604 Bytes

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.