TW Market Data LogoTW Market Data

Core data

Market & prices

TWSE / TPEx daily bars, adjusted prices, indices, and market breadth

Financials & growth

Monthly revenue, the three financial statements, financial metrics, and valuation data

Flows & positioning

Institutional investors and margin & short-selling data

Company & structure

Company & events

Company profiles, disclosures, events, corporate actions, and dividends

Taxonomy & structure

Theme taxonomy, index classification, and cross-dataset mapping

Strategy & quant

Features, factor data, time alignment, and screener

Platform capabilities

API access

REST API, authentication, and your first request

Query & tools

Search API, Query API, field lists, and query examples

Tools / MCP

Agent workflows, MCP tools, and the OpenAPI entry point

PricingDocsBlog
中文Dashboard

TW Market Data (TWMD) provides historical data and statistics, not investment advice; investment decisions and their risks are your own.

Privacy Policy|Terms of Service|Help Center||中文|TW Market Data © 2026

Documentation

DASHBOARD

DashboardPricing

FOR AI AGENTS

MCP Serverllms.txtTool manifestOpenAPI SpecAgent workflow examples
WebhooksBuilding

OVERVIEW

OverviewQuick startAuthenticationSource policyData gradesData lineageMarket coverage

DATA APIS

Stock split & par-value eventsEnhanced corporate actionsESG (TESG)Corporate actionsDelisting lifecycleDisposition securities periodCompany risk eventsEvents calendar

GUIDES

How to get the 3 financial statementsHow to read institutional flowsHow to check market statusHow to wire a strategy / AI agent

SDKS

Release statusPython SDKJavaScript / TypeScript SDK

Building an AI agent? Start with /llms.txt for the full site index.

Companies & Events

Stock split & par-value events

Stock split and par-value change events for listed securities — the old and new par value, split ratio and effective date, from the official TWSE / TPEx announcements.

VerifiedSource: TWSE / TPEx·Plan: free·Cost: 1 credits·GET /v2/datasets/stock-split-par-value-events

Overview

stock-split-par-value-events returns one row per split or par-value change with the old and new par value, the resulting share ratio and the effective date, sourced from the official TWSE / TPEx announcements. Each row carries its source role and lineage, so the event is traceable to the exact upstream disclosure.

FieldTypeDescription
symbolstringTicker.
event_typestringNormalized event type (e.g. split, par_value_change).
old_par_valuenumberPar value before the change (TWD per share).
new_par_valuenumberPar value after the change (TWD per share).
effective_datestringDate the change takes effect.
source_rolestringCanonical source role (official_twse_par_value_event).

Coverage

Rows3
Window2026-01-09 – 2026-04-22
GradeVerified

Example response

A real response from this endpoint. Rows are returned under "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.

