ger1964jou / fidor-api

Public API to do basic things with fidor bank (with paying API fee)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fidor bank api

Fidor UK bank API to log into internet banking and get a transaction list for your current account.

Example usage

import Fidor

# Connect and login
account = Fidor.Fidor('my@email.com', 'my_password')

# List recent transactions
for tx in account.getTransactions():
  print tx

# Pay money out of my account
#account.makePayment('10.00', '220877', '36829544', 'My Ref')

Todo

  • Payments outbound
  • Multiple accounts

About

Public API to do basic things with fidor bank (with paying API fee)


Languages

Language:Python 100.0%