Python Script that has a Portfolio Class with a profit and price methods for a set of given stocks.
To run this script you must have all the following packages installed: Datetime, numpy and pandas_datareader
If you are using Anaconda you will just need to install the pandas-datareader package, using the command < conda install pandas-datareader > on the Anaconda Prompt.
Additionally, you must be connected to internet since the price of the stocks is collected online.