| sec_failed_to_deliver_securities | R Documentation |
This function returns informato on equities that failed to clear as reported to the National Securities Clearing Corporation from 2004 onward.
sec_failed_to_deliver_securities(
only_most_recent = TRUE,
years = 2016,
months = NULL,
nest_data = F,
return_message = TRUE
)
only_most_recent |
|
years |
years to include starting in 2004 |
months |
months to include |
nest_data |
|
return_message |
|
nested tibble or tibble if nest_data = FALSE
The Securities and Exchange Commission
Other SEC:
dictionary_sec_filing_codes(),
dictionary_sec_form_codes(),
dictionary_sic_codes(),
edgar_filing_streams(),
mmf_owned_debt_securities(),
recent_insider_trades(),
rf_leis(),
rf_sec_13F_companies(),
sec_bankruptcies(),
sec_broker_dealers(),
sec_ciks(),
sec_closed_end_funds(),
sec_cusips(),
sec_filer(),
sec_filing_entities(),
sec_foia_requests(),
sec_investment_companies(),
sec_money_market_funds(),
sec_municipal_advisors(),
sec_securities_filing_counts(),
sec_securities_metrics_by_exchange(),
sec_xbrl_periods(),
securities_offerings(),
us_public_companies()
Other public company data:
sec_securities_metrics_by_exchange(),
sec_xbrl_periods()
## Not run:
sec_failed_to_deliver_securities(nest_data = TRUE)
sec_failed_to_deliver_securities(years = 2004:2016, nest_data = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.