---
title: "Company Profile"
method: POST
path: "/v1/company-profile/query"
tags: ["Company & Events"]
---

# Company Profile

`POST /v1/company-profile/query`

This endpoint retrieves comprehensive company profile data including company name, sector, industry, CEO, market cap, and other key business information.

## Request body

- IdentifierQuery
  - `identifier` Identifier, required
    - `type` 'rp_entity_id', required
    - `value` union, required — Bigdata uses the RavenPack Entity identifier (RP_Entity_ID) to uniquely reference entities such as companies. This identifier is a 6-character alphanumeric code (letters and numbers only). Example: Alphabet Inc. (`4A6F00`)
      - string
      - string[]

## Response `200`

Successful Response

- PublicCompanyProfileResponse — Response model for company profile query.
  - `results` CompanyProfileData[], required — Company profile data keyed by RP entity ID
    - `rp_entity_id` string, nullable — The RavenPack internal entity identifier.
    - `target_identifier_id` string, nullable — The target identifier provided in the request, e.g., stock symbol.
    - `price` number, nullable — The price of the company.
    - `market_cap` number, nullable — The market capitalization of the company.
    - `beta` number, nullable — The beta of the company, i.e. the volatility of the stock.
    - `last_dividend` number, nullable — The last dividend of the company.
    - `range` string, nullable — The range of the company's stock prices, e.g. '166.37-488.54'.
    - `change` number, nullable — The change of the stock price of the company.
    - `change_percentage` number, nullable — The percentage change of the stock price of company.
    - `volume` number, nullable — The volume of the company's stock.
    - `average_volume` number, nullable — The average volume of the company's stock.
    - `company_name` string, nullable — The name of the company.
    - `currency` string, nullable — The currency of the company's stock.
    - `cik` string, nullable — The Central Index Key (CIK) of the company.
    - `isin` string, nullable — The International Securities Identification Number (ISIN) of the company.
    - `cusip` string, nullable — The Committee on Uniform Securities Identification Procedures (CUSIP) of the company.
    - `exchange_full_name` string, nullable — The full name of the exchange where the company is listed.
    - `exchange` string, nullable — The exchange where the company is listed.
    - `industry` string, nullable — The industry of the company.
    - `website` string, nullable — The website of the company.
    - `description` string, nullable — The description of the company, e.g. 'Tesla, Inc. designs, develops, ...'
    - `ceo` string, nullable — The name of the CEO of the company.
    - `sector` string, nullable — The sector of the company.
    - `country` string, nullable — The country where the company is located.
    - `full_time_employees` integer, nullable — The number of full-time employees of the company
    - `phone` string, nullable — The phone number of the company.
    - `address` string, nullable — The address of the company.
    - `city` string, nullable — The city where the company is located.
    - `state` string, nullable — The state where the company is located.
    - `zip` string, nullable — The zip code of the company.
    - `image` string, nullable — The image URL of the company.
    - `ipo_date` union — The IPO date of the company, e.g. '2010-06-29'.
      - string, date
      - string
    - `default_image` boolean, nullable — Whether the image is the default image or not.
    - `is_etf` boolean, nullable — Whether the company is an ETF or not.
    - `is_actively_trading` boolean, nullable — Whether the company is actively trading or not.
    - `is_adr` boolean, nullable — Whether the company is an ADR or not, i.e. American Depositary Receipt.
    - `is_fund` boolean, nullable — Whether the company is a fund or not.

---

[API](https://skmtc.net/bigdata/apis/bigdata-structured-data-api.md) · [All operations](https://skmtc.net/bigdata/apis/bigdata-structured-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigdata/bigdata-structured-data-api/versions/18082de268c4/schema)
