AIPortfolio

Logo Use AI, Modern Portfolio Theory, and Monte Carlo simulation's to generate a optimized stock portfolio that minimizes risk while maximizing returns.

How does it work?

The app works by pulling the stock close data from the yahoo finance api. We then calculate the log returns and the volitility of the data to see what the overall trend for the stocks look like. We then generate random portfolio weights and use scipy to maximize a function that calculates the the best portfolio weights for a portfolio with a maximum return to volitility ration (this is known as the sharpe ratio). This is effectivly a monte carlo simulation to find the optimal stock portfolio.

GitHub

https://github.com/gregyjames/AIPortfolio