v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Company Profile 2

Get general information of a company. You can query by symbol, ISIN or CUSIP. This is the free version of <a href="#company-profile">Company Profile</a>.

get/stock/profile2

Query parameters

symbolstring

Symbol of the company: AAPL e.g.

isinstring

ISIN

cusipstring

CUSIP

Response

successful operation

countrystring

Country of company's headquarter.

currencystring

Currency used in company filings.

exchangestring

Listed exchange.

namestring

Company name.

tickerstring

Company symbol/ticker as used on the listed exchange.

ipostring date

IPO date.

marketCapitalizationnumber float

Market Capitalization.

shareOutstandingnumber float

Number of oustanding shares.

logostring

Logo image.

phonestring

Company phone number.

weburlstring

Company website.

finnhubIndustrystring

Finnhub industry classification.

Example response

{
  "finnhubIndustry": "finnhubIndustry",
  "country": "country",
  "ticker": "ticker",
  "marketCapitalization": 0.8008282,
  "phone": "phone",
  "weburl": "weburl",
  "name": "name",
  "ipo": "2000-01-23",
  "logo": "logo",
  "currency": "currency",
  "exchange": "exchange",
  "shareOutstanding": 6.0274563
}