Arithmetic vs Logarithmic Returns
Both express the change in value of a position, and both are correct, but they have mirror-image additivity properties that decide where each belongs. The arithmetic return is the percentage change. The log return is the natural log of the price ratio. Arithmetic returns sum across a portfolio at a point in time, weighted by allocation; log returns sum across time for a single asset, because compounding becomes addition under the logarithm. Picking the wrong one introduces subtle errors that grow with horizon and magnitude. This matrix lays out when to reach for each.
On This Page
The percentage change in value: end minus start, divided by start. The intuitive, directly interpretable definition used in most reporting.
Pros
- Aggregates across assets: a portfolio return is the weighted sum of its holdings' arithmetic returns
- Directly interpretable as the actual percentage gain or loss a position experienced
- Matches how investors and clients think and how performance is usually reported
- No transformation needed, so it is the natural unit for cross-sectional comparison at a date
Cons
- Does not add across time: multi-period returns must be chained multiplicatively, not summed
- Asymmetric around zero in a way that distorts averages, since a minus 50 percent then plus 50 percent is not flat
- Less convenient for statistical modeling that assumes additive, normally distributed increments
- Volatility does not scale by the simple square-root-of-time rule as cleanly as for log returns
Portfolio aggregation across positions, performance reporting, and any cross-sectional comparison at a single point in time
The natural log of the price ratio between two dates. Continuously compounded returns that add over time and are symmetric around zero.
Pros
- Adds across time: the multi-period log return is the sum of single-period log returns
- Symmetric around zero, so a gain and an equal-magnitude loss in log terms cancel exactly
- Convenient for modeling, since many processes assume additive, roughly normal increments
- Volatility scales naturally with the square root of time under common assumptions
Cons
- Does not aggregate across assets: the log return of a portfolio is not the weighted sum of component log returns
- Less directly interpretable, since a log return is not the actual percentage gained
- Requires conversion back to arithmetic terms for reporting to non-technical audiences
- Undefined for non-positive prices, which is rarely an issue for equities but matters for some series
Time-series modeling, compounding over horizons, volatility scaling, and any analysis that wants additive increments
Decision Table
See the tradeoffs side by side
| Criterion | Arithmetic (Simple) Returns | Logarithmic Returns |
|---|---|---|
| Adds across time | No, chain multiplicatively | Yes |
| Adds across assets | Yes, weighted sum | No |
| Symmetry around zero | Asymmetric | Symmetric |
| Interpretability | Direct percentage | Needs conversion |
| Modeling convenience | Lower | Higher, additive increments |
| Volatility time-scaling | Less clean | Square root of time |
Verdict
There is no universally right choice; there is a right choice per task, set by which additivity you need. When you are aggregating across positions in a portfolio at a single date, use arithmetic returns, because they sum with the portfolio weights and a portfolio's simple return really is the weighted average of its holdings' simple returns. When you are working across time, compounding over periods, modeling a return series, or scaling volatility, use log returns, because they turn compounding into addition and play nicely with the statistical assumptions most models make. For small daily returns the two are numerically close, so the distinction is academic; over long horizons or large moves it is material, and mixing them, for example summing arithmetic returns over time, is a quiet but real error.
Try These Tools
Run the numbers next
Returns Distribution Analyzer
Paste a returns CSV. Histogram, normal-overlay, QQ plot, skewness, excess kurtosis, Jarque-Bera test, tail-weight index. See why Sharpe alone misleads.
Risk-Adjusted Returns Calculator
Paste a returns CSV. Sharpe, Sortino, Calmar, Omega, alpha, beta, tracking error, information ratio, max drawdown, and tail moments — plus.
Sharpe vs Sortino Calculator
Paste daily returns; get Sharpe, Sortino, Calmar, and Omega side-by-side with a recommendation on which ratio fits your distribution.
FAQ
Questions people ask next
The short answers readers usually want after the first pass.
Sources & References
- Returns: Arithmetic and Logarithmic — Campbell, Lo, MacKinlay, The Econometrics of Financial Markets (1997)
- Geometric or Arithmetic Mean: A Reconsideration — Jacquier, Kane, Marcus, Financial Analysts Journal (2003)
Related Content
Keep the topic connected
Volatility
Volatility as the standard deviation of returns: realized vs implied, the annualization gotcha, and why volatility-of-volatility matters.
Sharpe Ratio
Sharpe ratio defined, when it lies (skew, fat tails, autocorrelation), and how to read a Sharpe number you didn't compute yourself.
Monte Carlo Simulation
Monte Carlo simulation in trading: when it's the right tool, when it's overkill, and the seed-discipline gotcha that ruins most published examples.
Drawdown
Drawdown explained: peak-to-trough decline, why max drawdown alone is misleading, and the recovery math that actually matters.