A command line tool for managing financial investment portfolios written in Rust.
This project is the modern successor of finance.
You can install portfolio_rs directly from cargo (via crates.io:
cargo install portfolio_rs
Create a JSON file with your portfolio positions.
Look at the example data for the format and data scheme.
Show the current balances of your portfolio:
portfolio_rs balances <JSON_FILE>
Show the current allocation of your portfolio:
portfolio_rs allocation <JSON_FILE>
Show the performance of your portfolio:
portfolio_rs performance <JSON_FILE>
If you need help, try portfolio_rs help [SUBCOMMAND]
for usage information.
This tool supports (gpg) encrypted json files. Decrypted values are never written to disk.
# you will need a valid gpg key in ~/.gnupg/
portfolio_rs [COMMAND] data.json.gpg
Pro Tip: Use a plugin like vim-gnupg for editing your data file.