latest_filings {edgarWebR} | R Documentation |
Provides access to the latest SEC filings from here
latest_filings(
name = "",
cik = "",
type = "",
owner = "include",
count = 40,
page = 1
)
name |
Optional company name to limit filing results |
cik |
Optional company cik to limit filing results |
type |
Optional form type to limit filing results |
owner |
How to include ownership filings. Options are
|
count |
Number of results to return |
page |
Which page of results to return |
a dataframe list of recent results, ordered by descending accepted date. Includes the following columns -
type
href
company_name
company_type
cik
filing_date
accepted_date
accession_number
size
try(latest_filings())