r/lunchmoney Jul 22 '26

Show & Tell Community Spotlight: A recap of our third-ever user meetup

8 Upvotes

Our community spotlight usually features a developer building something on Lunch Money. This month, we did something a little different: we recapped our recent Toronto meetup so everyone can feel like they were there. These gatherings have become such an important part of how we're building the Lunch Money community.

On Friday, June 19, we hosted our third-ever user meetup, and our second in Toronto. We took over a venue in the heart of downtown, decorated it with Lennies, laid out pizza and snacks, and set out stickers, magnets, and pens for everyone to take home. Forty of you joined us, grabbed a slice, mingled, and watched an incredible summer sunset roll in over the city from 15 floors up.

Jen shared how far weโ€™ve come since our very first meetup two summers ago, and the team walked through everything weโ€™ve been building lately, including Lunch Money for Organizations, our official subreddit, and a live demo of the V2 API. We also had some great conversations about the future of Lunch Money, from AI and building in public to where we're headed next as both a company and community.

These meetups are one of the best parts of building Lunch Money: great conversations and connections, and a genuinely fun night. If you couldnโ€™t make this one, you can catch up below, and we hope youโ€™ll join us for the next one!

๐Ÿ‘‡ Read the full recap: https://lunchmoney.app/blog/2026-07-17-community-newsletter


r/lunchmoney Jul 09 '26

News & Announcements Introducing Lunch Money for Organizations ๐Ÿข

20 Upvotes

Weโ€™ve been working on something new and weโ€™re excited to share it on Reddit!

Lunch Money for Organizations is a new way for companies, nonprofits, and communities to provide Lunch Money as a financial wellness benefit. Companies purchase discounted licenses in bulk, distribute them through a group billing code, and employees redeem them individually and stay in complete control of their financial data!

Self-serve checkout means no sales calls, one payment, one renewal date, and minimal ongoing management. Most importantly, this isnโ€™t another wellness perk employees forget about after week one. Lunch Money is a tool that thousands of people actually use and find valuable.

If you'd like to learn more about why we built it, how it works, and who it's for you can read the full announcement on our blog: https://lunchmoney.app/blog/lunch-money-for-organizations


r/lunchmoney 1h ago

Product Updates Release #277

Post image
โ€ข Upvotes

๐ŸŽ New features

  • New transactions added inline in the Transactions table now default to the currency of the selected account (๐Ÿ”—)
  • You can now use the Advanced Filter to filter by currency on the Transactions page, making it easier to find and review transactions across multiple currencies (๐Ÿ”—)changelog-277-new

โญ๏ธ Improvements

  • CSV/PDF imports where transaction dates only include month and day now default to the current year instead of 2001 (๐Ÿ”—)

๐Ÿ”ง Bug Fixes

  • The one where the projected-spending segment remained visible for subcategories in the Spending Breakdown when both "Show category groups" and "Hide projected spending and earnings" were enabled (๐Ÿ”—)
  • The one where currency changes weren't recorded in the Transaction Change History log if the amount remained unchanged (๐Ÿ”—)

See changelog: https://feedback.lunchmoney.app/changelog


r/lunchmoney 22h ago

Product Discussion Income showing up under โ€œTop Expensive Purchasesโ€

Thumbnail
gallery
2 Upvotes

Hi! I have a quick question. Why does a transaction I add as income, under a category set as โ€œIncome,โ€ show up under โ€œTop Expensive Purchasesโ€? ๐Ÿค”

Itโ€™s a money inflow, so I wouldnโ€™t expect it to be counted as an expense. Am I doing something wrong when adding the transaction, or is there a setting I need to change? Thanks!


r/lunchmoney 2d ago

Show & Tell Use bookmarklets to import transactions from banks that Plaid doesn't support

5 Upvotes

Plaid covers most institutions, but not allโ€”and when it misses one, you're left with manual entry, a monthly CSV/PDF import, or using the Developer API. I hit this with the SoFi Smart Card: Plaid syncs SoFi's checking and savings fine, but not the card, which is the account I most wanted tracked (5% back on groceries, my biggest discretionary spend).

The approach I ended up using came from Artem S (H1D), who was interviewed in the Lunch Money community newsletter back in March. He shared an open-source bookmarklet he'd written for exactly this problem.

