Learn R Programming

edgarWebR (version 1.1.0)

company_information: SEC Company Info

Description

Fetches basic information on a given company from the SEC site

Usage

company_information(x)

Arguments

x

Either a stock symbol (for the 10,000 largest companies) or CIK code

Value

a dataframe with all SEC company information

Examples

Run this code
# NOT RUN {
try(company_information("INTC"))
# }

Run the code above in your browser using DataLab