Learn R Programming

fundManageR (version 0.5.02210501)

sec_securities_metrics_by_exchange: SEC quarterly securities transaction metrics

Description

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

Usage

sec_securities_metrics_by_exchange(only_most_recent = FALSE,
  years = 2016, months = NULL, nest_data = TRUE,
  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 data_frame or data_frame if nest_data = FALSE

References

The Securities and Exchange Commission

See Also

Other SEC: data_rf_leis, dictionary_sec_filing_codes, dictionary_sec_form_codes, dictionary_sic_codes, edgar_filing_streams, mmf_owned_debt_securities, recent_insider_trades, rf_sec_13F_companies, sec_bankruptcies, sec_broker_dealers, sec_ciks, sec_closed_end_funds, sec_cusips, sec_failed_to_deliver_securities, sec_filer, sec_filing_entities, sec_foia_requests, sec_investment_companies, sec_money_market_funds, sec_municipal_advisors, sec_securities_filing_counts, securities_offerings, us_public_companies

Other transaction data: dtcc_recent_trades, dtcc_trades, nareit_mergers_acquisitions

Other public company data: sec_failed_to_deliver_securities

Examples

Run this code
# NOT RUN {
sec_securities_metrics_by_exchange(only_most_recent = TRUE)
sec_securities_metrics_by_exchange(years = 2016)
# }

Run the code above in your browser using DataLab