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

---

[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/revisions/415b27331384/schema)
