Learn R Programming

fundManageR (version 0.5.02030319)

get_data_sec_failed_to_deliver_securities: SEC failed to deliver securities

Description

This function returns informato on equities that failed to clear as reported to the National Securities Clearing Corporation from 2004 onward.

Usage

get_data_sec_failed_to_deliver_securities(only_most_recent = TRUE,
  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 starting in 2004

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: get_data_edgar_filing_streams, get_data_mmf_owned_debt_securities, get_data_recent_insider_trades, get_data_rf_leis, get_data_rf_sec_13F_companies, get_data_sec_bankruptcies, get_data_sec_broker_dealers, get_data_sec_ciks, get_data_sec_closed_end_funds, get_data_sec_cusips, get_data_sec_filer, get_data_sec_filing_entities, get_data_sec_foia_requests, get_data_sec_investment_companies, get_data_sec_money_market_funds, get_data_sec_municipal_advisors, get_data_sec_securities_filing_counts, get_data_sec_securities_metrics_by_exchange, get_data_securities_offerings, get_data_us_public_companies, get_dictionary_sec_filing_codes, get_dictionary_sec_form_codes, get_dictionary_sic_codes

Other public company data: get_data_sec_securities_metrics_by_exchange

Examples

Run this code
# NOT RUN {
get_data_sec_failed_to_deliver_securities(nest_data = TRUE)
get_data_sec_failed_to_deliver_securities(years = 2004:2016, nest_data = TRUE)
# }

Run the code above in your browser using DataLab