Learn R Programming

fundManageR (version 0.5.0113)

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

form_years
years to search options are
  • NULL: all years (default)
  • 2009-present: search years
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(years = 2012:2017, industries = c("Real Estate", "Technology", "Other"))
# ## End(Not run)

Run the code above in your browser using DataLab