跳轉到內容

業務分部(當前期)

獲取上市公司當前報告期的業務分部收入佔比。

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

Parameters

SDK 方法參數。

NameTypeRequiredDescription
symbolstring證券代碼,例如 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
200成功BusinessSegmentsResponse
400請求錯誤None

Schemas

BusinessSegmentsResponse

NameTypeRequiredDescription
datestring報告期,格式 YYYYMMDD,例如 20260331
totalstring當期總收入
currencystring貨幣代碼,例如 USD
businessobject[]業務分部列表
∟ namestring業務分部名稱
∟ percentstring收入佔比(百分比,例如 40.56