powered by
This function returns data about monthly CRSP performance by index
crsp_indicies_returns( return_wide = FALSE, nest_data = F, return_message = TRUE )
TRUE return data in wide form
TRUE
TRUE return nested data frame
TRUE return a message after data import
nested tibble or tibble if nest_data = FALSE
tibble
nest_data = FALSE
The Center for Research in Security Prices
Other CRSP: crsp_files(), crsp_indicies_constituents()
crsp_files()
crsp_indicies_constituents()
Other index values: fred_symbols(), msci_realtime_index_values(), nareit_annual_subsector_returns(), nareit_monthly_returns()
fred_symbols()
msci_realtime_index_values()
nareit_annual_subsector_returns()
nareit_monthly_returns()
# NOT RUN { crsp_indicies_returns(return_wide = FALSE, nest_data = FALSE, return_message = TRUE) # }
Run the code above in your browser using DataLab