This function returns data for SEC Form D's by specified industry
sec_form_ds( industries = NULL, form_years = 2019, months = NULL, nest_data = FALSE, return_message = TRUE )
industries | industries to search options:
|
---|---|
form_years | years to search options are
|
months | months to search
|
nest_data |
|
return_message |
|
where nest_data
is TRUE
a nested tibble by asset,
where nest_data
is FALSE
a tibble
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
if (FALSE) { sec_form_ds() sec_form_ds(form_years = 2016:2017, industries = c("Real Estate", "Technology", "Other")) }