current_events {edgarWebR} | R Documentation |
SEC Current Events
Description
Provides access to the SEC Current Events search tool from here
Usage
current_events(day, form)
Arguments
day |
(0-5) Day to search for current forms. e.g. '2' returns forms from 2 business days ago. |
form |
Form to return filings (e.g. '10-K') |
Value
A dataframe with one row per company with Includes the following columns -
cik
type
href
company_name
company_href
filing_date
Examples
try(current_events(0, "10-K")[1:5,])
[Package edgarWebR version 1.1.0 Index]