BksRhalid / efficient_frontier

Markowitz portfolio optimisation (efficient frontier) in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Efficinet Frontier (Markowitz Portfolio Optimisation)

Attached Jupyter Notebook is the efficient frontier modeling I implemented as a part of my blog post. Accompanying blog posts can be found from my Medium account: https://medium.com/@rickykim78

Below implementations can be found in the attached notebook.

Portfolio Optimisation using Random Portfolio Generation

Efficient Frontier using Scipy's optimize function

prerequisite: Quandl

pip install quandl

In order to import quandl in your environment, you first need to register and get an API key from Quandl's website

About

Markowitz portfolio optimisation (efficient frontier) in Python


Languages

Language:Jupyter Notebook 100.0%