X
xxxBogus-email-address
[Plz excuse my ignorance.]
I'm trying to use Excel 97 to find the correlation coefficent
between the weekly returns of 2 mutual funds. However, I only have
their share prices (in columns) downloaded from Yahoo Finance.. So, I
assume that first I must convert the weekly data into weekly returns,
then use the CORREL() function to get the coefficient between the two
data sets.
Is there an Excel function that will calculate a column of returns
from a column of share prices? If not, did I do this correctly?
=====
DATA FROM YAHOO FINANCE
Neuberger Berman Genesis Tr (NBGEX) Weekly 9/1/094 to 9/18/04
Col A
Date
13-Sep-04
7-Sep-04
30-Aug-04
23-Aug-04
16-Aug-04
*** [snip]
Col G
Adj. Close*
39.86
39.65
39.28
38.73
38.44
*** [snip]
---
Templeton Foreign A (TEMFX) Weekly 9/1/094 to 9/18/04
Col K
Date
13-Sep-04
7-Sep-04
30-Aug-04
23-Aug-04
16-Aug-04
*** [snip]
Col Q
Adj. Close*
11
10.95
10.82
10.78
10.69
*** [snip]
=====
EXCEL CALCULATIONS
Neuberger Berman Genesis Tr (NBGEX) Weekly 9/1/094 to 9/18/04
Col H
Return
=(G3-G4)/G4
=(G4-G5)/G5
=(G5-G6)/G6
=(G6-G7)/G7
=(G7-G8)/G8
*** [snip]
---
Templeton Foreign A (TEMFX) Weekly 9/1/094 to 9/18/04
Col R
Return
=(Q3-Q4)/Q4
=(Q4-Q5)/Q5
=(Q5-Q6)/Q6
=(Q6-Q7)/Q7
=(Q7-Q8)/Q8
*** [snip]
Correlation Coefficient
=CORREL(H3:H431,R3:R431)
which returns 0.622
(which, if accurate, indicates that the performance of these two funds
is highly correlated and do not further diversification goals)
Thx much.
I'm trying to use Excel 97 to find the correlation coefficent
between the weekly returns of 2 mutual funds. However, I only have
their share prices (in columns) downloaded from Yahoo Finance.. So, I
assume that first I must convert the weekly data into weekly returns,
then use the CORREL() function to get the coefficient between the two
data sets.
Is there an Excel function that will calculate a column of returns
from a column of share prices? If not, did I do this correctly?
=====
DATA FROM YAHOO FINANCE
Neuberger Berman Genesis Tr (NBGEX) Weekly 9/1/094 to 9/18/04
Col A
Date
13-Sep-04
7-Sep-04
30-Aug-04
23-Aug-04
16-Aug-04
*** [snip]
Col G
Adj. Close*
39.86
39.65
39.28
38.73
38.44
*** [snip]
---
Templeton Foreign A (TEMFX) Weekly 9/1/094 to 9/18/04
Col K
Date
13-Sep-04
7-Sep-04
30-Aug-04
23-Aug-04
16-Aug-04
*** [snip]
Col Q
Adj. Close*
11
10.95
10.82
10.78
10.69
*** [snip]
=====
EXCEL CALCULATIONS
Neuberger Berman Genesis Tr (NBGEX) Weekly 9/1/094 to 9/18/04
Col H
Return
=(G3-G4)/G4
=(G4-G5)/G5
=(G5-G6)/G6
=(G6-G7)/G7
=(G7-G8)/G8
*** [snip]
---
Templeton Foreign A (TEMFX) Weekly 9/1/094 to 9/18/04
Col R
Return
=(Q3-Q4)/Q4
=(Q4-Q5)/Q5
=(Q5-Q6)/Q6
=(Q6-Q7)/Q7
=(Q7-Q8)/Q8
*** [snip]
Correlation Coefficient
=CORREL(H3:H431,R3:R431)
which returns 0.622
(which, if accurate, indicates that the performance of these two funds
is highly correlated and do not further diversification goals)
Thx much.