Learn R Programming

fundManageR (version 0.5.02030319)

get_data_sec_form_ds: SEC Form-D's

Description

This function returns data for SEC Form D's by specified industry

Usage

get_data_sec_form_ds(industries = NULL, form_years = NULL, months = NULL,
  nest_data = FALSE, return_message = TRUE)

Arguments

industries

industries to search options:

  • NULL: returns all industries(default)

  • ENERGY: energy sector

  • FINANCIAL: financial sector

  • HEALTHCARE: health-care sector

  • OTHER: all other sectors

  • REAL ESTATE: real estate sector

  • TECHNOLOGY: technology sector

  • TRAVEL AND LEISURE: travel and leisure sector

form_years

years to search options are

  • NULL: all years (default)

  • 2009-present: search years

months

months to search

  • NULL: all months (default) 1:12: numeric month

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

Value

where nest_data is TRUE a nested data_frame by asset, where nest_data is FALSE a data_frame

Details

get_data_sec_form_ds() queries all SEC filed form-d's since 2009 and returns the associated data. the default parameters search every industry and year which you can change by modifying the parameters

Examples

Run this code
# NOT RUN {
get_data_sec_form_ds()
get_data_sec_form_ds(form_years = 2016:2017, industries = c("Real Estate", "Technology", "Other"))
# }

Run the code above in your browser using DataLab