latest_filings: 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
include (default)
exclude
only
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
Run this code# NOT RUN {
try(latest_filings())
# }
Run the code above in your browser using DataLab