Learn R Programming

edgarWebR (version 1.1.0)

cik_search: SEC CIK Search

Description

Provides access to the SEC CIK search tool from here

Usage

cik_search(company)

Arguments

company

Search term to search for CIK

Value

A dataframe with one row per company with Includes the following columns -

  • cik

  • company_href

  • company_name

Examples

Run this code
# NOT RUN {
try(cik_search("cloudera"))
# }

Run the code above in your browser using DataLab