Skip to content

We use pandas to calculate and compare profitability and risk of different investments using the Sharpe Ratio.

Notifications You must be signed in to change notification settings

copev313/Risks-and-Returns-The-Sharpe-Ratio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Risks-and-Returns-The-Sharpe-Ratio

We use pandas to calculate and compare profitability and risk of different investments using the Sharpe Ratio.

Project Description

When you assess whether to invest in an asset, you want to look not only at how much money you could make but also at how much risk you are taking. The Sharpe Ratio, developed by Nobel Prize winner William Sharpe some 50 years ago, does precisely this: it compares the return of an investment to that of an alternative and relates the relative return to the risk of the investment, measured by the standard deviation of returns.

In this project, you will apply the Sharpe ratio to real financial data using pandas.