This function returns information about SEC registered investment companies including:

  • Insurance Companies

  • Insurance Accounts

  • Mutual Funds

  • Closed-end Funds

sec_investment_companies(nest_data = TRUE, return_message = TRUE)

Arguments

return_message

TRUE return a message after data import

only_most_recent

TRUE return only the most recent year

Value

nested tibble or tibble if nest_data = FALSE

References

The Securities and Exchange Commission

See also

Examples

sec_investment_companies(nest_data = TRUE, return_message = TRUE)