latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Company

Company details

Free Starter Stock ETF Pro

Returns company profile including description, SIC industry/sector classification, fiscal year end, exchange listings, and contact address.

get/api/company/details

Query parameters

symbolstring

Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.

cikinteger

SEC Central Index Key (CIK).

cusipstring

CUSIP identifier (9 characters).

composite_figistring

Composite OpenFIGI identifier.

share_class_figistring

Share-class OpenFIGI identifier.

Response

Detailed company information

namestring

The company name

cikinteger

The Central Index Key (CIK)

sicstring

Standard Industrial Classification code

industrystring

Industry classification

industryGroupstring nullable

High-value industry group classification, or null

sectorstring

Sector classification

descriptionstring

AI-generated company description, periodically updated.

fiscalYearEndMonthinteger

Fiscal year end month (1-12)

fiscalYearEndDayinteger

Fiscal year end day

symbolsstring[]

Tickers of the company's currently active listings, primary first. Positionally aligned with exchanges (symbols[i] trades on exchanges[i]); not deduplicated, so a multi-class issuer lists every class.

exchangesstring[]

Exchange for each ticker in symbols, in the same order. Not deduplicated.

addressstring

Company street address

citystring

Company city

statestring

Company state

zipstring

Company ZIP code

countrystring

Company country

phonestring

Company phone number

typestring nullable

Security type

status'operating' | 'delisted'

Operational state of the issuer. delisted means the issuer has no active listing on any exchange. Delisted does NOT mean the company stopped filing with the SEC (delisted issuers often keep filing during deregistration). operating otherwise.

webUrlstring nullable

Company website URL

investorRelationsUrlstring nullable

Investor relations page URL

logoUrlstring nullable

Company logo URL

ipoDatestring date

IPO / first-effective date (YYYY-MM-DD), derived from the earliest SEC registration-effectiveness filings (Form EFFECT, falling back to the first S-1/F-1/S-11 cluster). The field is omitted entirely when none have been observed (e.g. companies that listed before EDGAR full-text coverage).

Example response

{
  "name": "Apple Inc.",
  "cik": 320193,
  "sic": "3571",
  "industry": "Consumer Electronics",
  "industryGroup": "Software & SaaS",
  "sector": "Technology",
  "description": "Apple Inc. designs, manufactures, and markets smartphones, personal computers...",
  "fiscalYearEndMonth": 9,
  "fiscalYearEndDay": 30,
  "symbols": [
    "BRK-B",
    "BRK-A"
  ],
  "exchanges": [
    "NYSE",
    "NYSE"
  ],
  "address": "One Apple Park Way",
  "city": "Cupertino",
  "state": "CA",
  "zip": "95014",
  "country": "US",
  "phone": "(408) 996-1010",
  "type": "stock",
  "status": "operating",
  "ipoDate": "2021-04-14",
  "employees": {
    "count": 3182,
    "asOf": "2025-12-31"
  },
  "predecessors": [
    {
      "name": "MARVELL TECHNOLOGY GROUP LTD",
      "cik": 1058057,
      "relationType": "successor",
      "effectiveDate": "2021-04-20",
      "corroborated": true
    }
  ],
  "successors": [
    {
      "name": "MARVELL TECHNOLOGY GROUP LTD",
      "cik": 1058057,
      "relationType": "successor",
      "effectiveDate": "2021-04-20",
      "corroborated": true
    }
  ]
}