Provides access to the SEC CIK search tool from here
cik_search(company)
company | Search term to search for CIK |
---|
A dataframe with one row per company with Includes the following columns -
cik
company_href
company_name
#> cik #> 1 0001535379 #> company_href #> 1 https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=1535379 #> company_name #> 1 CLOUDERA, INC.# }