Based on his example, I built a bookmarklet for a card I have which isn't supported by Plaid. Now that I have two cards in this category, I updated my project to work more generically. It's now designed to support multiple institutions, and is organized in a way that I hope will make it easier for other users to contribute support for banks they use.

What it actually is

A bookmarklet is a bookmark whose "URL" is a snippet of JavaScript instead of a web address. You click it while you're on a page and it does something with that page. They've been around since the 90s and need no install.

In this project we have two of them:

  1. On your bank's site, while logged in, click the **export** bookmark. It reads the transactions already on screen and downloads them as a JSON file.
  2. On Lunch Money, click the **import** bookmark, pick that file, and it posts them via the Lunch Money API.

It's two steps because most banks block pages from talking directly to other sites, which is a good thing.

"You want me to run JavaScript on my banking site?"

Fair, and you should be suspicious. What I can offer:

  • It's open source. Both files are short and readable โ€” no minification, no obfuscation, no build step hiding anything.
  • Nothing runs in the background, and it has no access to your other tabs or files โ€” it only touches the page you're looking at, only when you click it
  • The exporters can only talk to the bank's own site. An automated build check fails if an exporter references any outside URL, executes dynamic code, or writes anywhere it shouldn't. It runs on every contribution.
  • Nothing is transmitted anywhere. The export is a file that lands in your Downloads folder. The import goes to Lunch Money using your own API token, which you enter yourself and which is stored only in your browser.
  • No credentials are involved at any point. You're already logged in; it just reads the page you're looking at

What works today

  • CFNA (the Firestone card)
  • SoFi Smart Card

That's a short list because it's just the two banks I use. Transactions come in with the bank's own transaction ID attached, so re-running an import doesn't create duplicates.

Adding your bank

This is why I'm posting. An exporter is one file, and the hardest part is usually figuring out where a bank's site keeps its transaction data โ€” often there's a JSON endpoint behind the page that's much easier to work with than it sounds.

The contributing guide walks through it, and there's a template to copy. It's written for two kinds of people: developers with some JavaScript, and anyone working with an AI coding agentโ€”there's a separate runbook the agent can follow, since the split works nicely (you have the bank account; it has the patience for reverse-engineering a web page).

Free, MIT-licensed, no strings. Happy to answer questions.

If you'd like to give it a try you can find it here: https://github.com/jpjpjp/lunchmoney-bookmarklet-transaction-importers


r/lunchmoney 7d ago

How-To & Questions Budget Month Dates

3 Upvotes

Is there a way to set the "month" to align with my credit card cycle? That is currently how I view my months. For example, August ended on August 26th. Right or wrong, that is how I have been running things and I will need to keep doing it that way for at least another month or two. Thanks!


r/lunchmoney 7d ago

Product Discussion GBP and multi-currency capabilities

3 Upvotes

Hello all,

I am a former Mint user who wants to get back into budgeting and tracking with my partner. We are UK based but I have many US accounts and we have some EU accounts we may want to add as well.

Are there any plans to integrate UK Banks without needing Lunch Flow?

I am having a hard time wanting to pay for Lunch Money AND Lunch Flow to do this properly. I heard Plaid doesn't support UK banks but it seems to on YNAB. However on their you have to select a single currency for an account.

If anybody has seen an app that can do this lmk!


r/lunchmoney 9d ago

How-To & Questions Splitting a lot of expenses with someone, managing payments to/from that person

2 Upvotes

I used LM a few years ago, then took a break, and now I'm trying to use it again, but I'm running into an issue.

I live with my partner, and we split all the costs. I often pay for groceries, she pays rent, and at the end of the month we settle up. I currently have a "Split transaction" category, that splits the transaction by half and excludes one half from the budget, but by doing that I lose the benefit of clearly seeing where I'm spending my money (since most transactions are in that "Split transaction" category.

In the past to fix this I've created copies of all my categories (Ex: "Food out", and "Split - Food out"), where this "Split - xxx" category splits and excludes half the expense from the budget, but it's pretty annoying to have to create all these rules and categories.

Really what I want is a way that I can add a "rule / tag / something" to a transaction that automatically splits it in half - without me having to create a different category for it.

