An SDK to interact with InvFin endpoints
- Free software: MIT license
- Documentation: https://invfinsdk.readthedocs.io.
The easiest way to install invfinsdk is using pip
:
pip install -U invfinsdk
from invfinsdk import Company
API_KEY = "******"
aapl = Company(API_KEY).get_company_basic_information({"ticker": "AAPL"})
You can check the latest sources with the command:
git clone https://github.com/InvFin/Python-sdk.git
After installation, you can launch the test suite from outside the source
directory (you will need to have pytest
installed):
pytest invfinsdk
Welcome! Happy to see you willing to make the project better. You can get started by reading this:
The log has become rather long. It moved to its own file.
See CHANGES.
The author list is quite long nowadays, so it lives in its own file.
See AUTHORS.rst