This repository contains code to read sqlite3 files as produced by gnucash version 2.6 and higher. It features two proof of concepts scripts:
- gnucash2ledger.py convert a gnucash file to a ledger-cli file
- stockreport.py Summarizes your wins/losses with stocks/mutual funds (contrary to the gnucash builtin reports this one recognizes taxes/fees on dividend transactions)
- python >=3.10
The code was written by Matthias Braun<[email protected]>