Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wellecks/port_opt

Portfolio Optimization in Python
https://github.com/wellecks/port_opt

Last synced: 2 months ago
JSON representation

Portfolio Optimization in Python

Awesome Lists containing this project

README

        

Portfolio optimization with Python.
Pulls stock data from the Yahoo Finance API and solves for an optimal
portfolio using CVXOPT.

Material for the blog post http://wellecks.wordpress.com/2014/03/23/portfolio-optimization-with-python/

##### Dependencies
```
pip install cvxopt
pip install numpy
pip install scipy
pip install pandas
pip install patsy
pip install statsmodels
```