Portfolio 💰

A command-line tool for managing your stocks.

Installation

gem install portfolio_stocks

Usage

Start watching a stock:

--watch <stock>

Stop watching a stock:

--ignore <stock>

Add investment to portfolio:

--invest <stock> <amount bought> <price paid per stock> <total commission paid>

Remove investment from portfolio:

--sell <stock>

Small disclaimer

I'm using this to monitor a few stocks and keep track of a few investments - nothing heavy by any means. It has none of the features that a more seasoned investor would require but if you just want to keep track of a bit of money, hopefully you'll find it useful.