StephenTrainor / PortfolioTracker

A command line interface to store and view portfolios of stocks and cryptocurrencies locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio Tracker

Get started

Installing Dependencies

Follow the installation steps for get access to the fmt library.

To install libcurl, run sudo apt-get install libcurl-dev on UNIX or follow the steps to build the library locally for Windows.

Run make to start tracking your portfolio!

Example of the start up menu for the program

Displaying Profiles

After opening a file, selecting the second option displays your entire portfolio, including total profit/loss and current price of each asset owned.

Example portfolio being displayed

Add new assets

When adding to or creating portfolios, keep track of your stocks and cryptocurrencies with the latest price data.

Example of adding new assets to a portfolio

About

A command line interface to store and view portfolios of stocks and cryptocurrencies locally.


Languages

Language:C++ 98.6%Language:CMake 0.8%Language:Makefile 0.7%