Get Company

Get company information by ticker symbol or CIK number

$0.01 per request

GET/companies/{identifier}

Request

curl "https://api.redcent.io/sec-edgar/companies/AAPL" \
  -H "X-PAYMENT: <payment-token>"

Response

200
{
  "cik": "0000320193",
  "ticker": "AAPL",
  "name": "Apple Inc.",
  "sicCode": "3571",
  "sicDescription": "Electronic Computers",
  "stateOfIncorporation": "CA",
  "fiscalYearEnd": "0926",
  "exchange": "Nasdaq",
  "phone": "(408) 996-1010",
  "address": {
    "street1": "ONE APPLE PARK WAY",
    "city": "CUPERTINO",
    "stateOrCountry": "CA",
    "zipCode": "95014"
  }
}

Parameters

NameTypeRequiredDescription
identifierstringYesStock ticker (e.g., AAPL, MSFT) or 10-digit CIK number

Response Schema

Field
Type
Description
cik
string
10-digit Central Index Key (CIK) number
ticker
string
Stock ticker symbol
name
string
Company legal name
sicCode
string
Standard Industrial Classification code
sicDescription
string
Industry description for the SIC code
stateOfIncorporation
string
State or country of incorporation
fiscalYearEnd
string
Fiscal year end date (MMDD format)
exchange
string
Stock exchange (e.g., NYSE, Nasdaq)
phone
string
Company phone number
address
object
Company mailing address