跳轉到內容

經營數據

Longbridge US 賬戶不支援

此方法需要 AP 數據中心賬戶(香港/新加坡)。美股數據中心賬戶將收到區域限制錯誤。AP 賬戶可查詢任意標的,包括美股。

按財報期獲取經營數據及核心財務指標摘要。

CLI
longbridge operating AAPL.US
longbridge operating TSLA.US

Parameters

SDK 方法參數。

NameTypeRequiredDescription
symbolstring證券代碼,例如 AAPL.US
periodstring財報期篩選,如 q1q2q3q4annual

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "list": [
      {
        "id": "12345",
        "report": "af",
        "title": "FY2025 Annual Report Summary",
        "txt": "Management discussion...",
        "latest": true,
        "web_url": "https://longbridge.com/wiki/...",
        "financial": {
          "code": "700",
          "currency": "HKD",
          "name": "Tencent",
          "region": "HK",
          "report": "af",
          "indicators": [
            {
              "field_name": "operating_revenue",
              "indicator_name": "Revenue",
              "indicator_value": "6786 亿",
              "yoy": "0.0800"
            }
          ]
        }
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200成功OperatingList
400請求錯誤None

Schemas

OperatingListResponse

NameTypeRequiredDescription
listobject[]true經營數據報告列表,見 OperatingItem

OperatingItem

NameTypeRequiredDescription
idstringfalse內部報告 ID
reportstringfalse報告期代碼(如 af = 年報)
titlestringfalse報告標題
txtstringfalse管理層討論文本
latestbooleanfalse是否為最新報告
web_urlstringfalse完整報告頁面連結
financialobjectfalse關鍵財務指標

OperatingFinancial

NameTypeRequiredDescription
codestringfalse股票代碼
namestringfalse公司名稱
currencystringfalse報告貨幣
regionstringfalse市場地區
reportstringfalse報告期代碼
indicatorsobject[]false財務指標列表,見 OperatingIndicator

OperatingIndicator

NameTypeRequiredDescription
field_namestringtrue欄位名稱(如 operating_revenue
indicator_namestringfalse顯示名稱
indicator_valuestringfalse格式化數值
yoystringfalse同比變化率