Learn R Programming

edgarWebR (version 1.1.0)

current_events: 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

Run this code
# NOT RUN {
try(current_events(0, "10-K")[1:5,])
# }

Run the code above in your browser using DataLab