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
openbankingapi-0.1.5.post1.tar.gz
(17.4 kB
view hashes)
Built Distribution
Close
Hashes for openbankingapi-0.1.5.post1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 918403209ca8f782720b0a85443da4c3dfb2f72df28ad84798f9c3cb69890e6e |
|
MD5 | a388f8a604c7a1210dc218a36ca95add |
|
BLAKE2b-256 | effd5d332100fbe5b63306f67567fdf534df14effea1aa11d3bdd4db06c0b561 |
Close
Hashes for openbankingapi-0.1.5.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6e10493421b5181f191540ad77be068dbe1dd53bf54f1cb843ba0bea0f54b75 |
|
MD5 | 1bc78c1b7b61639c68ac23fa15144c47 |
|
BLAKE2b-256 | 071acb7f14a0049341030f56c720d174cdf8c977fd121a6e38351aa0d8b80ddd |