---
title: "Sharpe Stability Ratio"
method: POST
path: "/portfolios/analysis/mean-variance/sharpe-stability-ratio"
tags: ["Portfolio Analysis / Mean-Variance"]
---

# Sharpe Stability Ratio

`POST /portfolios/analysis/mean-variance/sharpe-stability-ratio`

Compute the Sharpe Stability Ratio of a portfolio.

References
* [Bajo Traver, Mario and Rodriguez Dominguez, Alejandro, The Sharpe Stability Ratio: Temporal Consistency of Risk-Adjusted Performance](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6344658)

## Request body

- object
  - `riskFreeReturn` number — The constant risk-free arithmetic return over the considered time period, in percentage; exclusive with riskFreeReturns
  - `riskFreeReturns` number[] — riskFreeReturns[t] is the risk-free arithmetic return at the time t; the riskFreeReturns array must have the same length as all the portfolioReturns arrays or the same length minus 1 as all the portfolioValues arrays; exclusive with riskFreeReturn
  - `portfolios` object[], required
    - `portfolioReturns` number[] — portfolioReturns[t] is the arithmetic return of the portfolio at the time t; exclusive with portfolioValues
    - `portfolioValues` number[] — portfolioValues[t] is the value of the portfolio at the time t; exclusive with portfolioReturns
    - `portfolioSharpeStabilityRatioWindowSize` integer — The size of the window over which to compute the portfolio rolling Sharpe Ratios; must be lower than the length of the array portfolioReturns; must be lower than the length of the array portfolioValues - 1
  - `benchmarkSharpeRatio:` number — The benchmark Sharpe Ratio with which to compare the Sharpe Stability Ratio, in the same sampling frequency as the sampling frequency of the portfolio values

## Response `200`

OK

- object
  - `portfolios` object[], required
    - `portfolioSharpeStabilityRatio` number, required — The Sharpe Stability Ratio of the portfolio

---

[API](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer.md) · [All operations](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portfoliooptimizer/portfolio-optimizer/revisions/efac1128c762/schema)
