Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 600 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 600 Bytes

mpt

Simple Modern Portfolio Theory in Python. Uses pandas-datareader for Yahoo Fiance data. Efficient frontier computed using scipy.optimize.minimize.

plotly

matplotlib

Possible to-do's:

  • Make it easier to use; maybe rewrite in OOP.
  • Make it possible to compute based on weekly or monthly data.