---
title: "Company Profile"
method: GET
path: "/stock/profile"
tags: ["Default"]
---

# Company Profile

`GET /stock/profile`

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

## Query parameters

- `symbol` string
- `isin` string
- `cusip` string

## Response `200`

successful operation

- CompanyProfile
  - `alias` string[] — Company name alias.
  - `address` string — Address of company's headquarter.
  - `city` string — City of company's headquarter.
  - `country` string — Country of company's headquarter.
  - `currency` string — Currency used in company filings and financials.
  - `estimateCurrency` string — Currency used in Estimates data.
  - `marketCapCurrency` string — Currency used in market capitalization.
  - `cusip` string — CUSIP number.
  - `sedol` string — Sedol number.
  - `description` string — Company business summary.
  - `exchange` string — Listed exchange.
  - `ggroup` string — Industry group.
  - `gind` string — Industry.
  - `gsector` string — Sector.
  - `gsubind` string — Sub-industry.
  - `isin` string — ISIN number.
  - `lei` string — LEI number.
  - `irUrl` string — Investor relations website.
  - `naicsNationalIndustry` string — NAICS national industry.
  - `naics` string — NAICS industry.
  - `naicsSector` string — NAICS sector.
  - `naicsSubsector` string — NAICS subsector.
  - `name` string — Company name.
  - `phone` string — Company phone number.
  - `state` string — State of company's headquarter.
  - `ticker` string — Company symbol/ticker as used on the listed exchange.
  - `weburl` string — Company website.
  - `ipo` string, date — IPO date.
  - `marketCapitalization` number, float — Market Capitalization.
  - `shareOutstanding` number, float — Number of oustanding shares.
  - `employeeTotal` number, float — Number of employee.
  - `logo` string — Logo image.
  - `finnhubIndustry` string — Finnhub industry classification.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
