portfolio_rs icon indicating copy to clipboard operation
portfolio_rs copied to clipboard

A command line tool for managing financial investment portfolios.

Results 3 portfolio_rs issues
Sort by recently updated
recently updated
newest added

Allow users to keep an encrypted data file (e.g. `positions.json.age`) that gets decrypted and read during runtime. Users should be able to set the identity/age key in the `config.yml`. Ideally,...

enhancement

Currently, the db only stores the previous total prices and not the individual stocks. ### Example: Adding a new position (that has performed poorly this YTD) will change the historical...

enhancement
help wanted
good first issue

keep track of purchases (and the amount the stock was purchased at), and take that into account for performance of the stock Thanks to [u/fynnsu](https://www.reddit.com/user/fynnsu/) for [bringing up that issue](https://www.reddit.com/r/rust/comments/ybjq73/comment/itgwd5j/?utm_source=share&utm_medium=web2x&context=3).

enhancement