Package to utilize Finage REST API
Project description
Finage Python Client
The unofficial Python library for accessing the Finage REST API. Though a work in progress, this package can already fetch data on stocks, forex, and fundamentals.
Installation
The package can be installed directly from PyPI with pip:
pip install finage
Usage
You need an API key to use this product.
Once you have that key, there are a couple options. You can either
save it as and environment variable (export FINAGE_KEY=<api_key>), or you can pass it directly to the
client class Finage as is done in the below example:
from finage import Finage
api_key = "FAKE_KEY"
client = Finage(api_key)
resp = client.get_stock_last("AMZN")
resp.json()
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file finage-0.1.5.tar.gz.
File metadata
- Download URL: finage-0.1.5.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43b69d8651415df22a0e68489173897c90f0faa2b567044fac0dda4c76525161
|
|
| MD5 |
f25950684401e7face4a8fbf1e5230bd
|
|
| BLAKE2b-256 |
b5dffead604ae5bcb79776172099998322fd2ca17a007478468feaf2fd2a5c2a
|
File details
Details for the file finage-0.1.5-py3-none-any.whl.
File metadata
- Download URL: finage-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce10676c876aa043cdbf751c122dc9c4db8241beb1001fb80342f282da694d0c
|
|
| MD5 |
47267dcd93606ede0d1ecb7f4d110b67
|
|
| BLAKE2b-256 |
dc721732d874bed88a6c7879fc273f3bd29f0933e649ab50221c3b984abdecbd
|