Created
December 24, 2020 14:55
-
-
Save julian-klode/50e24a34bb0a132ef992726a1c339ec5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; $ hledger -f f bal -p 2020 --value=end assets -Y | |
; Period-end value changes in 2020: | |
; | |
; || 2020 | |
; ====================++========= | |
; assets:investments || -13.59€ | |
; --------------------++--------- | |
; || -13.59€ | |
; $ hledger -f f bal -p 2020 --value=end assets | |
; -9.79€ assets:investments | |
; -------------------- | |
; -9.79€ | |
D 1,000.00€ | |
commodity 1,000.00€ | |
2019-12-23 buy 200 IE00BF4RFH31 | |
assets:investments 200 "IE00BF4RFH31" @ 4.9785€ | |
assets:investments -995.70€ | |
2020-01-22 buy 103 IE00BF4RFH31 | |
assets:investments 103 "IE00BF4RFH31" @ 5.033€ | |
assets:investments -518.40€ | |
P 2019/12/30 "IE00BF4RFH31" 4.957€ | |
P 2020/01/02 "IE00BF4RFH31" 4.938€ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment