filing_information: SEC Filing Information

Description Usage Arguments Details Value Examples

View source: R/filing_information.R

Description

The SEC generates a html page as an index for every filing it receives containing all the meta-information about the filing.

Usage

1
2
3
4
5
6
7
filing_information(x)

## S3 method for class 'character'
filing_information(x)

## S3 method for class 'xml_node'
filing_information(x)

Arguments

x

URL or xml_document for a SEC filing index page

Details

Information returned:

Not all details are valid for all filings, but the column will always be present

If you know you're going to want all the details of a filing, including documents funds and filers, look at 'filing_details'

Value

A dataframe with all the parsed meta-info on the filing

Examples

1
2
3
4
# Typically you'd get the URL from one of the search functions
x <- paste0("https://www.sec.gov/Archives/edgar/data/",
            "933691/000119312517247698/0001193125-17-247698-index.htm")
try(filing_information(x))

edgarWebR documentation built on April 24, 2021, 5:09 p.m.