Skip to main content
← Back to L Definitions

Log returns

What Is Log returns?

Log returns, also known as logarithmic returns or continuously compounded returns, represent the natural logarithm of the ratio of an asset's price at two consecutive points in time. This measure falls under the broader category of Quantitative Finance and is particularly useful in Financial Analysis for its desirable mathematical properties, especially when performing Statistical Analysis over multiple periods. Log returns provide a scale-free assessment of asset performance and are widely employed in financial models.

History and Origin

The adoption of log returns in financial analysis is closely tied to the development of financial modeling techniques that gained prominence in the 20th century. While the concept of logarithms has ancient mathematical roots, their specific application to financial asset prices evolved as researchers sought more robust ways to model market behavior. Financial mathematics often relies on the assumption that the logarithm of asset prices follows a normal distribution, making log returns, which are the difference in log prices, amenable to statistical methods13. This approach became particularly prevalent in academic finance and advanced quantitative analysis due to the advantages log returns offer in simplifying calculations for continuously compounded growth.

Key Takeaways

  • Log returns are calculated as the natural logarithm of the ratio of current price to previous price.
  • They are time-additive, meaning log returns over multiple periods can simply be summed to find the total return, simplifying calculations for cumulative Investment Performance.
  • Log returns are generally more symmetrical and closer to a normal distribution than simple returns, which is beneficial for statistical modeling, especially when analyzing Volatility.
  • Unlike simple returns, log returns are not "asset-additive," meaning the log return of a portfolio is not a simple weighted average of its components' log returns.
  • They are particularly useful for analyzing short-term, high-frequency data and in models assuming continuous compounding.

Formula and Calculation

The formula for calculating log returns ( (r_t) ) for an asset at time (t) with a price (P_t) and a previous price (P_{t-1}) is given by:

rt=ln(PtPt1)r_t = \ln\left(\frac{P_t}{P_{t-1}}\right)

