This function returns information on SEC registered closed-end funds for a specified period.

sec_closed_end_funds(
  only_most_recent = T,
  years = NULL,
  nest_data = F,
  return_message = TRUE
)

Arguments

only_most_recent

TRUE return only the most recent year

years

vector of years to search starting in 2012

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

Value

nested tibble or tibble if nest_data = FALSE

References

The Securities and Exchange Commission

See also

Examples

if (FALSE) {
sec_closed_end_funds(years = 2015:2017)
}