跳轉到內容

股息日曆

獲取即將到來和歷史股息事件,包含除息日、派息日和股息金額。

CLI
longbridge finance-calendar dividend
longbridge finance-calendar dividend --filter positions

Parameters

SDK 方法參數。

NameTypeRequiredDescription
startstringYES開始日期,格式 YYYY-MM-DD
endstringYES結束日期,格式 YYYY-MM-DD
marketstringNO市場篩選:US、HK、SH、SZ,不填則返回所有市場

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "date": "2026-04-30",
    "list": [
      {
        "date": "2026-04-30",
        "count": 275,
        "infos": [
          {
            "id": "12345",
            "symbol": "AAPL.US",
            "market": "US",
            "counter_name": "Apple Inc.",
            "event_type": "",
            "activity_type": "",
            "date": "2026-05-14",
            "datetime": "",
            "content": "",
            "star": 0,
            "currency": "",
            "icon": "",
            "chart_uid": "",
            "date_type": "",
            "financial_market_time": "",
            "data_kv": []
          }
        ]
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200成功CalendarEventsResponse
400請求錯誤None

Schemas

CalendarEventsResponse

NameTypeRequiredDescription
datestring響應日期
listobject[]日曆日期分組列表,見 CalendarDateGroup

CalendarDateGroup

NameTypeRequiredDescription
datestring日期
countinteger該日期的事件數量
infosobject[]日曆事件列表,見 CalendarEventInfo

CalendarEventInfo

NameTypeRequiredDescription
idstring事件 ID
symbolstring證券代碼
marketstring市場
counter_namestring證券名稱
event_typestring事件類型
activity_typestring活動類型
datestring事件日期
datetimestring事件時間
date_typestring日期類型
contentstring事件內容描述
currencystring貨幣
starinteger重要性(1-3 星)
iconstring圖標鏈接
chart_uidstring圖表標識符
financial_market_timestring金融市場時間
data_kvobject[]鍵值數據對