Skip to main content

Bank statement parser for Revolut

Project description

ofxstatement-revolut

Build Status

This is a plugin for use with ofxstatement package. It implements a parser for the Revolut CSV-formatted bank statement.

The CSV isn't very machine readable, so we need to do some ugly string parsing to figure out the different field values.

Issue reports and pull requests welcome.

This module is based on the Osuuspankki ofxstatement parser found at https://github.com/koodaamo/banking.statements.osuuspankki

Installation

From PyPI repositories

pip3 install ofxstatement-revolut

From source

git clone https://github.com/mlaitinen/ofxstatement-revolut.git
python3 setup.py install

Configuration options

Option Description
account Define the account of this bank statement
currency The base currency of the account
date_format The date format in the bank statement. Note that you have to use double %-marks in the settings file like this: date_format = %%b %%d, %%Y

1.3.0

  • Date format is now configurable in the settings
  • "Payment from " is now also counted as a deposit

1.2.0

  • Support May 2018 CSV format

1.1.0

  • Support April 2018 CSV format

1.0.0

  • First release

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

ofxstatement-revolut-1.3.1.tar.gz (19.2 kB view hashes)

Uploaded Source

Built Distribution

ofxstatement_revolut-1.3.1-py3-none-any.whl (7.2 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