{  "dataset_id": "stock_split_par_value_events",  "request_context": {    "scope": "stock_split_par_value_events_twse_only",    "coverage_type": "twse_split_par_value_reference",    "snapshot_mode": "current_snapshot_only",    "filters": {      "market": "TWSE",      "security_code": null,      "date_from": null,      "date_to": null,      "event_type": null,      "source_family": null,      "limit": 50    },    "min_event_date": "2026-01-09",    "max_event_date": "2026-04-22"  },  "quality": {    "row_count": 3,    "security_code_count": 2,    "sensitive_fields_exposed": false  },  "lineage": {    "source_providers": [      "twse_official"    ],    "source_roles": [      "official_twse_etf_split_reverse_split_reference_price",      "official_twse_par_value_change_announcement",      "official_twse_par_value_change_reference_price"    ],    "source_families": [      "twse_change_of_par_value",      "twse_etf_split_reverse_split_reference_price",      "twse_reference_price_after_par_value_change"    ]  },  "error": null,  "data": [    {      "market": "TWSE",      "security_code": "00674R",      "security_type": "etf_certificate",      "event_type": "split_reference_price",      "event_date": "2026-04-22",      "announcement_date": null,      "suspend_trading_date": null,      "resume_trading_date": "2026-04-22",      "par_value_before": null,      "par_value_after": null,      "par_value_ratio": null,      "closing_price_on_last_trading_day": 5.18,      "reference_price": 25.9,      "limit_up_price": 9999.95,      "limit_down_price": 0.01,      "opening_reference_price": 25.9,      "source_provider": "twse_official",      "source_role": "official_twse_etf_split_reverse_split_reference_price",      "source_family": "twse_etf_split_reverse_split_reference_price",      "source_event_ref": "TWSE:TWTCAU|00674R|2026-04-22",      "lineage": {        "source_url": "https://www.twse.com.tw/rwd/en/split/TWTCAU?response=json",        "source_family": "twse_etf_split_reverse_split_reference_price",        "official_fields": [          "Resume Trading Date",          "Security Code",          "Closing Price on The Last Trading Day"        ],        "source_row_type": "etf_split_reverse_split_reference_price"      },      "data_gaps": [        "announcement_date_missing"      ]    },    {      "market": "TWSE",      "security_code": "7780",      "security_type": "stock",      "event_type": "split_reference_price",      "event_date": "2026-01-19",      "announcement_date": null,      "suspend_trading_date": null,      "resume_trading_date": "2026-01-19",      "par_value_before": null,      "par_value_after": null,      "par_value_ratio": null,      "closing_price_on_last_trading_day": 185,      "reference_price": 18.5,      "limit_up_price": 20.35,      "limit_down_price": 16.65,      "opening_reference_price": 18.5,      "source_provider": "twse_official",      "source_role": "official_twse_par_value_change_reference_price",      "source_family": "twse_reference_price_after_par_value_change",      "source_event_ref": "TWSE:TWTB8U|7780|2026-01-19",      "lineage": {        "source_url": "https://www.twse.com.tw/rwd/en/change/TWTB8U?response=json",        "source_family": "twse_reference_price_after_par_value_change",        "official_fields": [          "Resume Trading Date",          "Security Code",          "Closing Price on The Last Trading Day"        ],        "source_row_type": "reference_price"      },      "data_gaps": [        "announcement_date_missing"      ]    }  ],  "data_count": 3,  "known_gaps": [    "twse_only_scope",    "no_tpex_coverage",    "no_unified_security_lifecycle_claim"  ],  "warnings": [    "not_investment_advice",    "twse_only_scope"  ],  "not_investment_advice": true,  "envelope": {    "dataset_id": "stock_split_par_value_events",    "scope": "stock_split_par_value_events_twse_only",    "row_count": 3  }}

Captured from the live API on 2026-07-20.

Getting started

  1. Put your key in the X-API-Key header.
  2. Add query parameters (symbol, date range, limit).
  3. Send the request and read the data array.
curl "https://api.twmarketdata.com/v2/datasets/stock-split-par-value-events?symbol=2330" \  -H "X-API-Key: sk_live_..."

Filtering

ParameterRequiredTypeDescription
symbolYesstringTicker, e.g. 2330.
start_dateNostring (YYYY-MM-DD)Start of the query range.
end_dateNostring (YYYY-MM-DD)End of the query range.
limitNointegerMaximum rows to return.

Python

A first call:

import requests resp = requests.get(    "https://api.twmarketdata.com/v2/datasets/stock-split-par-value-events",    params={"symbol": "2330"},    headers={"X-API-Key": "sk_live_..."},)resp.raise_for_status()print(resp.json()["data"])

With a date-range filter:

import requests # The full verified example — the same call with every supported filter set.resp = requests.get(    "https://api.twmarketdata.com/v2/datasets/stock-split-par-value-events",    params={"symbol": "2330"},    headers={"X-API-Key": "sk_live_..."},)resp.raise_for_status()for row in resp.json()["data"]:    print(row)

OpenAPI

This endpoint is GET /v2/datasets/stock-split-par-value-events. The full machine-readable schema (parameters, security, response envelope) lives in the OpenAPI spec.

Notes & limitations

  • Par-value and split events change the share base: when joining to a raw price series, apply the effective date so pre- and post-event prices are compared on the same basis.

Request & Response

Request

curl "https://api.twmarketdata.com/v2/datasets/stock-split-par-value-events?symbol=2330&start_date=2026-01-01&end_date=2026-06-30&limit=5" \  -H "X-API-Key: $TWMD_API_KEY"

