This function returns returns all Freedom of Information Act requests submitted to the SEC begining in 2006.

sec_foia_requests(
  search_years = 2006:2016,
  nest_data = TRUE,
  return_message = TRUE
)

Arguments

search_years

vector of years to search, starting in 2006

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_foia_requests(search_years = 2006:2017, nest_data = TRUE,
return_message = TRUE)
}