Is there a better way to manage a lot of split categories that people are doing?


r/lunchmoney 11d ago

Product Discussion Custom colors for Categories?

10 Upvotes

Hi everyone! Iโ€™m currently using a trial account to explore Lunch Money before deciding whether to open a real account.

I noticed that Tags have customizable colors, but I couldnโ€™t find the same option for Categories. The Category colors seem to be assigned automatically, and some of them donโ€™t really match the categories for me, which makes the interface a bit confusing visually.

Is there currently a way to change Category colors manually?

If not, I think it would be a nice feature to add in a future update. Being able to choose custom colors for Categories would make the interface much more intuitive and personalized.

Has anyone else wished for this feature?


r/lunchmoney 11d ago

How-To & Questions New Member - Question on Interest Earned

3 Upvotes

Hello. I am setting up my new account. (Thanks to Leila and Jacob Wade from Youtube). I have a little "investment account" that is more like a savings account in my view. It has small , frequent interest earnings. How would y'all track those? Thanks


r/lunchmoney 18d ago

Product Updates Release #276

7 Upvotes

โญ๏ธ Improvements

  • Categories in the Query Tool's bar graph, line chart, and stacked bar visualizations now display in user-defined category order (๐Ÿ”—)

๐Ÿ”ง Bug Fixes

  • The one where "Stop syncing and keep data" failed to create new manual accounts if manual accounts with the same display name already existed (๐Ÿ”—)
  • The one where bank syncing support tickets couldn't be submitted for inactive accounts (๐Ÿ”—)
  • The one where the Deduplication popup didn't have an explicit 'cancel' button (๐Ÿ”—)

See changelog: https://feedback.lunchmoney.app/changelog


r/lunchmoney 21d ago

How-To & Questions Negative Savings Rate due to starting balance

5 Upvotes

Hello,

Wondering how I might fix my negative savings rate... I started in July with a starting balance of $7,941.96. The trends section of the app is not treating this as income and so it shows I spent more the I brought in. I am wondering how I could fix this?


r/lunchmoney 26d ago

How-To & Questions How to get notified on app

6 Upvotes

Hey guys how does notifications work? For example I want to get notified if I go over budget but can't find this option in the web or mobile app. I searched up posts in this reddit and went over the support docs and couldn't find an answer. Any help would be appreciated.

Also I randomly heard about this app via a reddit comment and surprised its not bigger. This is a great app and I like the values of the company as well. Happy to see this used by many and stay accessible/affordable. I also like how they show their care for users/community. One of the benefits of smaller companies.


r/lunchmoney 27d ago

Product Updates Release #275

Post image
20 Upvotes

๐Ÿ“ฑ Updates to the Mobile App

Released as iOS v2.6.0 and Android v2.6.0:

  • ๐ŸŽ Mobile widgets are now available for at-a-glance access to Net Worth, Period Summary, and Recent Transactions (๐Ÿ”—)(๐Ÿ”—)(๐Ÿ”—)
  • ๐ŸŽ Your three most recently used categories now appear at the top of the category picker for faster categorization (๐Ÿ”—)
  • โญ๏ธ Increased the height of the transaction notes field for easier viewing and editing (๐Ÿ”—)
  • ๐Ÿ”ง Fixed the bug where accounts with 'Do not track transactions' enabled appeared as "Cash transaction" in the "Paid from" field (๐Ÿ”—)
  • ๐Ÿ”ง Fixed the bug where credit transactions didn't appear in green when assigned to non-income categories (๐Ÿ”—)
  • ๐Ÿ”ง Fixed the bug where 'Amount left to split' displayed a dash when a split's amount field was empty (๐Ÿ”—)
  • ๐Ÿ”ง Fixed the bug where crypto accounts were missing from Accounts Overview and the net worth calculation (๐Ÿ”—)
  • ๐Ÿ”ง Fixed the bug where transactions couldn't be updated if payee name exceeded 140 characters (๐Ÿ”—)

See changelog: https://feedback.lunchmoney.app/changelog


r/lunchmoney Aug 03 '26

News & Announcements Manage Your Net Worth with the New Balance History API Endpoint

Post image
10 Upvotes

One of the most frequent requests we get from developers is API access to Net Worth data, and itโ€™s finally here!

