Balance History (Net Worth Tracker data) endpoint
in progress
Log In
J
JP Shipherd
marked this post as
in progress
A draft of the API design is available here: https://lm-v2-api-next-a7fabcab8e9a.herokuapp.com/v2/docs#tag/balance_history
You can use the interactive docs to make requests to the mock server only. In the navigation bar of the API test client, click the default url https://api.lunchmoney.dev/v2, and select the lm-v2-api-next url below that. The mock service provide static sample data but allows you to see what requests and responses look like.
Feedback welcome! Please email jp@lunchmoney.app or drop a note in the Developers channel on Discord
Jen from Lunch Money
Merged in a post:
Method for updating an Asset's historical balance
J
John Collins
The Update Asset method allows you to update the current balance of an Asset as well as the freshness timestamp for this balance however specifying a timestamp in the past does not update that Asset's historical balance but rather it's current balance (from the perspective of the net worth view). This limitation makes writing integrations for different account sources (as well as backfill for account values older than the data imported by plaid) significantly less useful.
If this method also allowed updating the balance for a range of dates (for backfill) this would be even more useful.
Somewhat related to:
Jen from Lunch Money
marked this post as
planned