Live data from Hacker News

Ask HN: Spending Tracking Tools

news.ycombinator.com

71–80 of 111 posts

Re: Ask HN: Spending Tracking Tools

#71

Earlier quoted context omitted.

Love YNAB, been using it since 2011 and never switched to their subscription cloud service. YNAB Classic still works, though I don’t think you can legally acquire it anymore.

Look into Actual Budget, it’s a free self-hostable clone of YNAB. Or could be thought of as an independent implementation of the same budgeting methodology - but it felt close enough in UI and concepts that I feel comfortable calling it a clone.

I manually enter every expense (as categories are not by store, so automation can’t work), and YNAB makes this more convenient with a lot of tiny things (though on testing, the biggest parts are probably remembering the last category for a payee, and better flowing "enter"-key behavior when entering multiple transactions).

That said, it also has a bunch of things that I’m missing in YNAB, so I should probably just set up an instance and go a week with trying it, so thanks for the nudge :)

Re: Ask HN: Spending Tracking Tools

#72
Here's my opinion: there's actually two very different use cases here. Most apps I've tried do not distinguish between the two and that, for me, is their downfall.

Sometimes, you're in the moment trying to make a decision about whether or how much to spend. Call that use 1. And sometimes you're looking back at your spending history needing to make some sense of what has already happened. Call that use 2.

For use 1, I have started using Paktol[0], a weirdly-named phone app made by the guys who created ClojureDart[1] (and written in that Clojure dialect). It's extremely simple, and that's the point. You set a target amount of discretionary spending each day, and it tells you how much you have left or whether you're "overdrawn" for the day. That's it. There's no categories, no analytics, nothing like that. You just plug in every expense that's discretionary and it tells you if you're on track. It's so simple it almost annoys me that it's paid. But it's working and no other money tracking app I've ever tried has. It has already paid for itself in better decision-making on my part for having it, so I actually can't complain.

For the second function, I'm just using Excel. I have my own cobbled-together categorization system that's working well enough, and aside from having to go download transactions manually from my different accounts because they don't have an API, the bulk of the categorization work for new entries is automatic (Power Query is very cool).

Part of me wonders what an all-in-one solution could look like and I daydream for ten minutes about making one myself. But that never lasts more than a minute or two. There's a reason so many have tried and failed. I'm not smarter than any of the hundreds of people who have already tried and only partly succeeded.

[0] https://paktol.t10s.com/

[1] https://github.com/Tensegritics/ClojureDart

Re: Ask HN: Spending Tracking Tools

#73

At this point I have tried them all and don’t like any of them. What I really want to know is more granular data on where I am spending my money on. These apps will tell me I spent $6000 last year at Costco but it cannot tell me if some that was on spur of the moment items like a new pair of bedsheets that I probably didn’t need or actual groceries. What I want is an app that can do OCR recognition of the bill or inv…

Ideally something that scans the invoice and associates it with a bank transaction record.

Re: Ask HN: Spending Tracking Tools

#74
I've been tracking my expenses meticulously and manually for over 10 years now with https://budgetmyway.com/. I've built this to scratch my own itch, and built an expense tracker that meets "my" needs. I have a handful of happy users. This is more of a passion project and not a solo-startup or anything like that. I'd love to hear your feedback and see if it meets your needs. There are not any external data connections via Plaid, no 3rd party data tracking or sharing, your data is your data.

I know manual expense tracking might sound like a bear, but I find it cathartic and reflective to have to enter expenses.

Re: Ask HN: Spending Tracking Tools

#75

