Skip to main content

A Python wrapper for the Investec Banking API

Project description

investec-python

A Python wrapper for the Investec Banking API


PyPI - Version PyPI - Downloads PyPI - License

🛣️ Project Roadmap

📘 Documentation


🚀 Quickstart

Install it:

pip install investec-python

Run it:

from investec_python import Investec

investec = Investec(use_sandbox=True)
accounts = investec.accounts.list()

for account in accounts:
    account_balance = account.balance()
    account_transactions = account.transactions()

For interacting with real account data see here.

Goals

  • Interact with the Investec Banking API in the most Pythonic way possible
  • 100% feature parity with the Investec Banking API

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

investec_python-1.0.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

investec_python-1.0.1-py3-none-any.whl (6.0 kB view hashes)

Uploaded 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