---
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.

## Changes

- **2024-11-05** `fb7e94c545be` — 1 info
  - added the optional property `irUrl` to the response with the `200` status
- **2023-10-17** `916ab58ae589` — 2 info
  - added the optional property `alias` to the response with the `200` status
  - added the optional property `lei` to the response with the `200` status
- **2023-03-31** `fe3acff4e0d7` — 2 info
  - added the optional property `estimateCurrency` to the response with the `200` status
  - added the optional property `marketCapCurrency` to the response with the `200` status
- **2021-07-27** `b9cd697cee6d` — 1 breaking
  - the `employeeTotal` response's property type/format changed from `integer`/`int64` to `number`/`float` for status `200`
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added

[Full history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/profile/get.md)

---

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