財報日曆
瀏覽即將發布的財報及近期業績,包含 EPS 和營收預期。
SDK Links
Parameters
SDK 方法參數。
| Name | Type | Required | Description |
|---|---|---|---|
| start | string | YES | 開始日期,格式 YYYY-MM-DD |
| end | string | YES | 結束日期,格式 YYYY-MM-DD |
| market | string | NO | 市場篩選: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
| Status | Description | Schema |
|---|---|---|
| 200 | 成功 | CalendarEventsResponse |
| 400 | 請求錯誤 | None |
Schemas
CalendarEventsResponse
| Name | Type | Required | Description |
|---|---|---|---|
| date | string | 否 | 響應日期 |
| list | object[] | 是 | 日曆日期分組列表,見 CalendarDateGroup |
CalendarDateGroup
| Name | Type | Required | Description |
|---|---|---|---|
| date | string | 是 | 日期 |
| count | integer | 否 | 該日期的事件數量 |
| infos | object[] | 是 | 日曆事件列表,見 CalendarEventInfo |
CalendarEventInfo
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | 否 | 事件 ID |
| symbol | string | 否 | 證券代碼 |
| market | string | 否 | 市場 |
| counter_name | string | 否 | 證券名稱 |
| event_type | string | 否 | 事件類型 |
| activity_type | string | 否 | 活動類型 |
| date | string | 否 | 事件日期 |
| datetime | string | 否 | 事件時間 |
| date_type | string | 否 | 日期類型 |
| content | string | 否 | 事件內容描述 |
| currency | string | 否 | 貨幣 |
| star | integer | 否 | 重要性(1-3 星) |
| icon | string | 否 | 圖標鏈接 |
| chart_uid | string | 否 | 圖表標識符 |
| financial_market_time | string | 否 | 金融市場時間 |
| data_kv | object[] | 否 | 鍵值數據對 |

