This function returns securities offering data by form type and year from 1994 onward.

securities_offerings(
  year_forms = NULL,
  forms = NULL,
  nest_data = FALSE,
  return_message = TRUE
)

Arguments

year_forms

years to search starting in 1994, NULL returns all years

forms

forms to use in search

  • NULL: returns all (default)

  • D: Exempt offerings

  • W: Secondary sales

  • S-1: Initial public offerings

  • S-4: Initial public offering withdrawls

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

Value

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

See also

Examples