sec_form_ds: SEC Form-D's

sec_form_dsR Documentation

SEC Form-D's

Description

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

Usage

sec_form_ds(
  industries = NULL,
  form_years = 2019,
  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

Details

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

Value

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

Examples

## Not run: 
sec_form_ds()
sec_form_ds(form_years = 2016:2017, industries = c("Real Estate", "Technology", "Other"))

## End(Not run)

abresler/fundManageR documentation built on April 1, 2024, 5:46 p.m.