This is a ruby script that pulls your transactions from your banks and imports them into You Need A Budget (YNAB).
Mission: A script that can run every 15 minutes on a small and cheap mini-computer at your home (eg. raspberry pi) with an easy configuration and support for most European banks.
Documentation:
- Most German and Austrian banks (all banks that implement the FinTS standard)
- BBVA Spain (private accounts only)
- N26
💡 Check out the configuration guides for the dumpers and banks.
YNAB only supports U.S. and Canadian Banks for now.
The script fetches the transaction information from your bank(s). Then it uses the official YNAB API to create the transactions for you.
The script also includes some additional logic like detecting internal transactions by checking if the account transactions go to or come from is one of the other accounts that you set up in the config (of course this only works if you have multiple accounts configured).
- Currently no known problems
Support and contriubution of any kind is always welcome!!!
I'm not that into hardware. It would be super awesome if someone could help making this work on Raspbian. I already tried but building the docker container fails (Dockerfile.rpi). The PR related to that you can find here: 18
- @peterjeschke for fixing a bug that happened when the FinTS username was an integer PR #35
- @derintendant for spotting and fixing edge cases PR #27 (improves error messages) and PR #28 (truncates the payee field if it's too long)
- @manuelgrabowski for implementing a fallback in the FinTS dumper PR #26
- @markuspabst for spotting an error in the readme PR #11
- @wizonesolutions for giving feedback on the N26 integration PR #9
- @mkilling for writing the FinTS ruby lib that I'm using & helping me fixing a bug
- you for reading this