Home
Softono

Beancount Commerzbank

Open source MIT Python
13
Stars
2
Forks
1
Issues
1
Watchers
2 years
Last Commit

 About Beancount Commerzbank

Beancount Importers for Commerzbank (Germany) CSV Exports

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Beancount Commerzbank?

We provide expert installation service for this software. Our team will install, configure, and secure Beancount Commerzbank on your server. plans start at just $30.

Beancount Commerzbank

View on GitHub

⚠️ Looking for maintainers

This project is not being actively maintained.

It might still continue to work. But as I don't have a Commerzbank account anymore, I don't know how the updated CSV format looks like and can't adjust the Importer classes accordingly.

Drop me an email if you'd like to take ownership.


Beancount Commerzbank Importer

beancount-commerzbank provides an Importer for converting CSV exports of Commerzbank account summaries to the Beancount format.

image

image

image

image

Installation

$ pip install beancount-commerzbank

In case you prefer installing from the Github repository, please note that main is the development branch so stable is what you should be installing from.

Usage

from beancount_commerzbank import ECImporter

CONFIG = [
    ECImporter(
        IBAN_NUMBER,
        'Assets:Commerzbank:EC',
        currency='EUR',
        file_encoding='utf-8-sig',
    ),
]