Lunch Money logo
Lunch Money
CreateLog in
Roadmap
Feedback
Developer API
21
Changelog
Log in to your Lunch Money account to give feedback

    Boards

  • Transactions

  • Budget

  • Recurring Items

  • Overview

  • Calendar

  • Net Worth, Stats, Trends

  • Query Tool

  • Categories, Tags

  • Accounts, Assets

  • Rules

  • CSV Importing

  • Developer API

  • General Feature Request

  • Getting Started

  • Institution Status & Requests

  • Bugs

  • Mobile App

Powered by Canny

Developer API

posts
Authentication via API (OAuth)
Useful for users building out their own native apps for Lunch Money. We don't want to always be relying on a singular developer token!
5
·
in progress
Balance History (Net Worth Tracker data) endpoint
It would be great to make the data queryable via the API.
3
·
in progress
/recurring_items API returns empty results with mid-month start_date
For some reason, a start_date of today's date returns an empty array. For example: {{BASE_URL}}/recurring_items?start_date=2026-06-18&end_date=2026-12-31&include_suggested=false - doesn't work and returns an empty array {{BASE_URL}}/recurring_items?start_date=2026-06-01&end_date=2026-12-31&include_suggested=false - works fine {{BASE_URL}}/recurring_items?start_date=2026-07-01&end_date=2026-12-31&include_suggested=false - works fine Behavior is consistent across v1 and v2 paths.
2
·
in progress
Powered by Canny