- Also known as:
- logarithmic returns, continuously compounded returns
Log returns are defined as:
Where:
- is the price at time ,
- is the price at the prior time step.
They're popular because they sum over time. If you add log returns across days, you get the multi-day log return. To convert back to a simple return, use .
Why we use them in tail risk
Log returns handle extreme moves better and make it easier to compare tail events across assets. That's why our tail-risk section uses log returns for VaR, Expected Shortfall, skew, and kurtosis.
Are they different from simple returns?
For small daily moves, log and simple returns are almost the same. For big moves, they diverge -- which matters when you're analyzing crashes.
See it in action
Compare BTC vs ETH to see log returns used in tail-risk stats.