# Sharpe Ratio

> The ratio of a return series' mean excess return to its standard deviation — how much return was earned per unit of volatility borne, expressed as a single scalar.

- Canonical: https://hadalinstruments.com/glossary/sharpe-ratio/
- Term set: https://hadalinstruments.com/glossary/

---
The Sharpe ratio divides the mean of a return series in excess of the risk-free rate by the standard deviation of that same series. It is the most widely quoted number in quantitative finance because it does something genuinely useful: it makes two strategies with different volatilities comparable on one axis, and it refuses to reward return that was bought with proportionate risk.

Everything else about it is conditional. The statistic is annualised by multiplying by the square root of the number of periods in a year, and that scaling assumes returns are independent and identically distributed. They are not. Positive autocorrelation — from illiquid marks, smoothed valuations, or a holding period longer than the sampling interval — suppresses measured volatility and lifts the ratio without a single trade changing. [Effective sample size](/glossary/effective-sample-size/) is the correction that says how much evidence the record actually holds.

Standard deviation is also a symmetric measure applied to distributions that are usually not symmetric. A strategy that collects small premiums and occasionally pays a large one — short volatility in any of its disguises — reports a high ratio precisely because the loss has not happened yet. Skewness and excess kurtosis are invisible to the denominator, which is why they enter the [deflated Sharpe ratio](/glossary/deflated-sharpe-ratio/) as explicit corrections.

And the observed value carries no information about how it was selected. Under the null hypothesis of no skill, the expected maximum across many trials is above zero, so a ratio reported without its trial count is an incomplete statistic — the problem [data snooping](/glossary/data-snooping/) names and the [kill ledger](/glossary/kill-ledger/) exists to make answerable.

## Why it matters

A Sharpe ratio is a summary, and every summary is a decision about what to leave out. Reading one entitles you to four questions before it means anything: over what sample, at what sampling interval, after how many trials, and net of what [execution cost](/glossary/execution-cost/). A number quoted without those four describes a spreadsheet, not a market.

## Commonly confused with

Neighbouring concepts that get used interchangeably, and the distinction that actually separates them.

