This program will show you how to compute portfolio simple returns, get daily returns & volatility.
pip3 install virtualenv && \
virtualenv env && \
source env/bin/activate
python3 finance_and_quantitative.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.