| edgar_filing_streams | R Documentation | 
This function parses daily SEC filing log starting in 1994 for specified periods
edgar_filing_streams(
  start_date = "2017-02-15",
  end_date = Sys.Date(),
  only_most_recent_data = FALSE,
  index_type = "master",
  table_name_initial = "Filing Logs",
  parse_all_filings = FALSE,
  parse_complete_text_filings = FALSE,
  parse_form_d = FALSE,
  parse_13F = FALSE,
  parse_small_offerings = FALSE,
  parse_form_3_4s = FALSE,
  parse_asset_files = FALSE,
  parse_xbrl = FALSE,
  assign_to_environment = TRUE,
  nest_data = TRUE,
  return_message = TRUE
)
| start_date | starting date in year-month-date form | 
| end_date | ending date starting in year-month-date form | 
| only_most_recent_data | 
 | 
| index_type | type of index to parse 
 | 
| 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(),
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_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(),
sec_securities_metrics_by_exchange(),
sec_xbrl_periods(),
securities_offerings(),
us_public_companies()
## Not run: 
edgar_filing_streams(start_date = "2016-01-01",
end_date = Sys.Date(), only_most_recent_data = FALSE, index_type = 'master',
nest_data = TRUE,
return_message = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.