- **[Deflated Sharpe ratio](https://hadalinstruments.com/glossary/deflated-sharpe-ratio/)** — The deflated version corrects the raw one for the things it silently omits — the number of trials it was selected from, and the skewness and excess kurtosis its symmetric denominator cannot see. A raw ratio and a deflated ratio computed on the same record are answering different questions.
- **Volatility** — Volatility is the denominator, not the risk. Standard deviation treats an upside excursion and a downside one identically, which is why a strategy that collects small premiums and occasionally pays a large one scores well right up until it pays.
- **Return** — A high return with proportionate risk and a modest return with little risk can produce the same ratio, which is the statistic working as intended. The failure mode is reading it backwards — a high ratio is not evidence of high return, and a strategy cannot be sized by it alone.
- **[Information coefficient](https://hadalinstruments.com/glossary/information-coefficient/)** — The information coefficient measures the correlation between a forecast and what happened. The Sharpe ratio measures the realised return per unit of volatility of a strategy that was actually run. One grades predictions, the other grades outcomes.

## How to measure it in your own data

A definition you cannot test is a definition you have to take on trust. This is the shortest honest route from the concept to a number you computed yourself.

- **Records you need** — A return series with its sampling interval stated, the risk-free rate over the same period, and — the field almost never supplied — the number of configurations that were tried before this one was reported.
- **What you compute** — Mean excess return divided by the standard deviation of the same series. Annualising means multiplying by the square root of the periods in a year, which assumes returns are independent and identically distributed; check the autocorrelation before you accept that scaling, and compute the effective sample size rather than the nominal one.
- **What the answer tells you** — Four questions decide whether the number means anything: over what sample, at what sampling interval, after how many trials, and net of what execution cost. Positive autocorrelation from illiquid marks or smoothed valuations suppresses the denominator and lifts the ratio with no trade changing. And under a null of no skill the expected maximum across many trials sits above zero, so a ratio quoted without its trial count is an incomplete statistic rather than a good one.

## Questions and answers

### What counts as a good Sharpe ratio?

The question cannot be answered from the number alone, which is the honest and unsatisfying reply. A ratio computed on daily data over twenty years after one trial and a ratio computed on monthly data over three years after four hundred trials are not comparable quantities, even when they print the same value. Ask for the sample, the interval, the trial count and the cost assumptions before ranking anything by it.

### Why does my Sharpe ratio fall when I use a shorter sampling interval?

Usually because the annualisation assumption was doing work it should not have been. Scaling by the square root of the number of periods assumes returns are independent; if they are positively autocorrelated — from a holding period longer than the sampling interval, or from marks that smooth rather than reprice — the coarser interval understated the volatility and flattered the ratio.

### Can a high Sharpe ratio hide a large risk?

Yes, and the mechanism is structural rather than accidental. Standard deviation is symmetric while most return distributions are not, so a strategy whose losses are rare and large reports an excellent ratio during the period before the loss arrives. Skewness and excess kurtosis are invisible to the denominator; that is exactly why the deflated version puts them back in.

### Why does the number of trials matter to a single reported ratio?

Because selecting the best result from many attempts is itself a procedure with a distribution. Under the null hypothesis of no skill, the expected maximum across many trials is above zero — so the best of four hundred configurations will look good whether or not anything real is there. A ratio reported without the trial count omits the piece of information needed to judge it.

## Work it out yourself

Free calculators that take this concept as an input. Each shows its working, so the number it gives you can be checked rather than taken on trust.

- [Sample-size check](https://hadalinstruments.com/tools/sample-size-check/) Luck horizon, in trades · Your record against it
- [Sharpe ratio calculator](https://hadalinstruments.com/tools/sharpe-ratio-calculator/) Annualised Sharpe, convention stated · The 95% interval your sample supports

## Related terms

Derived from the links this entry makes and the entries that link back to it.

- [Combinatorial Purged Cross-Validation (CPCV)](https://hadalinstruments.com/glossary/combinatorial-purged-cross-validation/) A backtest protocol that partitions a history into groups, holds out every combination of them in turn with purging and an embargo, and so produces many out-of-sample paths instead of a single one.
- [Data Snooping](https://hadalinstruments.com/glossary/data-snooping/) The reuse of one dataset to evaluate many hypotheses — sequentially, collectively, or unconsciously — until something fits, at which point the fit is reported as if it were the only hypothesis ever tried.
- [Deflated Sharpe Ratio (DSR)](https://hadalinstruments.com/glossary/deflated-sharpe-ratio/) A test statistic that adjusts an observed Sharpe ratio for the number of trials conducted, the length of the track record, and the non-normality of returns, estimating the probability that the true Sharpe ratio exceeds zero.
- [Effective Sample Size](https://hadalinstruments.com/glossary/effective-sample-size/) The number of independent observations a dependent sample is actually worth — the count that governs a statistic's standard error once autocorrelation and overlapping windows are accounted for.
- [Execution Cost](https://hadalinstruments.com/glossary/execution-cost/) The total cost of converting a trading decision into a position — spread, commissions and fees, slippage, market impact, financing, and the opportunity cost of orders that were rejected or never filled.
- [Kill Ledger](https://hadalinstruments.com/glossary/kill-ledger/) An append-only research record of every strategy configuration that was tried and abandoned, kept so that multiple-testing corrections can be computed from the true number of trials rather than the remembered one.

## Where the term is used

Instrument pages whose published copy uses this term. Each page states what it measures and what it does not establish.

- [Epistemic Harness](https://hadalinstruments.com/instruments/epistemic-harness/) Registry-as-a-service: pre-registration, walk-forward enforcement, the kill ledger. The Honesty Stack
- [Overfit Auditor](https://hadalinstruments.com/instruments/overfit-auditor/) Mathematical bounds on how hard you tortured the data. Backtest Honesty

## In the research

Sharpe Ratio comes up in one research note on this site.

- [How many trades prove a trading edge?](https://hadalinstruments.com/research/how-many-trades-prove-a-trading-edge/) There is no universal number: the trades required scale with the square of your edge's dispersion-to-size ratio. How to compute your own, from your own log.

## Cite This Definition

APA BibTeX HTML

Hadal Instruments. (2026). Sharpe Ratio. Hadal Glossary. https://hadalinstruments.com/glossary/sharpe-ratio/ Version a34d554, 2026-08-04.

@misc{hadal_2026_sharpe-ratio,
author = {Hadal Instruments},
title = {Sharpe Ratio},
year = {2026},
url = {https://hadalinstruments.com/glossary/sharpe-ratio/},
howpublished = {Hadal Glossary},
version = {a34d554},
note = {Pre-launch publication; version dated 2026-08-04}
}

Source: Hadal Instruments, Sharpe Ratio. <a href='https://hadalinstruments.com/glossary/sharpe-ratio/' rel='canonical'>Original Research</a>

Copy Citation

**Version a34d554** identifies the commit that last changed this page in Hadal's content repository. That repository is not public, so the identifier does not resolve externally — it is published so a citation pins one specific state rather than a moving page. To obtain the exact version cited, use the [press and research route](https://hadalinstruments.com/press/).
