| starmine {backtest} | R Documentation |
StarMine Rankings, 1995
Description
StarMine rankings of some stocks in 1995, with corresponding returns and other data.
Usage
data(starmine)
Format
A data frame containing 53328 observations on the following 23 variables.
dateDate on which the observation was recorded. The dates have a monthly frequency. Dates range from 1995-01-31 to 1995-11-30.
idUnique identifier for each stock.
symbolCompany symbol.
nameFull company name.
countryCountry of the exchange on which the company is listed. This factor has levels
AUS,CHE,DEU,DNK,ESP,FIN,FRA,GBR,HKG,ITA,JPN,NLD,NOR,NZL,SWEandUSAsectorSector specification. This factor has levels
Durbl,Enrgy,HiTec,Hlth,Manuf,Money,NoDur,Other,Shops,TelcmandUtilssecAn alternative sector specification. This factor has levels
CND,CNS,COM,ENE,FIN,HTH,IND,MAT,TECandUTL.indIndustry specification. This factor has levels
AERDF,AIRLN,AUTOP,AUTOS,BANKS,BEVGS,BIOTC,BUILD,CHEMS,CNENG,CNFIN,CNMAT,COMEQ,COMPT,COMSS,CONGL,CPMKT,DICNS,DISTR,DVFIN,DVTEL,ELEQI,ELEQT,ELUTL,ENEQS,FDPRD,FDRET,GSUTL,HEPSV,HEQSP,HETEC,HOTEL,HSDUR,HSPRD,INSUR,INTSS,IPPET,ITCAT,ITCON,LEISR,LFSCI,LOGIS,MACHN,MEDIA,METAL,MGFIN,MLRET,MLUTL,OFFIC,OILGS,PACKG,PAPER,PHARM,PRPRD,REALE,REDEV,REITS,RRAIL,SEMIP,SEMIS,SHIPS,SMOKE,SOFTW,SPRET,TEXAP,TRADE,TRINF,WIRELandWTUTLsizecap.usd normalized to N(0,1).
smiStarMine Indicator (smi) score
liqLiquidity of the company.
ret.0.1.mOne-month forward return of the company.
ret.0.6.mSix-month forward return of the company.
ret.1.0.mOne-month prior return of the company.
ret.6.0.mSix-month prior return of the company.
ret.12.0.mTwelve-month prior return of the company.
mn.dollar.volume.20.dMean dollar volume of the past 20 days.
md.dollar.volume.120.dMedian dollar volume of the past 120 days.
cap.usdMarket capitalisation of the company in USD.
capMarket capitalisation of the company in local currency.
salesAnnual gross sales of the company.
net.incomeAnnual net income of the company.
common.equityAnnual common equity of the company.
Details
starmine contains selected attributes such as sector, market
capitalisation, country, and various measures of return for a universe
of approximately 6,000 stocks. The data is on a monthly frequency from
January 31, 1995 to November 30, 1995.
Note
We would like to thank StarMine Corporation for allowing us to include this data in the backtest package.
Source
StarMine Corporation. For more information, see http://www.starmine.com.
Examples
data(starmine)
head(starmine)