Pick your stocks, pick # of simulations and get results.
Portfolio analysis application, that finds portfolio allocation with best return, lowest volatility and highest sharpe ratio by applying a predefined number of montecarlosimulations to the portfolio.
- Clone repo
- Install streamlit via
pip install streamlit - Hand over alphavantage API key via
export ALPHAVANTAGE_API_KEY=XXX -
streamlit start app.py
