Skip to main content

Beta calculation

Infront uses a simple beta calculation comparing the stock to its local country index.

The calculation divided the covariance of the stock return with the market return by the variance of the market return.

Beta = cov(ri,rm) / var(rm)

Where

Stock return

ri = (stock price at time w / stock price at time (w-1))-1

rm = (index at time w / index at time (w-1))-1

Market return

E(rm) = arithmetic mean of stock returns
E(ri) = arithmetic mean of market returns

Covariance (stock return, market return)

cov(ri,rm) = sum[(ri-E(ri))*(rm-E(rm))]/count(ri-E(ri))*count(rm-E(rm))

Variance (market return)

var(rm) = sum[(rm-E(rm))^2]/count(rm-E(rm))^2

Periods

Beta values are taken weekly, using the first close price available each week for the stock in question.

Periods are defined as follows:

PeriodDescription
Short termLast rolling 12 months
Mid termLast rolling 24 months
Long termLast rolling 60 months
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.