Provides access to the SEC CIK search tool from here

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

# \donttest{ try(cik_search("cloudera"))
#> cik #> 1 0001535379 #> company_href #> 1 https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=1535379 #> company_name #> 1 CLOUDERA, INC.
# }