diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 073bdd9bc..6e6a58deb 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -405,7 +405,7 @@ For reference, here is what the combinations of accumulation and valuation show: | `--cumulative` | change from report start to period end | sum of posting-date market values from report start to period end | period-end value of change from report start to period end | DATE-value of change from report start to period end | | `--historical /-H` | change from journal start to period end (historical end balance) | sum of posting-date market values from journal start to period end | period-end value of change from journal start to period end | DATE-value of change from journal start to period end | -### Frequently used balance reports +### Useful balance reports Some frequently used `balance` options/reports are: @@ -440,6 +440,9 @@ Also: - `bal -M --valuechange investments`\ Show monthly change in market value of investment assets. +- `bal investments --valuechange -D date:lastweek amt:'>1000' -STA [--invert]`\ + Show top gainers [or losers] last week + ### Budget report The `--budget` report type activates extra columns showing any budget goals for each account and period.