Skip to content

GollyTicker/finance-analysis-dkb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DKB-Kontoauszug-Visualizer

Analyze .csv from your DKB bank account with Python Pandas.

DKB Logo

This is NOT an official tool by Deutsche Kreditbank AG (DKB). It is simply provided-as-is without any warranties, liabilities, etc.

Adapted by GollyTicker. Originally created by blazer82.


Features

  • view your balance over the entire exported CSV time-range - or over the last N months
  • view pie charts of your expenses and income
    • find out your largest expenses to optimise them
  • categorise transactions with heuristics (e.g. miete, card_payment, investment, etc.)
    • what are the biggest positions within each category?
  • privacy: everything is computed locally and offline on our computer. no servers or companies you need to trust
  • security: it simply uses the CSV you exported. it cannot access your account in any way.

1. CSV Export

Select the largest time period on your main Girokonto (3 years) and export it all to CSV.

csv Export

2. Save under <my-name>.csv

3. jupyter lab DKB-Kontoauszug-Visualizer.ipynb

4. Follow instructions in notebook and execute cells


Contributing

The notebook may need updating, if the CSV format by DKB has changed.

In that case, please update the code and create a pull request to change it here for everyone.

This tool was shortly discussed on this Reddit thread. If anyone wants to extens the code and perhaps automate the extraction of the CSV from the bank, then this thread contains relevant information.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%