Finance report tool for ABN AMRO.
Usage: bin/abnamro [options]
Options:
--json path to json data [string] [required]
--year for which year [string] [required]
--transactions show transactions [boolean]
--exclude categories to exclude [array]
I probably should've used TXT, but here it goes:
- Login to ABN from https://www.abnamro.nl/portalserver/en/personal/index.html
- Open transactions view
- Scroll down as much as you want to (yep)
- Open the console (CMD + Shift + J), and run the code from
web.js
- Copy output to
transactions.json
./bin/abnamro --json transactions.json --year 2015 --exclude rent salary
…
===== 10-2015 =====
-4 concerts
-10 charity
-15 mobile
-25 shopping
-74 insurance
-87 credit
-94 unknown
-114 transport
-170 cash
-257 groceries
-312 food
-----
-1162 total spent
…