Skip to Content

Business Segments

Get the current-period revenue segment breakdown for a listed company.

CLI
longbridge business-segments AAPL.US
longbridge business-segments 700.HK

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. AAPL.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "date": "20260331",
    "total": "124300000000",
    "currency": "USD",
    "business": [
      {"name": "iPhone", "percent": "56.19"},
      {"name": "Services", "percent": "21.96"},
      {"name": "Mac", "percent": "8.04"},
      {"name": "iPad", "percent": "7.00"},
      {"name": "Wearables", "percent": "6.81"}
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessBusinessSegmentsResponse
400Bad requestNone

Schemas

BusinessSegmentsResponse

NameTypeRequiredDescription
datestringfalseReport period in YYYYMMDD format, e.g. 20260331
totalstringfalseTotal revenue for the period
currencystringfalseCurrency code, e.g. USD
businessobject[]falseBusiness segment list
∟ namestringfalseSegment name
∟ percentstringfalseRevenue share percentage, e.g. 40.56