commands.sh

hledger balancesheet

all

Show the end balances in asset and liability accounts. Amounts are shown with normal positive sign, as in conventional financial statements.

More info →

Options (8)

boolean

Show the current balances in `Asset` and `Liability` accounts, excluding zeros

Example: hledger {{[bs|balancesheet]}}
-E, --emptyboolean

Include accounts with zero balances, and show the account hierarchy

Example: hledger {{[bs|balancesheet]}} {{[-E|--empty]}} {{[-t|--tree]}}
-t, --treeboolean

Include accounts with zero balances, and show the account hierarchy

Example: hledger {{[bs|balancesheet]}} {{[-E|--empty]}} {{[-t|--tree]}}
-M, --monthlyboolean

Show the balances at the end of each month

Example: hledger {{[bs|balancesheet]}} {{[-M|--monthly]}}
-V, --marketboolean

Show the balances' market value in home currency at the end of each month

Example: hledger {{[bs|balancesheet]}} {{[-M|--monthly]}} {{[-V|--market]}}
boolean

Show quarterly balances, with just the top two levels of account hierarchy

Example: hledger {{[bs|balancesheet]}} {{[-Qt|--quarterly --tree]}} {{[-2|--depth 2]}}
-2boolean

Show quarterly balances, with just the top two levels of account hierarchy

Example: hledger {{[bs|balancesheet]}} {{[-Qt|--quarterly --tree]}} {{[-2|--depth 2]}}
-o, --output-fileboolean

Same as above, and generate HTML output in `bs.html`

Example: hledger {{[bs|balancesheet]}} {{[-Qt|--quarterly --tree]}} {{[-2|--depth 2]}} {{[-o|--output-file]}} bs.html

Examples (7)

Show the current balances in `Asset` and `Liability` accounts, excluding zeros

hledger [bs|balancesheet]

Show just the liquid assets (`Cash` account type)

hledger [bs|balancesheet] type:C

Include accounts with zero balances, and show the account hierarchy

hledger [bs|balancesheet] [-E|--empty] [-t|--tree]

Show the balances at the end of each month

hledger [bs|balancesheet] [-M|--monthly]

Show the balances' market value in home currency at the end of each month

hledger [bs|balancesheet] [-M|--monthly] [-V|--market]

Show quarterly balances, with just the top two levels of account hierarchy

hledger [bs|balancesheet] [-Qt|--quarterly --tree] [-2|--depth 2]

Same as above, and generate HTML output in `bs.html`

hledger [bs|balancesheet] [-Qt|--quarterly --tree] [-2|--depth 2] [-o|--output-file] bs.html
made by @shridhargupta | data from tldr-pages