I’m using Ledger to manage the finances of my micro companies. Here are a few of the commands I use frequently.
Show all balances
ledger bal
Show register for specific account
ledger reg Equity:Capital
Import a bank statement
ledger convert ./csv/nbkc-2025-01.csv --input-date-format "%m/%d/%Y" --account "Assets:NBKC Bank:Checking" >> ledger.dat
Written by Joel Dare on February 19, 2025.
Get a monthly digest of what I'm up to.