Skip to content

invfin/python-sdk

Repository files navigation

InvFinSDK

Documentation Status PyPI PyPI

An SDK to interact with InvFin endpoints

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:

Contributing: The basics

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published