Skip to content

Correlation of Returns

Correlation of Returns

Covariance scaled by the two standard deviations, so it always lies between −1 and +1. It measures how reliably two assets move together, independent of how volatile each one is.

When to use: Use to judge diversification. The lower the correlation between two holdings, the more their combination reduces risk; a correlation of 1 means no diversification benefit at all.

Calculator

Formula

ρab=Cov(Ra,Rb)σaσb\rho_{ab} = \frac{\text{Cov}(R_a, R_b)}{\sigma_a \, \sigma_b}

Variables

SymbolNameDescriptionUnit
CorrCorrelationSample correlation coefficient, −1 to +1factor
AssetReturnsAsset A ReturnsPeriodic returns of the first asset%
BenchmarkReturnsAsset B ReturnsPeriodic returns of the second asset over the same periods%

Real-Life Examples

Example 1: Fund Versus Benchmark

Five periods: fund 4%, 3%, 5%, 2%, 6%; benchmark 3%, 2%, 4%, 2%, 5%.

Given

AssetReturns = [0.04, 0.03, 0.05, 0.02, 0.06]BenchmarkReturns = [0.03, 0.02, 0.04, 0.02, 0.05]

Step-by-Step

1.Cov = 0.0002; σ_fund = 0.01581; σ_bench = 0.01304
2.ρ = 0.0002 / (0.01581 × 0.01304)
3.ρ = 0.9701
Result:0.9701

A correlation of 0.97: the fund tracks its benchmark very closely. Holding both would add almost no diversification.

Example 2: Volatile Asset Versus Steady One

Asset A: 10%, −5%, 8%, 2%, 12%; asset B: 6%, 1%, 5%, 3%, 7%.

Given

AssetReturns = [0.1, -0.05, 0.08, 0.02, 0.12]BenchmarkReturns = [0.06, 0.01, 0.05, 0.03, 0.07]

Step-by-Step

1.Cov = 0.001655; σ_A = 0.06731; σ_B = 0.02408
2.ρ = 0.001655 / (0.06731 × 0.02408)
3.ρ = 0.9940
Result:0.9940

Despite very different volatilities the two move almost in lockstep (0.99). Covariance alone could not show that; correlation strips out the scale.

Frequently Asked Questions

Anything well below 1. Two assets at 0.3 correlation cut portfolio volatility noticeably; at −0.5 they hedge each other. Correlations tend to rise in crises, which is when diversification is needed most.

If either series is constant its standard deviation is zero and the ratio has no meaning. The formula reports an error in that case.