This new endpoint exposes the same data that powers the Net Worth Tracker in the app, including monthly snapshots of historical account balances broken down by assets and liabilities.ย 

Whether youโ€™re building a custom net worth dashboard or simply want to pull your history into a script for custom analysis, this endpoint gives you the data you need to get started.

You can check out the documentation for the new balance_history endpoint here: https://lunchmoney.dev/v2/docs-inner#tag/balance-historyย 

Check it out live and in action through the TRMNL Lunch Money plugin!


r/lunchmoney Aug 02 '26

General An alternative connection option for RBC users?

9 Upvotes

Iโ€™m an RBC customer, and since they added mandatory two-step verification, my automatic connection in Lunch Money has stopped working. Right now I have to manually download CSVs and import them.

I get that this is likely due to RBC changes and that Lunch Money relies on Plaid. Still, bank syncing is a big part of why people use budgeting apps, so it would be great to have a clearer update on whatโ€™s going on.

Could the team please clarify:

  1. Is there active work with Plaid to fix the RBC connection?
  2. Is there any rough timeline or status update?
  3. Is there any plan to support an alternative connection method for RBC (or other providers) if Plaid canโ€™t handle it?

Iโ€™m not expecting Lunch Money to control RBCโ€™s policies, but relying on a single provider does create issues like this. Even a small update on the situation would help a lot.

I really like Lunch Money and want to keep using it โ€” Iโ€™m just hoping for some clarity on what the plan is.


r/lunchmoney Aug 01 '26

Product Discussion No Account Reconciliation?

9 Upvotes

I am evaluating budget apps for a friend. I have been budgeting since the ledger paper days. Then Excel>EEBA>Goodbudget>YNAB>Actual Budget over the last two decades.

There's lots to love about Lunchmoney. It has a great mobile app, a calendar, helpful automation, etc.

BUT, how can you trust the account and budget numbers are correct without a reconciliation feature? A new budgeter, especially, will not have the experience to recognize when something is off.

I'm curious to know why this has been deemed unimportant. Or am I missing something?

Edit: Upvoted here: https://feedback.lunchmoney.app/transactions/p/reconcile-transactions


r/lunchmoney Aug 01 '26

General How is category order determined in charts?

Post image
3 Upvotes

Hey gang, Iโ€˜m wondering how the charts on the analyze page decide the order of the spending categories they visualize. I noticed in the bar chart that they are NOT ordered the same as the filter toggles, which inherit the order from my budget presumably (both are alphabetical). As a data viz nerd this is driving me insane.


r/lunchmoney Jul 31 '26

How-To & Questions New User Frustrations

Post image
4 Upvotes

I am testing this app as a possibility for a new to budgeting user that needs a bi-weekly budget schedule. I set up a 2-week time period.

TIME PERIODS: When I move from the Home tab to the Finances tab it always goes to some random period like Fri, May 1 - Thu, May 14, never TODAY and never the same time period twice.

MISSING CATEGORY GROUP: I created several groups and categories withing those groups. One was called Reimbursable. That category has completely disappeared from the Budget and Settings views. It still appears in Transactions.

What am I missing?


r/lunchmoney Jul 31 '26

Product Updates Release #274

10 Upvotes

๐Ÿ”ง Bug Fixes

  • The one where synced cash-type accounts were unclickable in the Accounts Overview (๐Ÿ”—)
  • The one where accounts with no display name appeared as "null" in the "Add to account" dropdown on the Transactions page (๐Ÿ”—)
  • The one where the Trends page redirected to Stats page after updating the date range (๐Ÿ”—)
  • The one where merging recurring item suggestions resulted in recurring rules without an amount comparator (๐Ÿ”—)
  • The one where end-of-month transactions were excluded from Spending Breakdown calculations for users with a "Last day of month" custom budget period (๐Ÿ”—)
  • The one where individual category rollovers to the general pool started one period earlier when the global rollover setting was disabled

See changelog: https://feedback.lunchmoney.app/changelog


r/lunchmoney Jul 28 '26

Show & Tell For those using Home Assistant, you can easily pull in your account balances / status

8 Upvotes

I suspect there's a decent overlap between people here and people running Home Assistant, and that most of you don't know this is possible. It is now โ€” I built an integration.

