Live data from Hacker News

Ask HN: How do you record your personal finances?

news.ycombinator.com

11–20 of 52 posts

Re: Ask HN: How do you record your personal finances?

#11
I have tried many things apps/excel/text file and after some time I give up. The current solution I use for more than one year and I am happy. Works while travelling (currency support) but it needs internet.

To solve personal finance control I made myself a bot (on telegram). Works on anything web/desktop/mobile and that is just text. I think about it as my accountant.

I send him

>Beer 4 ( meaning I spent 4 on beer)

>wine 6 EUR ( meaning I spent 6 EUR on wine)

If I want to group things in a category:

>Beer is drinks

>wine is drinks

Don't forget to first set the expense currency.

>config ExpenseCurrency USD - (this will be the default expense currency if you don't specify otherwhise)

If you want to export just write:

> export expense

You will receive an url that can be imported(as text) in excel and can be refreshed. I use excel if I want explore/visualize.

I get a reminder/summary every day just to make sure I don't forget.

I have more commands https://docs.google.com/document/d/1x7iYpbXJHGyQQ4CxA1W6LgLr... And more that I have not documented. Let me know if you need something.

It does not uses language understanding, behind it has a compiler so there is NO misunderstanding

If you try it let me know or contact https://twitter.com/cosmaioan

Re: Ask HN: How do you record your personal finances?

#14

I have tried many things apps/excel/text file and after some time I give up. The current solution I use for more than one year and I am happy. Works while travelling (currency support) but it needs internet. To solve personal finance control I made myself a bot (on telegram). Works on anything web/desktop/mobile and that is just text. I think about it as my accountant. I send him >Beer 4 ( meaning I spent 4 on beer)…

My approach is similar. I keep plain text notes on my phone where each line is something like "16 haircut" or "12o" (eating out). I have a Node script that I currently run manually, but the problem is that I only run it every couple of months... Using a bot keep track of things is a great idea!

Currently I group everything by month, but using a bot would also allow that to be more granular.

One thing I try to focus on is simplicity of the categories. Instead of spending £5 on toiletries and £3 on fruit I just have on "everyday items" category that I use for everything that I buy at the supermarket. So after every purchase I make I only spend about 5s writing it down, rather than trying to do any splitting calculations in my head.

Here are the result: http://www.mattzeunert.com/money.html

Re: Ask HN: How do you record your personal finances?

#15
post #7

I’ve been using YNAB (You Need A Budget) for four years now and it has made a big difference in how much we’re saving. I used spreadsheets or other DIY solutions in the past, but they aren’t very multi-user friendly (wife and I share a family budget) and didn’t make me think of savings in the same way. Here’s a good review: https://thewirecutter.com/money/best-budgeting-apps-and-tool...

The review provides affiliated links to the product...

Re: Ask HN: How do you record your personal finances?

#16
Default notes app:

  22/06
  -0.2 morning
  -3 Jack
  +2 John tires
  -1.5 ?
Then I parse it (perl) to standard accounting software, guessing analytics from these comments. No specialized app worked conveniently enough for me than just typing the event on new line.

Re: Ask HN: How do you record your personal finances?

#18
Here's a practical approach that have been working well for our family.

Forget about recording your transactions, it is way too tedious.

The solution: Use 'jars' for budgeting. Our jars are bank accounts.

First we have a main bank account where money comes in. Set all recurring bills (eg. rent, utilities, phone) to direct debit from this account. Let's call this income account. Leave the debit card at home, don't use it.

Then set an estimate of how much you be spend every week on groceries, transportation, etc. See this as your pocket money.

Then set up another bank account, set an automatic weekly transfer from the income account to this pocket money account. The amount is what you estimated previously. Everything in this account is for you to spend. If you spend less the week before, then you can spend it this week... or not. But you should not spend more than what it is there.

Adjust the automatic transfer amount if needed.

Now, if you want to save... it is the same strategy. Set up a saving target, open a savings account and do automatic periodic transfer from the income account.

Try it... it requires very little effort, makes you more conscious on how much you spend and on what and after a while you will be surprised with how much you're saving.

Re: Ask HN: How do you record your personal finances?

#19
I have a google sheet with an attached form. I then use simple queries to retrieve the data. For example, I have a sheet that displays the expenses per category (food, holidays, etc.) for the current month and also shows me the % of my income I have spent.

I added a few lines of Javascript which are run on what is probably a rough equivalent of a cronjob. They just check if it's the first of the month and if so append my current, recurring, monthly expenses to the form.

This is a simple and pragmatic approach where I can leverage the data analysis tools of google sheets (charts and stuff), access and add my data from everywhere and not have to implement anything myself.

I also use that to track what I buy for me and my GF so that we can eventually reimburse each other for shared purchases (mainly food). We could also get a shared account but so far it's been working really well.

If I am interested in my overall net worth I just log into my bank account and check out how much money I have and what my ETFs are doing.

The form is pretty simple: Amount, category, name, comment and then choose if it's both (me and my GF), I O (see comment for whom I am owing money).

Re: Ask HN: How do you record your personal finances?

#20
I use ledger for my business and home accounts.

For the business it's OK as there are only a couple of transactions each month, nearly all my business is pushed through Avangate/2Checkout so there is just one invoice a month.

For my personal accounts it's rather unwieldy, I'm probably going to go switch to something desktop based.

I won't use a SaaS product for either, I've had my fingers burn't once on that already.

Post reply on HN