This function returns a variety of metrics surrounding transactions for individual securities. The quarterly data starts in 2012.

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

Arguments

only_most_recent

TRUE search only the most recent period

years

years to include

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

Examples

if (FALSE) {
sec_securities_metrics_by_exchange(only_most_recent = TRUE)
sec_securities_metrics_by_exchange(years = 2016)
}