A command line tool for managing financial investment portfolios written in Rust.
This project is the modern successor of finance.
Installation
You can install portfolio_rs directly from cargo (via crates.io:
cargo install portfolio_rs
Usage
1. Create your portfolio file
Create a JSON file with your portfolio positions.
Look at the example data for the format and data scheme.
2. Use the subcommands to gain insight on your portfolio:
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.