LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default How to compute historical stock statistics?

(Not exactly an Excel question. But I know a lot of Excel users do
this, and I know there are a number of statistics-savvy participants
in these newsgroups.)

If I have historical daily price data (y1, y2,..., yN) for a stock or
fund, the daily return is computed by y2/y1, y3/y2,..., yN/y[N-1].
Typically, the annualized average rate of return is computed by the
geometric average, namely (yN/y1)^(252/(N-1))-1. The annualized
standard deviation of the rate of return is computed by the antilog of
the standard deviation of the log returns, e.g. exp(stdev(ln({y2/
y1,...,yN/y[N-1]})*sqrt(252))-1. (Note: 252 is used instead of 365
because there are typically 252 trading days per year.)

That method -- especially the annulaized geometric average -- provides
a "warm fuzzy" feeling because when the initial investment is
multiplied by the compounded annualized rate of return, we get the
current value of the investment. The annualized geometric mean is
comparable to the APY for other asset classes, notably cash.

I realize that we must compute the annualized statistics in that
manner when we have insufficient data, e.g. 3-12 months of daily
prices.

But I wonder: if I have sufficient data (i.e. many years of daily
prices), would it be reasonable and arguably better to simply compute
the arithmetic average and arithmetic standard deviation of the year-
over-year daily returns?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Retrieve Historical Stock Prices? Robert K Excel Discussion (Misc queries) 8 August 24th 10 04:51 PM
Web query to create historical stock data ChrisT New Users to Excel 3 April 25th 06 01:43 AM
Historical Stock Prices in Excel [email protected] Excel Discussion (Misc queries) 1 February 11th 06 02:47 AM
historical stock quote web service medicenpringles Excel Discussion (Misc queries) 2 December 6th 05 05:40 PM


All times are GMT +1. The time now is 02:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"