Skip to main content

An SDK to interact with InvFin endpoints

Project description

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

======= History

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

invfinsdk-0.1.1.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

invfinsdk-0.1.1-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page