Authenticate with the X-API-Key header, using a sk_live_ key issued in the dashboard.

Response

JSON
{  "dataset_id": "stock_split_par_value_events",  "request_context": {    "scope": "stock_split_par_value_events_twse_only",    "coverage_type": "twse_split_par_value_reference",    "snapshot_mode": "current_snapshot_only",    "filters": {      "market": "TWSE",      "security_code": null,      "date_from": null,      "date_to": null,      "event_type": null,      "source_family": null,      "limit": 50    },    "min_event_date": "2026-01-09",    "max_event_date": "2026-04-22"  },  "quality": {    "row_count": 3,    "security_code_count": 2,    "sensitive_fields_exposed": false  },  "lineage": {    "source_providers": [      "twse_official"    ],    "source_roles": [      "official_twse_etf_split_reverse_split_reference_price",      "official_twse_par_value_change_announcement",      "official_twse_par_value_change_reference_price"    ],    "source_families": [      "twse_change_of_par_value",      "twse_etf_split_reverse_split_reference_price",      "twse_reference_price_after_par_value_change"    ]  },  "error": null,  "data": [    {      "market": "TWSE",      "security_code": "00674R",      "security_type": "etf_certificate",      "event_type": "split_reference_price",      "event_date": "2026-04-22",      "announcement_date": null,      "suspend_trading_date": null,      "resume_trading_date": "2026-04-22",      "par_value_before": null,      "par_value_after": null,      "par_value_ratio": null,      "closing_price_on_last_trading_day": 5.18,      "reference_price": 25.9,      "limit_up_price": 9999.95,      "limit_down_price": 0.01,      "opening_reference_price": 25.9,      "source_provider": "twse_official",      "source_role": "official_twse_etf_split_reverse_split_reference_price",      "source_family": "twse_etf_split_reverse_split_reference_price",      "source_event_ref": "TWSE:TWTCAU|00674R|2026-04-22",      "lineage": {        "source_url": "https://www.twse.com.tw/rwd/en/split/TWTCAU?response=json",        "source_family": "twse_etf_split_reverse_split_reference_price",        "official_fields": [          "Resume Trading Date",          "Security Code",          "Closing Price on The Last Trading Day"        ],        "source_row_type": "etf_split_reverse_split_reference_price"      },      "data_gaps": [        "announcement_date_missing"      ]    },    {      "market": "TWSE",      "security_code": "7780",      "security_type": "stock",      "event_type": "split_reference_price",      "event_date": "2026-01-19",      "announcement_date": null,      "suspend_trading_date": null,      "resume_trading_date": "2026-01-19",      "par_value_before": null,      "par_value_after": null,      "par_value_ratio": null,      "closing_price_on_last_trading_day": 185,      "reference_price": 18.5,      "limit_up_price": 20.35,      "limit_down_price": 16.65,      "opening_reference_price": 18.5,      "source_provider": "twse_official",      "source_role": "official_twse_par_value_change_reference_price",      "source_family": "twse_reference_price_after_par_value_change",      "source_event_ref": "TWSE:TWTB8U|7780|2026-01-19",      "lineage": {        "source_url": "https://www.twse.com.tw/rwd/en/change/TWTB8U?response=json",        "source_family": "twse_reference_price_after_par_value_change",        "official_fields": [          "Resume Trading Date",          "Security Code",          "Closing Price on The Last Trading Day"        ],        "source_row_type": "reference_price"      },      "data_gaps": [        "announcement_date_missing"      ]    }  ],  "data_count": 3,  "known_gaps": [    "twse_only_scope",    "no_tpex_coverage",    "no_unified_security_lifecycle_claim"  ],  "warnings": [    "not_investment_advice",    "twse_only_scope"  ],  "not_investment_advice": true,  "envelope": {    "dataset_id": "stock_split_par_value_events",    "scope": "stock_split_par_value_events_twse_only",    "row_count": 3  }}

Captured from a real call to this endpoint — not written by hand.

This dataset returns its rows under "data". The envelope differs between datasets, so read this one rather than reusing another page's shape.

The grade badge on this page is a documentation classification, not a response field.