An SDK to interact with InvFin endpoints
Project description
InvFinSDK
An SDK to interact with InvFin endpoints
- Free software: MIT license
- Documentation: https://invfinsdk.readthedocs.io.
Support Methods
User installation
The easiest way to install invfinsdk is using pip
:
pip install -U invfinsdk
How to use it
from invfinsdk import Company
API_KEY = "******"
aapl = Company(API_KEY).get_company_basic_information({"ticker": "AAPL"})
Source code
You can check the latest sources with the command:
git clone https://github.com/InvFin/Python-sdk.git
Testing
After installation, you can launch the test suite from outside the source
directory (you will need to have pytest
installed):
pytest invfinsdk
Contributing
Welcome! Happy to see you willing to make the project better. You can get started by reading this:
Changelog
The log has become rather long. It moved to its own file.
See CHANGES.
Authors
The author list is quite long nowadays, so it lives in its own file.
See AUTHORS.rst
======= History
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file invfinsdk-0.1.1.tar.gz
.
File metadata
- Download URL: invfinsdk-0.1.1.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.9.2 requests/2.28.1 setuptools/65.5.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f58726086facd1b8a8c0ddf681f9bcbade84c4d7e8f7fff98bd329843a015fcd |
|
MD5 | 8d9fe94b7254ab0f15be6d1c585b58cb |
|
BLAKE2b-256 | eeadd099362cc0c8f056d2e7d484fa73da02230c9e44ecb3e16a2cab045c1f14 |
File details
Details for the file invfinsdk-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: invfinsdk-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.9.2 requests/2.28.1 setuptools/65.5.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9449457eff18cb2c4b2aa015ec5b0a270b02d64e02a49de72710ea24abdf526a |
|
MD5 | 68c4ae385dd43f2acdd5d8d04da4e217 |
|
BLAKE2b-256 | 0bce2eb70c3b5b84deb1fc1388a4e115cd25b38bc5488fd23496ac733553f0ba |