| sec_form_ds | R Documentation | 
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 | 
 | 
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
where nest_data is TRUE a nested tibble by asset,
where nest_data is FALSE a tibble
## Not run: 
sec_form_ds()
sec_form_ds(form_years = 2016:2017, industries = c("Real Estate", "Technology", "Other"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.