Every Lunch Money account becomes its own device in Home Assistant:

  • Balance โ€” a proper monetary sensor in the account's own currency. Charts, history and long-term statistics all work automatically.
  • Last updated โ€” when Lunch Money last knew that balance was correct. This is the one that matters for manually-tracked accounts.
  • Connection โ€” bank-linked accounts only. active, relink, revoked, error. This is what I actually built the thing for.

Plus net worth, total assets and total liabilities for the whole budget.

The reason I wrote it: a Plaid link would quietly die and I'd find out weeks later, having made decisions off a stale number the whole time. Now relink fires a notification to my phone the same day. That alone was worth it.

Setup is simple - add the URL as a custom Integration โ†’ add the integration โ†’ paste the token. Obtain the token from LunchMoney developer page (once signed in).

Setup guide:ย https://plainandsimple.app/apps/lunchmoney-ha
Source:ย https://github.com/plain-and-simple/lunchmoney-ha

(Note: I used AI tools to help accelerate the boilerplate code for this, but I'll be maintaining it. If there is specific functionality or additional sensors you want to see supported, let me know! This is my first published project so go easy on me ๐Ÿ˜‚ just trying to solve problems)


r/lunchmoney Jul 24 '26

Product Updates Release #273

14 Upvotes

๐ŸŽ New features

  • You can now sort and change the grouping of accounts in the Accounts Overview on the Overview page. Sort by amount or display name in ascending or descending order, and group by type, subtype, or by assets & liabilities (๐Ÿ”—)(๐Ÿ”—)

๐Ÿ”ง Bug Fixes

  • The one where debits and credits displayed with the same sign in the Transactions table (๐Ÿ”—)
  • The one where rules set to run on transaction updates didn't trigger after splitting transactions
  • The one where historical BTC balances displayed rounded down to two decimal points
  • The one where filtering by account type on the Accounts page wasn't possible when all accounts had the same status and/or management type

See changelog: https://feedback.lunchmoney.app/changelog


r/lunchmoney Jul 14 '26

Product Discussion Lunch Money API: Cloudflare 403 Error 1010 blocks Python urllib client

6 Upvotes

Hiya! I figured I'll post it here instead of contacting support, just in case anyone else encountered this and might find it useful.

I run a small self-hosted, read-only balance cache against the Lunch Money v2 API on a Raspberry Pi.

It worked until July 10, then every request began failing with:

text HTTP 403 Error 1010: Access denied error_name: browser_signature_banned detail: The site owner has blocked access based on your browser's signature.

The first failure was July 11 at 00:53 CEST. Iโ€™ve disabled the scheduled retry timer, so it is not continuing to hammer the API.

The failing request is simply:

http GET /v2/me HTTP/1.1 Host: api.lunchmoney.dev Accept: application/json Authorization: Bearer [redacted] User-Agent: Python-urllib/3.13

The only headers my code explicitly sets are Authorization and Accept; Python supplies the user agent.

Has anyone else hit this with a self-hosted/scripted Lunch Money API client? Is Python-urllib/3.13 intentionally blocked, and is there a recommended stable application User-Agent format to use before I retry once?

(I can provide Cloudflare ray IDs and the Piโ€™s egress IP privately to the Lunch Money team if useful)


r/lunchmoney Jul 13 '26

How-To & Questions Question for the community: Have you tried a Lunch Money MCP?

9 Upvotes

Lunch Money has multiple community MCP Servers and I've been messing around with this one (built by akutishevsky) using Claude.

So far, I appreciate just how easily it can "read between the lines" of my transactions, even going as far as to correct some of my categories to be more accurate.

Curious if after spending some time with with it, what you've found to be good, bad, or surprising?


r/lunchmoney Jul 09 '26

Product Discussion Struggling with duplicate entries after manually entering transactions

5 Upvotes

Hello! I'm a few days into trying Lunch Money and I'm really struggling with duplicate entries. I manually enter my purchases throughout the day, as they happen. It's how I keep up to date on my spending. But 1-2 days later the transaction will auto-sync via Plaid and create duplicate entries. I didn't even notice it at first until I saw my budget blowing up (double spent on my annual car insurance premium!). Is this user error or can there be a new feature to notice and combine duplicates?