Skip to main content

Bank statement parser for Revolut

Project description

ofxstatement-revolut

badge

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

Issue reports and pull requests are welcome.

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

2.0.0

  • Complete backwards-incompatible refactoring, support the new CSV format
  • Requires ofxstatement >= 0.7.2
  • Any transactions with a fee will generate an additional fee transaction where the payee is "Revolut"

1.6.0

  • Since version 0.6.5 ofxstatement requires a statement line to have either id, refnum or check_no. To avoid failing the conversion, there's now a unique MD5 hashed ID computed from the date, payee, amount and balance.

1.5.0

  • Improved the parser by making the column header verification less strict.

1.4.0

  • Support September 2019 iOS CSV format

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ofxstatement_revolut-2.0.0-py3.8.egg (7.4 kB view hashes)

Uploaded Source

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