SEC Company Filings
company_filings(
x,
ownership = FALSE,
type = "",
before = "",
count = 40,
page = 1
)
either a stock ticker, CIK number, or XML document for a company page
boolean for inclusion of company change filings
Type of filing to fetch. NOTE: due to the way the SEC EDGAR system works, it is actually is a 'starts-with' search, so for instance specifying 'type = "10-K" will return "10-K/A" and "10-K405" filings as well. To ensure you only get the type you want, best practice would be to filter the results.
yyyymmdd format of latest filing to fetch
Number of filings to fetch per page. Valid options are 10, 20, 40, 80, or 100. Other values will result in the closest count.
Which page of results to return.
A dataframe of company filings
# NOT RUN {
try(company_filings("AAPL", before = "20170810"))
# }
Run the code above in your browser using DataLab