Cookie settings
We use essential cookies to keep you signed in and secure, and analytics cookies to improve the product. We never use them for ad tracking.Learn more
Building an AI agent? Start with /llms.txt for the full site index.
公司與事件
提供台股公司的股利分配資料,適合用於殖利率分析、總報酬計算與股利策略研究。
/v2/datasets/dividends股利資料 API 提供公司對股東的分配資訊,包含現金股利、股票股利與相關除權息事件資料。這類資料適合用於股利策略、報酬分析與長期持有研究。
與一般公告或事件資料不同,股利資料的核心價值在於可量化的股東回報資訊。
它不只是事件發生與否,而是可以直接影響殖利率、持有報酬與價格調整邏輯的資料。
典型用途包括:
| Instruments | Start year | Update timing | Includes delisted |
|---|---|---|---|
| Not yet available (coming) | Not yet available (coming) | Not yet available (coming) | coming |
Figures are measured from the DB; unlisted fields defer to docs coverage (coming) — we don't fabricate cell by cell.
使用此 endpoint 時,建議:
| 欄位 | 型別 | Required | 說明 |
|---|---|---|---|
| symbol | string | yes | 股票代碼,用於查詢單一公司的股利資料。 |
| start_date | string | no | 查詢起始日期。 |
| end_date | string | no | 查詢結束日期。 |
| dividend_type | string | no | 股利類型(若目前 schema 有正式支持)。 |
| limit | integer | no | 回傳筆數限制。 |
| offset | integer | no | 分頁偏移。 |
所有回應遵循一致結構,包含 dataset、source_role、freshness、lineage、data。
{ "dataset": "dividends", "source_role": "canonical", "freshness": "2026-04-22T11:15:00+08:00", "lineage": { "source": "TWSE", "ingested_at": "2026-04-22T11:15:05+08:00", "trace_id": "dividends_2330_20260422" }, "data": [ { "ticker": "2330", "event_date": "2025-06-12", "dividend_type": "cash_dividend", "cash_amount": 3.5, "title": "現金股利除息" } ]}| 欄位路徑 | 型別 | 說明 |
|---|---|---|
| data[].ticker | string | 股票代碼。 |
| data[].event_date | string | 股利事件日期或除權息相關日期。 |
| data[].dividend_type | string | 股利類型,例如現金股利或股票股利。 |
| data[].cash_amount | number|null | 現金股利金額(若目前 schema 有)。 |
| data[].stock_ratio | number|string|null | 股票股利比例(若目前 schema 有)。 |
| data[].title | string|null | 事件標題(若目前 schema 有)。 |
| data[].source_url | string|null | 原始來源連結(若目前 schema 有)。 |
| source_role | string | 資料來源角色。 |
| freshness | string | 資料更新時間。 |
| lineage.trace_id | string | 可追蹤資料處理鏈路。 |
此 API 屬於 TW Market Data 資料集目錄。 查看資料集總覽