Your US card statement speaks dollars, your life doesn't. Building an expense tracker that fixes that - real problem, or just mine?
I've been living abroad for a few years, earning and spending in the local currency, with a couple of US cards I kept for the credit history. Every month the statement shows up in dollars and every month I do the same useless thing: glance at the total, multiply by whatever rate is in my head, decide it's roughly fine, move on.
It bothered me enough that I started building something to fix it for myself, and now I've got far enough that I want a sanity check from people actually living this before I put more time into it.
The thing I keep running into is that my financial life has two currencies in it and nothing I use speaks both. My budget is in local currency because that's what I earn and what things cost. My card statement is in dollars. There's no view anywhere that shows me a month of spending in the currency I actually think in, and the bank's csv export doesn't even include the original local amount/rate, so I couldn't build it reliably in a spreadsheet either.
So what I've been building takes the statement pdf, pulls out every transaction with both amounts, and converts each one at the rate that actually applied on the day of that purchase rather than one rate for the whole month. What comes out is a month of spending in the currency you live in, per purchase, with the real rate on each line.
Running my own year through it turned up a couple of things I didn't expect. The conversion on my "no foreign transaction fee" card was costing about half a percent on average, which sounds like nothing until you notice it comes off your cashback: a "2%" card is really paying about 1.5% where I live. And it wasn't even consistent between cards - two of mine are from the same bank, same currency, same year, and they came out 0.44% and 0.58%.
What I'd like to know from people here, honestly:
Is this a problem you actually have, or have you solved it some other way I haven't thought of? I keep assuming everyone else has a system and I'm the only one eyeballing it.
If you do track it, what do you use? I've tried the budgeting apps and they either only handle USD, or want a subscription to get it approximately right.
And is the per-purchase rate detail interesting, or is it over-engineering? I built it because I wanted it, which is exactly how people build things nobody else needs.
Not linking anything, this isn't a pitch. I'm after whether the problem is real for other people or just for me.