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

# Company Profile 2

`GET /stock/profile2`

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

## Query parameters

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

## Response `200`

successful operation

- CompanyProfile2
  - `country` string — Country of company's headquarter.
  - `currency` string — Currency used in company filings.
  - `exchange` string — Listed exchange.
  - `name` string — Company name.
  - `ticker` string — Company symbol/ticker as used on the listed exchange.
  - `ipo` string, date — IPO date.
  - `marketCapitalization` number, float — Market Capitalization.
  - `shareOutstanding` number, float — Number of oustanding shares.
  - `logo` string — Logo image.
  - `phone` string — Company phone number.
  - `weburl` string — Company website.
  - `finnhubIndustry` string — Finnhub industry classification.

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-09** `9710addc4f34` — 1 breaking
  - the `marketCapitalization` response's property type/format changed from `integer`/`int64` to `number`/`float` for status `200`
- **2020-05-26** `c5b8e420b78c` — 1 info
  - api tag `Default` removed

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/profile2/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)