I highly recommend LunchMoney ( https://lunchmoney.app/ ). It's built by a solo developer who is very responsive and continues to make the app great. Lots of automation and ability to create custom classification rules. I've been happy for the past 3 years. I've also heard good things about CoPilot ( https://copilot.money/ ) but have not had the chance to experiment with it yet.

+1 for LunchMoney. Happy paying customer. I remember trying it when it first launched and it wasn't for me at the time. Now, with kids and a home, and lots of money being spent on various things across multiple accounts, it's very useful to just get labels on all the transactions in one place.

LunchMoney is great for retrospective analysis. For long-term financial projections, I really like https://app.projectionlab.com . Great pairing.

Re: Ask HN: Spending Tracking Tools

#76

Here's my opinion: there's actually two very different use cases here. Most apps I've tried do not distinguish between the two and that, for me, is their downfall. Sometimes, you're in the moment trying to make a decision about whether or how much to spend. Call that use 1. And sometimes you're looking back at your spending history needing to make some sense of what has already happened. Call that use 2. For use 1, I…

"Pactole" means "heap of money" in French slang. As in a heap of money you keep under your matrass, or a large sum you win suddenly. Hence Paktol.

Re: Ask HN: Spending Tracking Tools

#77
post #4

I've tried a variety of tools over the years and always end up going back to a low tech approach: spreadsheets. I set up my credit cards to email me after every transaction, which I then manually copy over to my spreadsheet with additional category information. Pivot tables give me a breakdown by category / month. The added friction of having to manually copy everything over is a nice incentive to buy less stuff.

yeah big +1 to this. People are obsessed with automation, but doing a bit of manual work for stuff like budgeting and project management actually really helps cement it mentally I think (a bit like hand writing lecture notes, etc).

Spreadsheet + Pivot table is all you need in many cases.

Re: Ask HN: Spending Tracking Tools

#78
I've been so picky over the years and tried so many different services, but I always ended up back in a spreadsheets. Infinite configurability, but more manual.

That said, I found a middle ground about six months ago. The spreadsheet tracks the budget, brokerage contributions, statistics, and savings (think monthly money being set aside for yearly payments and such), and then I use Monarch Money for tracking transactions.

Manually tracking my transactions in the spreadsheet was just so tedious and having Monarch handle that via Plaid and the three-ish other services that fill the same space has been nice.

One issue I have that isn't the fault of any app or service is that there are still plenty of banks that don't support OAuth for reading data. The big ones I use all support it no problem, but my primary, smaller (not tiny) bank and even Discover want you to use your _same_ username and password along with a checkbox in the settings to "allow third party access". They don't tell you what is limited via that third party access either, so I can't tell if it allows read-only when there's no MFA involved or what. In those cases, I still manually input transactions, but it's the vast minority of my transactions.

Monarch will give you notifications for transactions, overages on budgets, etc, but I bet any half decent service will do the same at this point.

Re: Ask HN: Spending Tracking Tools

#79

Here's my opinion: there's actually two very different use cases here. Most apps I've tried do not distinguish between the two and that, for me, is their downfall. Sometimes, you're in the moment trying to make a decision about whether or how much to spend. Call that use 1. And sometimes you're looking back at your spending history needing to make some sense of what has already happened. Call that use 2. For use 1, I…

"Pactole" means "heap of money" in French slang. As in a heap of money you keep under your matrass, or a large sum you win suddenly. Hence Paktol.

Ah, that makes sense! I googled it and the only thing I found spelling it the way the app does is that it's a word meaning "sorcery" in a language from the Philippines that I've never heard of before this...

https://en.wiktionary.org/wiki/paktol

Re: Ask HN: Spending Tracking Tools

#80
post #47
post #29

Earlier quoted context omitted.

+1 While I don't think this approach meets OP's requirements (they seem to be looking for something a little more turn-key), I hope other readers of this thread will fall down this rabbit hole. I'm now in my 5th year of tracking every penny in and out of my life with hledger[0], with a mostly manual approach. Some benefits: - as noted by a spreadsheet user, it adds friction to spending money, which has curbed frivolo…

Only reason I stopped going down the PTA path was I always struggled to figure out a viable way to organize everything. I tried one file per account, one file per account per month, multiple accounts in one file per month, and eventually everything in one massive file per year. No matter what I seemed to choose I always seemed to end up with just a complete mess.

I've faced this as well. One of the big sources of "mess" for me in a years-long ledger is inconsistencies in account naming. I get around this with a big block of alias that rename accounts to use my newer, preferred conventions (without having to comb through possibly hundreds of postings to update by hand).

I also went through a couple file organization schemes and have (tentatively) settled on file-per-month since that leads to a nice cadence where setting up the new monthly file coincides with paying bills and is a good time to do any necessary account reconciliation.

Post reply on HN