Live data from Hacker News

Simple Personal Finance Tracking with GnuCash

csun.io

321–323 of 323 posts

Re: Simple Personal Finance Tracking with GnuCash

#321

Earlier quoted context omitted.

Every bank I've used lets you download your transactions as a csv or qfx, which is then trivial to import onto gnucash (I still need to spend ~20m each month carefully sorting things in categories).

Do they let you download it programmatically? Because if not, it's next to worthless for any kind of frequent use.

You can always try selenium to download it programmatically if they don't let you. Or make a script to download it.

Re: Simple Personal Finance Tracking with GnuCash

#322

Aaaaaaaaarrrrrrrgggggggghhhhh! I just want a bank account and to have that bank record my spending and let me download it, securely, and automatically. I mean the European Union has taken years to force, yes force banks to do this, and it is basically still broken. I don't want to spend this much effort on something so obviously solvable. It just offends me. Yes that is the right word. And, finally, none of this matt…

Can't you scrape / download a bank statement? Or if you use a credit card scrape the card pdf statement.

Re: Simple Personal Finance Tracking with GnuCash

#323
post #15

I've been playing around with ledger[1] recently. On one level, it is the simplest of tools requiring only a command line and a text editor. But once you wade into the documentation[2] you will begin to see it quite differently. Its capabilities are staggering... [1] https://www.ledger-cli.org/index.html [2] https://www.ledger-cli.org/3.0/doc/ledger3.html

The plaintext accounting ecosystem as a whole is pretty great. Only thing however is that literally none of them comply with the XDG Base Directory Spec. So to have hledger with a web-ui and auto-importing for example means like 3-4 dotfiles littering the home directory.

hledger author here, I can't think what all those would be - would appreciate your help at https://github.com/simonmichael/hledger/issues/1081 if you have the time.
Post reply on HN