Skip to content

Commit 3062469

Browse files
author
David Stephens
committed
TST: Update Fama French Test for changes to CRSP
See: http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/Data_Library/changes_crsp.html Please note: CRSP has recently completed the Pre62 Daily Data Series Project. The addition of these new daily data results in changes to month-end prices and to dividend ex-dates. These changes have resulted in many small changes to historical returns on my website.
1 parent 331e389 commit 3062469

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas_datareader/tests/test_famafrench.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ def test_f_f_research(self):
3939

4040
exp = pd.DataFrame({'Mkt-RF': [-3.36, 3.4, 6.31, 2., -7.89, -5.56,
4141
6.93, -4.77, 9.54, 3.88, 0.6, 6.82],
42-
'SMB': [0.37, 1.19, 1.49, 4.99, 0.0, -2.01, 0.21,
43-
-2.99, 3.92, 1.14, 3.68, 0.68],
44-
'HML': [0.3, 3.18, 2.15, 2.83, -2.41, -4.52, -0.21,
45-
-1.96, -3.12, -2.52, -0.91, 3.78],
42+
'SMB': [0.38, 1.2, 1.42, 4.98, 0.05, -1.97, 0.16,
43+
-3.00, 3.92, 1.15, 3.70, 0.7],
44+
'HML': [0.31, 3.16, 2.1, 2.81, -2.38, -4.5, -0.27,
45+
-1.95, -3.12, -2.59, -0.9, 3.81],
4646
'RF': [0., 0., 0.01, 0.01, 0.01, 0.01, 0.01,
4747
0.01, 0.01, 0.01, 0.01, 0.01]},
4848
index=pd.period_range('2010-01-01', '2010-12-01',

0 commit comments

Comments
 (0)