This is a plugin for ofxstatement. It implements a parser for the Revolut CSV-formatted bank statement.
Issue reports and pull requests are welcome.
pip3 install ofxstatement-revolut
git clone https://github.com/mlaitinen/ofxstatement-revolut.git
python3 setup.py install
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 = %%Y-%%m-%%d %%H:%%M:%%S |