Where:

  • (r_t) = The log return for the period (t)
  • (P_t) = The Asset Prices at time (t) (current price)
  • (P_{t-1}) = The asset price at time (t-1) (previous period's price)
  • (\ln) = The natural logarithm

This formula can also be expressed as ( r_t = \ln(P_t) - \ln(P_{t-1}) ), highlighting that a log return is the difference between the natural logarithms of successive prices. This property is particularly useful when considering Compounding effects over time.

Interpreting the Log returns

Interpreting log returns requires an understanding of the natural logarithm. While simple returns provide a straightforward percentage change, log returns represent the continuously compounded rate of return. For small percentage changes, log returns are approximately equal to simple returns. However, for larger changes, they diverge.

In Quantitative Analysis, log returns are often preferred because they allow for additive aggregation over time. For example, if you have daily log returns, summing them gives you the log return over a longer period, such as a week or a month. This additive property simplifies the calculation of cumulative returns and helps in analyzing the distribution of returns, which are often assumed to be normally distributed when using log returns for statistical inference, such as in Volatility forecasting.

Hypothetical Example

Consider a stock whose prices over three consecutive days are:

  • Day 0: $100
  • Day 1: $105
  • Day 2: $103

Let's calculate the daily log returns:

Day 1 Log Return (from Day 0 to Day 1):
r1=ln(105100)=ln(1.05)0.04879 or 4.879%r_1 = \ln\left(\frac{105}{100}\right) = \ln(1.05) \approx 0.04879 \text{ or } 4.879\%

Day 2 Log Return (from Day 1 to Day 2):
r2=ln(103105)=ln(0.98095)0.01923 or 1.923%r_2 = \ln\left(\frac{103}{105}\right) = \ln(0.98095) \approx -0.01923 \text{ or } -1.923\%

To find the cumulative log return from Day 0 to Day 2, we can simply sum the daily log returns:
Rcumulative=r1+r20.04879+(0.01923)=0.02956 or 2.956%R_{cumulative} = r_1 + r_2 \approx 0.04879 + (-0.01923) = 0.02956 \text{ or } 2.956\%

This sum represents the continuously compounded return over the two-day period. This ease of aggregation makes log returns valuable for analyzing multi-period Historical Data. To convert this back to a simple return, you would use ( e{R_{cumulative}} - 1 ), which is ( e{0.02956} - 1 \approx 1.0300 - 1 = 0.0300 ) or 3.00%. The simple return calculation for the total period would be ((103 - 100) / 100 = 0.03) or 3.00%, demonstrating the consistency between the two methods when converted back.

Practical Applications

Log returns are extensively used across various domains within finance due to their beneficial mathematical properties:

  • Quantitative Research and Modeling: In academic research and quantitative finance, log returns are often the default choice for modeling asset prices and financial time series. Their property of being approximately normally distributed simplifies the application of many statistical and econometric models, such as those used in Value-at-Risk (VaR) calculations or option pricing models like Black-Scholes.
  • Algorithmic Trading: For high-frequency trading strategies and backtesting, log returns simplify the aggregation of returns over short, continuous periods, which is crucial for evaluating strategy performance efficiently12.
  • Portfolio Management: While not asset-additive for cross-sectional portfolio returns, log returns are valuable for analyzing the time-series behavior of a single portfolio's performance, especially when considering continuous compounding or analyzing risk over time.
  • Time Series Analysis: Log returns are widely used in time series analysis of financial data because they help to stabilize the variance of the series, making it more stationary and suitable for various statistical techniques. The Federal Reserve System, for example, utilizes sophisticated models that involve analyzing financial returns to understand market dynamics and risk exposures11.

Limitations and Criticisms

Despite their advantages, log returns have certain limitations and face criticisms in specific financial contexts:

  • Intuition and Communication: Log returns are less intuitive for non-technical investors compared to simple percentage changes. Explaining an investment's performance in terms of "2.5% log return" might not be as readily understood as "2.5% simple return"10. Real-world investment rarely compounds truly continuously, making log returns less directly relatable to common investor experiences9.
  • Non-Additivity Across Assets: A significant limitation is that log returns are not asset-additive. This means that the log return of a portfolio is generally not equal to the weighted sum of the log returns of its individual assets. This characteristic makes them less suitable for Mean-Variance Optimization or other portfolio allocation problems where the aggregate portfolio return needs to be a linear combination of individual asset returns5, 6, 7, 8. For such cross-sectional analyses, simple returns are typically more appropriate.
  • Normal Distribution Assumption: While log returns are often assumed to be normally distributed for modeling convenience, real-world financial returns frequently exhibit "fat tails" (more extreme values than a normal distribution predicts) and skewness2, 3, 4. Relying solely on the normal distribution assumption for log returns can lead to underestimating the probability of large losses or gains, potentially impacting risk management and decision-making. Research indicates that the riskiness order of stocks and portfolios can depend on whether simple or log returns are used, suggesting that the choice of return type can have practical implications1.

Log returns vs. Simple returns

The choice between log returns and Simple returns (also known as arithmetic returns or holding period returns) depends largely on the specific analytical task.

FeatureLog ReturnsSimple Returns
CalculationNatural logarithm of price ratioPercentage change from initial to final price
InterpretationContinuously compounded rateDiscrete percentage change
Time AggregationAdditive over multiple periodsMultiplicative over multiple periods (compounding)
Asset AggregationNot asset-additive (portfolio return (\neq) weighted sum)Asset-additive (portfolio return = weighted sum)
DistributionOften assumed normal for modelingTypically right-skewed, not usually normal
Range(-\infty) to (+\infty)(-1) (or -100%) to (+\infty)
Usage FocusStatistical modeling, time series analysis, continuous compounding, algorithmic tradingPortfolio performance reporting, cross-sectional analysis, intuitive understanding

The key confusion arises because both measure investment changes. Log returns simplify multi-period calculations by allowing addition, which is mathematically convenient for many quantitative models, especially those dealing with continuous processes. Simple returns, however, offer a more direct and intuitive interpretation for investors regarding actual dollar or percentage gains and losses over a single discrete period, and they are essential for calculating portfolio returns across different assets.

FAQs

Q: Are log returns always negative when an asset loses value?
A: Yes. If the current price of an asset is lower than its previous price, the ratio will be less than 1, and the natural logarithm of a number between 0 and 1 is always negative. This reflects a loss in value over the period.

Q: Why are log returns often preferred in academic finance?
A: Log returns are preferred because they have desirable statistical properties. Specifically, they allow for easier time-aggregation (you can sum them over periods to get a cumulative return), and they tend to be more symmetrically distributed, often approximating a Normal Distribution, which simplifies the application of many financial and statistical models.

Q: Can I use log returns for Portfolio Management calculations?
A: You can use log returns for analyzing the time-series performance of a single portfolio. However, for calculating the return of a portfolio composed of multiple assets (i.e., cross-sectional aggregation), simple returns are generally more appropriate because a portfolio's simple return is a linear weighted average of its constituents' simple returns, whereas its log return is not.

Q: Do log returns account for dividends or other income?
A: The basic formula for log returns, as presented, only considers price changes. To incorporate dividends or other forms of income, the prices used in the calculation would need to be adjusted to reflect these distributions, similar to how total return is calculated for simple returns.