Last chance! 50% off unlimited learning
Sale ends in
Provides access to the SEC Company Name Search from here using a company's formal name rather than its common name.
company_search(
x,
match = "start",
file_number = FALSE,
state = "",
country = "",
sic = "",
ownership = FALSE,
type = "",
count = 40,
page = 1
)
Name of company to search or file number
(default: 'start') Either 'start' or 'contains' for where in the company name to search
(default: FALSE) if set to TRUE, x is treated as a file number
(default: '') Limit to a specific state of registration using 2-letter state abbreviations. Special values:
The United States
Alberta, Canada
British Columbia, Canada
Manitoba, Canada
New Brunswick, Canada
Newfoundland, Canada
Nova Scotia, Canada
Ontario, Canada
Prince Edward Island, Canada
Quebec, Canada
Saskatchewan, Canada
Yukon, Canada
2-character country code. The mapping is non-obvious, so unfortunately the best way to find it is to examine the company search page.
SIC Code
boolean for inclusion of company change filings
Limit to companies with a given filing type - e.g. 'N-PX'
Number of filings to fetch per page. Valid options are 10, 20, 40, 80, or 100. Other values will result in the closest count.
Which page of results to return.
A dataframe of companies
cik
company_href
name
location
location_href
formerly
sic
sic_description
sic_href
Note On 'Fast Search' --
The SEC
Company Search
page also includes a 'Fast Search' function to "search" by CIK or Stock
Ticker. This doesn't actually search, but rather goes directly to the
company details page if found. If you have a company's CIK or Ticker, use the
company_information
, company_filings
, or
company_details
functions.
# NOT RUN {
try(company_search("Intel"))
# }
Run the code above in your browser using DataLab