v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Company Profile

Get general information of a company. You can query by symbol, ISIN or CUSIP

get/stock/profile

Query parameters

symbolstring

Symbol of the company: AAPL e.g.

isinstring

ISIN

cusipstring

CUSIP

Response

successful operation

aliasstring[]

Company name alias.

addressstring

Address of company's headquarter.

citystring

City of company's headquarter.

countrystring

Country of company's headquarter.

currencystring

Currency used in company filings and financials.

estimateCurrencystring

Currency used in Estimates data.

marketCapCurrencystring

Currency used in market capitalization.

cusipstring

CUSIP number.

sedolstring

Sedol number.

descriptionstring

Company business summary.

exchangestring

Listed exchange.

ggroupstring

Industry group.

gindstring

Industry.

gsectorstring

Sector.

gsubindstring

Sub-industry.

isinstring

ISIN number.

leistring

LEI number.

irUrlstring

Investor relations website.

naicsNationalIndustrystring

NAICS national industry.

naicsstring

NAICS industry.

naicsSectorstring

NAICS sector.

naicsSubsectorstring

NAICS subsector.

namestring

Company name.

phonestring

Company phone number.

statestring

State of company's headquarter.

tickerstring

Company symbol/ticker as used on the listed exchange.

weburlstring

Company website.

ipostring date

IPO date.

marketCapitalizationnumber float

Market Capitalization.

shareOutstandingnumber float

Number of oustanding shares.

employeeTotalnumber float

Number of employee.

logostring

Logo image.

finnhubIndustrystring

Finnhub industry classification.

Example response

{
  "country": "country",
  "cusip": "cusip",
  "city": "city",
  "naicsSector": "naicsSector",
  "description": "description",
  "employeeTotal": 1.4658129,
  "estimateCurrency": "estimateCurrency",
  "marketCapCurrency": "marketCapCurrency",
  "gsector": "gsector",
  "lei": "lei",
  "weburl": "weburl",
  "alias": [
    "alias",
    "alias"
  ],
  "logo": "logo",
  "currency": "currency",
  "state": "state",
  "ggroup": "ggroup",
  "ticker": "ticker",
  "address": "address",
  "marketCapitalization": 0.8008282,
  "gind": "gind",
  "ipo": "2000-01-23",
  "sedol": "sedol",
  "finnhubIndustry": "finnhubIndustry",
  "naicsNationalIndustry": "naicsNationalIndustry",
  "naicsSubsector": "naicsSubsector",
  "phone": "phone",
  "gsubind": "gsubind",
  "name": "name",
  "exchange": "exchange",
  "irUrl": "irUrl",
  "naics": "naics",
  "isin": "isin",
  "shareOutstanding": 6.0274563
}