Simple wrapper for openbanking
Project description
OpenBanking API wrapper
A simple wrapper for the the UK open banking APIs.
https://www.openbanking.org.uk
Currently implemented a simple wrapper around retrieving a list of banks and business related data.
Currently only tested on Python 3.4
Install
pip install openbankingapi
Example
from openbankingapi import OpenBankingApi
api = OpenBankingApi(timeout=5)
banks = api.banks() # retrieves the list of participating banks
sme_loans = api.unsecured_sme_loans(banks[0])
current_accounts = api.business_current_accounts(banks[0])
credit_cards = api.commercial_credit_cards(banks[0])
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 openbankingapi-0.1.5.post1.tar.gz
.
File metadata
- Download URL: openbankingapi-0.1.5.post1.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 918403209ca8f782720b0a85443da4c3dfb2f72df28ad84798f9c3cb69890e6e |
|
MD5 | a388f8a604c7a1210dc218a36ca95add |
|
BLAKE2b-256 | effd5d332100fbe5b63306f67567fdf534df14effea1aa11d3bdd4db06c0b561 |
File details
Details for the file openbankingapi-0.1.5.post1-py3-none-any.whl
.
File metadata
- Download URL: openbankingapi-0.1.5.post1-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6e10493421b5181f191540ad77be068dbe1dd53bf54f1cb843ba0bea0f54b75 |
|
MD5 | 1bc78c1b7b61639c68ac23fa15144c47 |
|
BLAKE2b-256 | 071acb7f14a0049341030f56c720d174cdf8c977fd121a6e38351aa0d8b80ddd |