---
title: "Revenue Product Segments"
method: POST
path: "/v1/company-revenue-product-segments/query"
tags: ["Financials & Ratios"]
---

# Revenue Product Segments

`POST /v1/company-revenue-product-segments/query`

The Revenue Product Segments API provides access to detailed revenue data broken down by individual products. This enables investors and analysts to gain deeper insights into a company’s performance across its product portfolio.

## Request body

- PublicCompanyRevenueProductQuery
  - `identifier` SingleIdentifier, required
    - `type` 'rp_entity_id', required
    - `value` string, 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`)
  - `period` 'annual' | 'quarter'

## Response `200`

Successful Response

- PublicCompanyRevenueProductResponse
  - `results` union, required
    - CompanyRevenueProduct
      - `rp_entity_id` string, required — The RavenPack entity ID of the company.
      - `target_identifier_id` string, required — The target identifier ID of the company.
      - `fields` string[], required — The fields of the company revenue product data.
      - `values` array[], required — The values of the company revenue product data.
        - unknown[]
          - unknown
    - object
  - `errors` ErrorDetail[], nullable
    - `message` string, nullable
  - `metadata` Metadata
    - `request_id` string, required
    - `timestamp` string

---

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