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

# Revenue Geographic Segments

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

The Revenue Geographic Segments API allows users to retrieve revenue data segmented by geographical regions, helping investors and analysts understand the performance of a company in different markets.

## Request body

- PublicCompanyRevenueGeographicQuery
  - `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

- PublicCompanyRevenueGeographicResponse
  - `results` union, required
    - CompanyRevenueGeographic
      - `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 geographic data.
      - `values` array[], required — The values of the company revenue geographic 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)
