latest_filings {edgarWebR} | R Documentation |
SEC Latest Filings
Description
Provides access to the latest SEC filings from here
Usage
latest_filings(
name = "",
cik = "",
type = "",
owner = "include",
count = 40,
page = 1
)
Arguments
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 |
Value
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
Examples
try(latest_filings())
[Package edgarWebR version 1.1.0 Index]