Sharpe ratio and portfolio analyzing

by: madison34, 9 years ago


How to calculate Sharpe ratio for a set of stocks and optimal portfolio modelling?



You must be logged in to post. Please login or register an account.



Sharpe ratio formula: http://www.investopedia.com/articles/07/sharpe_ratio.asp

The Zipline module calculates sharpe ratio in Python as well, could open that up and read their code to see how to do it in Python, or just use their version.

Optimal modeling is a more complex topic, and really a trillion dollar question.

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.