跳转到内容

财报日历

浏览即将发布的财报及近期业绩,包含 EPS 和营收预期。

CLI
longbridge finance-calendar report
longbridge finance-calendar report --market US

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": 2228,
        "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[]键值数据对