factorDataSetDjia5Yrs | R Documentation |
Contains returns for 30 DJIA stocks spanned across 9 Sectors -ENERGY, COSTAP, INDUS,T MATRLS, FINS, INFOTK, HEALTH, CODISC, and TELCOM stocks along with 4 factor data (MKTCAP, ENTVAL, P2B, EV2S, SIZE) starting from from Jan 2008 to Dec 2012.
The 9 Sectors correspond to Energy,ConsumerStaples, Industrials, Materials, Financials, InformationTechnology, HealthCare, ConsumerDiscretionary and Telecommunications respectively.
data('factorDataSetDjia5Yrs')
A data.frame with 1320 observations on 17 variables:
DATE: type 'yearmon'
PERMNO: type 'int'
GVKEY: type 'int'
CUSIP: type 'chr'
TICKER: type 'chr'
RETURN: type 'num'
RETURN.OLD: type 'num'
RETURN: type 'num'
RETURN.DIFF: type 'num'
GSECTOR: type 'num'
SECTORNAMES: type 'chr'
SECTOR: type 'chr'
GSECTOR: type 'num'
ENTVAL: type 'num'
P2B: type 'num'
EV2S: type 'num'
SIZE: type 'num'
DJIA stocks Compustat factors 5 yrs. Data loads lazily
TBA
data(factorDataSetDjia5Yrs)
str(factorDataSetDjia5Yrs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.