💰 Pull transactions from your bank and import them to YNAB automatically.
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:
Using this tool is on your own risk. I can not garantee you that this will work for you. Also I can not garantee that it won’t up your YNAB data. I highly recommend to start with a new Budget or at least test it with a new one before you use your existing Budget.
💡 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).
We’re investigating in alternative approaches to gain access to the latest transactions…
Support and contriubution of any kind is always welcome!!!