v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Financials & Ratios

Revenue Geographic Segments

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.

post/v1/company-revenue-geographic-segments/query

Request body

period'annual' | 'quarter'

Example request

{
  "identifier": {
    "value": "4A6F00"
  }
}

Response

Successful Response

Example response

{
  "results": {
    "rp_entity_id": "4A6F00",
    "target_identifier_id": "GOOGL",
    "fields": [
      "FISCAL_YEAR",
      "PERIOD",
      "REPORTED_CURRENCY",
      "REGION_SEGMENTS"
    ],
    "values": [
      2025,
      "Q3",
      "USD",
      {
        "Americas Segment": 41198000000,
        "Europe Segment": 24014000000,
        "Greater China Segment": 15369000000,
        "Japan Segment": 5782000000,
        "Rest of Asia Pacific Segment": 7673000000
      }
    ]
  }
}