beancount-swedbank-importer provides a python import script for beancount to import CSV exports from swedbank online banking.
Install beancountwedbank
from pip like this:
pip install beancountswedbank
Write a configuration file, eg. config.py
, (or extend your existing one) to include this:
import beancountswedbank
CONFIG = [
beancountswedbank.CSVImporter({'Nyckelkonto': 'Assets:Your:Nyckelkonto',
'e-sparkonto': 'Assets:Your:ESparKonto'}),
]
- Download the CSV file from your Swedbank online banking,
- Run
beancount-extract config.py transaction_file.csv
Any contribution is appreciated! Report bugs in issues or via email to the authors.
The source code can be found on vonshednob.cc and on PyPi.
Pull requests through github are no longer supported, but patches and code discussions via email are most welcome! If you don't quite know how to do that, have a look at the blog article that gives detailed instructions how to work without github.
This package is licensed under the MIT License.