Building an AI agent? Start with /llms.txt for the full site index.
Financials & Growth
Dividend policy for listed companies, sourced from MOPS — cash and stock dividends per fiscal year with the ex-dividend date.
GET /v2/datasets/dividendsDividend policy is a Taiwan market dataset sourced from MOPS, served by TW Market Data as GET /v2/datasets/dividends.
dividends returns one row per company per fiscal year with the declared cash and stock dividends and the ex-dividend date, sourced from MOPS. Each row carries a source role and lineage back to the MOPS filing so the payout is traceable.
| Field | Type | Description |
|---|---|---|
ticker | string | |
market | string | |
announcement_date | string | |
cash_dividend | number | Cash dividend per share (TWD). |
stock_dividend | number | Stock dividend per share (shares). |
ex_dividend_date | string | Ex-dividend date. |
ex_rights_date | null | |
record_date | null | |
payment_date | null | |
dividend_type | string | |
fiscal_period | null | |
event_status | string |
| Rows | ~29,086 |
| Window | 2005-05-06 – 2026-09-03 |
| Grade | Verified |
| Measured | 2026-09-03from the dataset registry |
A real response from this endpoint. Rows are returned under "envelope.data", and provenance is carried in the shape shown below — it is not identical across datasets, so read this page's rather than assuming another's.
{
"api_version": "v2",
"endpoint": "/v2/datasets/dividends",
"request_id": "req_5ecefc741837",
"plan_id": "enterprise",
"dataset": "dividends",
"query": {
"ticker": "2330",
"announcement_date_from": null,
"announcement_date_to": null,
"ex_dividend_date_from": null,
"ex_dividend_date_to": null,
"limit": 50,
"offset": 0,
"sort_by": "announcement_date",
"sort_order": "desc"
},
"meta": {
"rows_returned": 2,
"mandatory_contract_fields_present": [
"api_version",
"data",
"data_as_of"
],
"plan": "enterprise",
"row_limit": 100000,
"is_limited": false
},
"envelope": {
"api_version": "v2",
"dataset": "dividends",
"dataset_version": "v2.0.0-preview",
"release_version": "v2.2026-05-12.preview",
"release_date": "2026-05-12",
"data_as_of": "2026-05-12",
"request_context": {
"ticker": "2330",
"as_of_date": "2026-05-12",
"family": "market_structure_corporate_actions",
"field_group_type": "event_fact_current_snapshot",
"dataset_view": "dividends_corporate_actions_enhanced_v1",
"coverage_type": "current_snapshot",
"market_scope": "TWSE",
"historical_coverage_status": "blocked_not_proven",
"supported_sort_by": [
"announcement_date"
],
"supported_filter_fields": [
"ticker",
"announcement_date_from",
"announcement_date_to"
],
"known_gaps": [
"current_snapshot_only_no_historical_2020_2026_claim",
"partial_ex_date_coverage",
"security_master_gaps_preferred_special_variants=32"
]
},
"data": [
{
"ticker": "2330",
"market": "TWSE",
"announcement_date": "2026-05-12",
"source_event_ref": "twse_dividend_snapshot|2330|115|1",
"cash_dividend": 7,
"stock_dividend": 0,
"ex_dividend_date": "2026-06-11",
"ex_rights_date": null,
"record_date": null,
"payment_date": null,
"dividend_type": "cash",
"fiscal_period": null,
"event_status": "announced",
"provider": "twse_official",
"source_role": "current_snapshot_dividend_distribution",
"lineage": {
"data_gaps": [],
"row_index": 288,
"source_family": "twse_dividend_distribution_open_data_t187ap45_l",
"joined_ex_date_source_family": "twse_exright_exdividend_schedule_twt48u_all",
"current_snapshot_controlled_write_ts": "20260604T143239Z"
},
"updated_at": "2026-06-04T14:32:49.575532"
},
{
"ticker": "2330",
"market": "TWSE",
"announcement_date": "2026-02-10",
"source_event_ref": "twse_dividend_snapshot|2330|114|1",
"cash_dividend": 6.000036,
"stock_dividend": 0,
"ex_dividend_date": "2026-06-11",
"ex_rights_date": null,
"record_date": null,
"payment_date": null,
"dividend_type": "cash",
"fiscal_period": null,
"event_status": "announced",
"provider": "twse_official",
"source_role": "current_snapshot_dividend_distribution",
"lineage": {
"data_gaps": [],
"row_index": 289,
"source_family": "twse_dividend_distribution_open_data_t187ap45_l",
"joined_ex_date_source_family": "twse_exright_exdividend_schedule_twt48u_all",
"current_snapshot_controlled_write_ts": "20260604T143239Z"
},
"updated_at": "2026-06-04T14:32:49.575532"
}
],
"quality": {
"freshness_state": "fresh",
"freshness_as_of": "2026-05-12",
"completeness_ratio": 1,
"quality_status": "ready"
},
"lineage": {
"source_role": "canonical",
"selected_source": "twse_official",
"fallback_chain": [
"twse_exright_exdividend_schedule_twt48u_all_optional_join"
],
"policy_notes": [
"official/public-first current snapshot",
"twse_only_current_snapshot_boundary",
"historical_2020_2026_not_proven"
]
},
"error": {
"error_code": null,
"error_message": null,
"dataset": "dividends",
"request_id": "read-api-13558a3a18b2",
"blocking_gate": null
}
}
}Captured from the live API on 2026-07-20.
These columns are returned alongside the data and record where the row came from. They are provenance, not the dataset's subject matter, so they are listed here rather than in the field table.
source_event_refprovidersource_rolelineageupdated_atPart of the data in this service is obtained from the Government Open Data Platform (data.gov.tw) and used under the Open Government Data License, version 1.0. Providing agencies: Taiwan Stock Exchange, Taipei Exchange, Taiwan Futures Exchange, Taiwan Depository & Clearing Corporation, National Development Council, Central Bank of the Republic of China (Taiwan), Department of Statistics of the Ministry of Economic Affairs, and Customs Administration of the Ministry of Finance. The value-added processing, derived calculations and presentation in this service are the responsibility of TWMD and are not associated with the providing agencies.
TW Market Data. (n.d.). Dividend policy [Data set]. TW Market Data. Retrieved 2026-09-05, from https://twmarketdata.com/en/docs/api/financials/dividends
The version is the dataset's own as_of, not the date this page was built. Where we have no as_of the field is left out rather than filled in. Check a signature
Datasets that join with this one. The key each pair aligns on is shown, so you can plan a multi-table query without guessing.
Joins on market + ticker
Joins on market + ticker
Joins on market + ticker
Joins on market + ticker
Joins on market + ticker
curl "https://api.twmarketdata.com/v2/datasets/dividends?ticker=2330" \
-H "X-API-Key: sk_live_..."| Parameter | Required | Type | Description |
|---|---|---|---|
ticker | No | string | Declared by the endpoint in envelope.request_context.supported_filter_fields. |
announcement_date_from | No | string | Declared by the endpoint in envelope.request_context.supported_filter_fields. |
announcement_date_to | No | string | Declared by the endpoint in envelope.request_context.supported_filter_fields. |
import requests
resp = requests.get(
"https://api.twmarketdata.com/v2/datasets/dividends",
params={"ticker": "2330"},
headers={"X-API-Key": "sk_live_..."},
)
resp.raise_for_status()
print(resp.json()["envelope"]["data"])This endpoint is GET /v2/datasets/dividends. The full machine-readable schema (parameters, security, response envelope) lives in the OpenAPI spec.