v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Financials & Ratios

Revenue Product Segments

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.

post/v1/company-revenue-product-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",
      "PRODUCT_SEGMENTS"
    ],
    "values": [
      2024,
      "FY",
      "USD",
      {
        "Google Cloud": 43229000000,
        "Google Network": 30359000000,
        "Google Search & Other": 198084000000,
        "Google Subscriptions, Platforms, And Devices": 40340000000,
        "Other Bets": 1648000000,
        "YouTube Ads": 36147000000
      }
    ]
  }
}