This function returns information about SEC registered broker dealers for specified periods from March 2007 onwards.

sec_broker_dealers(
  only_most_recent = TRUE,
  years = NULL,
  months = NULL,
  nest_data = FALSE,
  return_message = TRUE
)

Arguments

only_most_recent

TRUE search only the most recent period

years

years to include starting in 2007

months

months to include

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