跳轉到內容

美股財務概覽

Longbridge US 賬戶

此方法僅適用於美國數據中心賬戶。

按報告週期獲取美股財務概覽——損益、資產負債和現金流摘要。

CLI
# 美股財務概覽
longbridge financial-report AAPL.US
longbridge financial-report TSLA.US

Parameters

SDK 方法參數。

名稱類型必填描述
symbolstring股票代碼,如 AAPL.US
reportstring報告週期:annualquarterly(默認:annual)

Request Example

Response

Response Example

json
{
  "ccy_symbol": "USD",
  "report_type": "annual",
  "is_list": [
    {
      "revenue": "391035000000",
      "net_income": "93736000000",
      "net_margin": "0.2397",
      "report": {
        "start_date": "2023-10-01",
        "end_date": "2024-09-28",
        "report_txt": "FY2024"
      }
    }
  ],
  "bs_list": [
    {
      "debt_assets_ratio": "0.8193",
      "total_assets": "364840000000",
      "total_liabilities": "308927000000",
      "report": {
        "start_date": "2023-10-01",
        "end_date": "2024-09-28",
        "report_txt": "FY2024"
      }
    }
  ],
  "cf_list": [
    {
      "operating": "118254000000",
      "investing": "-21013000000",
      "financing": "-89831000000",
      "report": {
        "start_date": "2023-10-01",
        "end_date": "2024-09-28",
        "report_txt": "FY2024"
      }
    }
  ]
}

Response Status

状態码描述结構
200成功UsFinancialOverview
400請求錯誤None

Schemas

UsFinancialOverview

名称類型必填描述
ccy_symbolstring貨币符号
report_typestring報告類型(如 annualquarterly
is_listUSFinancialISItem[]損益表条目列表
bs_listUSFinancialBSItem[]資產負債表条目列表
cf_listUSFinancialCFItem[]现金流量表条目列表

USFinancialISItem

名称類型必填描述
revenuestring總營收
net_incomestring净利润
net_marginstring净利润率
reportUSReportPeriod報告期信息

USFinancialBSItem

名称類型必填描述
debt_assets_ratiostring資產負債率
total_assetsstring總資產
total_liabilitiesstring總負債
reportUSReportPeriod報告期信息

USFinancialCFItem

名称類型必填描述
operatingstring经營活动现金流
investingstring投資活动现金流
financingstring籌資活动现金流
reportUSReportPeriod報告期信息

USReportPeriod

名称類型必填描述
start_datestring報告期开始日期
end_datestring報告期结束日期
report_txtstring報告期標签(如 FY2024Q1 2024