python 夏普比率

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 夏普比率相关的知识,希望对你有一定的参考价值。

import numpy as np

def annualized_sharpe(returns, N=252):
  """ Calculate annualized Sharpe ratio of a returns stream
  based on number of trading periods in a year (N).
  
  Args:
    returns (pandas.Series): daily (or other) returns on investment
    N (int): number of periods in a year
    
  Returns:
    float: Sharpe ratio
  """
  return np.sqrt(N) * returns.mean() / returns.std()
  

以上是关于python 夏普比率的主要内容,如果未能解决你的问题,请参考以下文章

Python金融学基础——夏普比率(Sharpe-ratio)和资产组合价值(portfolio-value)

Python金融学基础——夏普比率(Sharpe-ratio)和资产组合价值(portfolio-value)

Python金融学基础——夏普比率(Sharpe-ratio)和资产组合价值(portfolio-value)

夏普比率计算

夏普比率计算

量化金融收益率对数收益率年华收益波动率夏普比率索提诺比率阿尔法和贝塔最大回撤