R/CRSPLiquidMktCapGrpsCnts.R

#' @title CRSP Stocks Cap Groups Counts
#' 
#' @description Biennial counts of bigcap, smallcap, microcap stocks among
#' liquid CRSP database stocks from 1964 to 2018 using weekly returns.  Bigcap
#' stocks consist of midcap, largecap, and megacap stocks.  For each contiguous
#' two-year interval, liquid stocks are those with no missing returns and at
#' most 4 returns with value 0. 
#'
#' @docType data
#'
#' @usage data(CRSPLiquidMktCapGrpsCnts)
#'
#' @format A multivariate xts object
#' 
#' @source The microcap, smallcap and bigcap groups were defined using the
#' using the 20th and 50th percentiles of the NYSE capitalization data as
#' breakpoints to separate these three market cap groups.  
#' 
#' @examples
#' data(CRSPLiquidMktCapGrpsCnts)
#' names(CRSPLiquidMktCapGrpsCnts)
#' dim(CRSPLiquidMktCapGrpsCnts)
"CRSPLiquidMktCapGrpsCnts"

Try the PCRA package in your browser

Any scripts or data that you put into this service are public.

PCRA documentation built on July 15, 2026, 9:06 a.m.