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
}

Changes

Changed in 8 of the 35 revisions of this API.457

    • added the optional property irUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property alias to the response with the 200 status

      response-optional-property-added

    • added the optional property lei to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property estimateCurrency to the response with the 200 status

      response-optional-property-added

    • added the optional property marketCapCurrency to the response with the 200 status

      response-optional-property-added

    • the employeeTotal response's property type/format changed from integer/int64 to number/float for status 200

      response-property-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api tag Default added

      api-tag-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the sedol response's property type/format changed from integer/int64 to string/ for status 200

      response-property-type-changed

    • the marketCapitalization response's property type/format changed from integer/int64 to number/float for status 200

      response-property-type-changed

  • c5b8e420b78c151See the full diff
    • the sedol response's property type/format changed from string/ to integer/int64 for status 200

      response-property-type-changed

    • removed the optional property alias from the response with the 200 status

      response-optional-property-removed

    • removed the optional property estimateCurrency from the response with the 200 status

      response-optional-property-removed

    • removed the optional property irUrl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property lei from the response with the 200 status

      response-optional-property-removed

    • removed the optional property marketCapCurrency from the response with the 200 status

      response-optional-property-removed

    • api tag Default removed

      api-tag-removed

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog