powered by
This function parses daily SEC filing log starting in 1994 for specified periods
get_data_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)
starting date in year-month-date form
ending date starting in year-month-date form
TRUE return only most recent day's filing stream
TRUE
type of index to parse
master: parses master log (default)
master
compamy: parses company log
compamy
filer: parses filer log
filer
TRUE return nested data frame
TRUE return a message after data import
nested data_frame or data_frame if nest_data = FALSE
data_frame
nest_data = FALSE
The Securities and Exchange Commission
Other SEC: 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_failed_to_deliver_securities, 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
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_failed_to_deliver_securities
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
# NOT RUN { get_data_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) # }
Run the code above in your browser using DataLab