Reporting on Ledger Balance
Does anyone know if it's possible to create a report, display or otherwise access the current Ledger Balance for every account, in a single place?
I have a bunch of Investment accounts that I want to connect via Plaid (Moneydance+) and their Ledger Balances are up-to-date but the individual positions are quite hard to maintain and, frankly, I'm more interested in the current total value of each account, for reporting purposes.
I would love to have all that information in ONE place. Thanks.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Stuart Beesley ... on 21 Nov, 2025 05:55 PM
What do you mean by ‘ledger balance’? Where in MD can you see this now?
2 Posted by Milo C on 21 Nov, 2025 06:51 PM
It's the balance provided by the bank from data downloads. It appears in the Balance Box, but I have to browse each account separately to see it.
Documentation: https://infinitekind.tenderapp.com/kb/register-and-transactions/bal...
3 Posted by Stuart Beesley ... on 23 Nov, 2025 04:27 PM
This may help you. A small python script to report these balances..
(also attached)
Menu/Window/Show Developer Console/
copy / paste the above code into the Python Snippet area, then click Run Snippet.
OR Open Script, select this attached file, Then run..
Either way, the results will appear below.
Let me know if it works for you? It's harmless and readonly.
4 Posted by -Kevin N. on 23 Nov, 2025 05:18 PM
@Milo, Sorry to jump in here. @Stuart, I get the attached error when I run the saved .py
-Kevin N. (not a member of MD support)
5 Posted by Milo C on 23 Nov, 2025 05:39 PM
@Stuart - This is awesome. Thanks so much!
@Kevin - I got the same error, too. Moving this line up above the first reference to ct in the for loop, fixes it:
ct=acct.getCurrencyType()
Would be great if IK decides to add this to standard reports...
6 Posted by -Kevin N. on 23 Nov, 2025 05:52 PM
@Milo, Bingo! Thanks.
-Kevin N.
7 Posted by Stuart Beesley ... on 23 Nov, 2025 06:04 PM
Bugger.. Sorry.. I did test it of course, but because of the way I tested, it remembered that variable.. Here is the fixed script:
8 Posted by -Kevin N. on 23 Nov, 2025 06:56 PM
@Stuart,
.py now runs as expected.
Thanks for this.
-Kevin N.
9 Posted by Stuart Beesley ... on 26 Nov, 2025 07:25 AM
👍
System closed this discussion on 25 Feb, 2026 07:30 AM.