This function returns the most recent insider trades as filed with the SEC.

recent_insider_trades(nest_data = FALSE, return_message = TRUE)

Arguments

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

See also

Examples

recent_insider_trades(nest_data = TRUE)