Strasmore Research
Learn Matt ConnorBy Matt Connor · data as of August 17, 2026 · refreshed weekly

Taiwan Stock Splits and ETF Unit Splits

Taiwan stock splits happen two ways: a company par value change and an ETF unit split. Where each is announced, and what actually changes for a holder.

Taiwan stock splits run through two different mechanics, and both get written 分割 in Chinese. A listed company divides its shares with a 面額變更, a change to the par value stamped on each share, which needs shareholder approval and a public filing. An ETF divides its units with a 單位數分割, a unit split the fund manager performs at the fund level: net asset value per unit divides, and the total size of the fund is untouched. Neither one adds anything to a holding. Both change how many pieces the same holding is cut into.

Taiwan stock splits: 面額變更 versus 單位數分割

A Taiwanese company's shares carry a par value written into its articles of incorporation, historically NT$10 each. Cutting that par value to NT$1 multiplies the share count by ten and leaves paid-in capital where it was. The route is a shareholders' meeting rather than a board memo: the articles are amended, the amendment is registered, and the company publishes the corporate action. A US board can declare a split on its own authority with no par-value step, the first structural gap for a reader arriving from what a stock split does.

An ETF unit split skips the vote entirely. The portfolio does not change; the manager re-cuts the units. Suppose a unit is quoted at NT$200 and each unit is divided into four. NAV per unit becomes NT$50, every holder ends up with four units for each one held, and total fund NAV is the same figure it was the day before. 0050, the big Taiwan 50 tracker, is the case most people are searching for, and its unit split followed this shape. Read the ratio and the effective dates off the fund company's own announcement, since secondhand summaries of a one-off event age badly. The US version of the same fund-level mechanic sits in ETF splits and reverse splits.

Where the authoritative announcement lives

Two venues carry it, in order. 公開資訊觀測站 (MOPS), the Market Observation Post System, holds the company's own filings: the board decision, the shareholders' meeting resolution, the new par value, and the base date. The exchange notice follows, from the TWSE for listed names or TPEx for over-the-counter ones, and that notice carries the record-transfer suspension window and the first day the adjusted quote applies. A fund's unit split appears in the investment trust company's announcement alongside an exchange notice, with no shareholder vote anywhere in the chain. Anything in a news roundup is downstream of those documents. When a date matters to a position, read the filing.

How the Taiwan timeline differs from a US ex-split date

In the US, one date does the work. On the ex-split date the position multiplies and the quote divides overnight, a sequence our page on when a stock split takes effect walks step by step.

Taiwan hangs the same event on a base date (基準日) with two extra steps around it. First, the 停止過戶期間, a record-transfer suspension window: the shareholder register closes for a few days while the registrar settles who holds what. Second, the share re-issue (換發新股票), where the old share line is retired and the new one delivered. For dematerialized holdings that is a book-entry adjustment at the central depository, invisible apart from the date it lands on, though the physical certificate exchange the step is named after still reaches some holders. Trading in the old line pauses for the changeover and resumes on an adjusted reference price. Taiwan's 10 percent daily price limit is measured from that adjusted reference, not from the pre-split print.

What split ratios look like in practice

A Taiwan filing states the change as a pair of par values, NT$10 to NT$1, and leaves the multiplier implied. The panel below counts US-listed forward splits by ratio over the last six complete calendar years, where the per-share arithmetic is identical to Taiwan's.

QueryForward split ratios on US listings, last six complete years
The exact SQL behind every number
SELECT
    ratio_label,
    count() AS splits
FROM
(
    SELECT DISTINCT
        ticker,
        execution_date,
        concat(
            toString(round(toFloat64(split_to), 2)),
            '-for-',
            toString(round(toFloat64(split_from), 2))
        ) AS ratio_label
    FROM global_markets.stocks_splits
    WHERE execution_date >= subtractYears(toStartOfYear(today()), 6)
      AND execution_date <  toStartOfYear(today())
      AND toFloat64(split_to) > toFloat64(split_from)
      AND ticker NOT IN ('SPCX')
)
GROUP BY ratio_label
ORDER BY splits DESC, ratio_label
LIMIT 10
Run this yourself

2-for-1 leads the sample at 369 splits, across the 10 most-used ratios shown. Small multipliers dominate the list. A par-value cut from NT$10 to NT$1 is a 10-for-1 in this vocabulary, sitting at the aggressive end of that distribution, which is the arithmetic a fixed NT$10 par value convention produces once a share price has compounded for years.

Forward splits and reverse splits point opposite ways

The ratio can also run backwards. A reverse split, reached in Taiwan through 減資 (a capital reduction) or a share consolidation, cuts the share count and lifts the quoted price by the same factor. Both directions appear every year.

QueryForward and reverse splits by year, US listings
The exact SQL behind every number
SELECT
    toString(toYear(execution_date))                     AS year,
    countIf(toFloat64(split_to) > toFloat64(split_from)) AS forward_splits,
    countIf(toFloat64(split_to) < toFloat64(split_from)) AS reverse_splits
FROM
(
    SELECT DISTINCT
        ticker,
        execution_date,
        split_from,
        split_to
    FROM global_markets.stocks_splits
    WHERE execution_date >= subtractYears(toStartOfYear(today()), 6)
      AND execution_date <  toStartOfYear(today())
      AND ticker NOT IN ('SPCX')
)
GROUP BY year
ORDER BY year
Run this yourself

In 2025, the most recent complete year here, US-listed names executed 429 forward splits and 1037 reverse splits. Neither count says anything about value on its own: a holder's fraction of the company is identical the day after either one. For splits that have already taken effect, see recent stock splits.

Why Taiwan's 1,000-share unit changes the feel of a split

Taiwan trades in 交易單位 of 1,000 shares, one 張. A quote of NT$500 puts the ticket for a single unit at NT$500,000. The US board lot is 100 shares by convention and brokers fill any size, so the same headline price scales very differently in the two markets. The panel prices one 1,000-share unit for familiar US-listed names at their latest closes, in thousands of dollars.

QueryCost of one 1,000-share trading unit, thousands of US dollars
The exact SQL behind every number
SELECT
    ticker,
    round(toFloat64(argMax(close, date)) * 1000 / 1e3, 1)      AS lot_cost_usd_k,
    round(toFloat64(argMax(close, date)) * 1000 / 10 / 1e3, 1) AS after_10_for_1_usd_k
FROM global_markets.stocks_daily_aggs
WHERE ticker IN ('AAPL', 'KO', 'MSFT', 'NVDA', 'SPY')
  AND date >= today() - 20
GROUP BY ticker
ORDER BY lot_cost_usd_k DESC
Run this yourself

Across the panel's 5 names, one 1,000-share unit of SPY runs about 777.1 thousand dollars, the largest ticket in the group, while the smallest, KO, comes to roughly 87.2 thousand. Put that first name through a 10-for-1 and the unit costs about 77.7 thousand instead. There is the accessibility argument in one line: the unit gets smaller, and the value of what a holder already owns sits exactly where it did.

Taiwan also runs 零股交易, odd-lot trading below the 1,000-share unit, in a session that overlaps regular hours and again in a window after the 1:30 p.m. close. Odd lots take the edge off a large unit price, at wider spreads and thinner periodic matching than the main board.

股票分割後會跌嗎 (does the price fall after a split?)

The lower number on the screen is the split itself. A holder with 1,000 shares at NT$500 has NT$500,000 of stock; after a 10-for-1 the same holder has 10,000 shares at NT$50, still NT$500,000. Nothing entered the position and nothing left it. The morning quote is the reference price divided by ten.

The trap is the comparison. Charting a post-split quote against a pre-split quote shows a 90 percent collapse that never happened, and adjusted price history exists to erase that artifact. Any real move after the base date is ordinary trading measured against the adjusted reference. A lower unit price also does not make a share cheap in the sense that matters, since earnings and assets per share divide by the same factor the price did.

Data notes and scope

The two split panels cover the last six complete calendar years, ending before January 1 of the current year, and count one row per ticker and effective date. Forward and reverse are separated by the direction of the ratio. The unit-cost panel takes each name's most recent daily close inside a 20-day window, multiplies by 1,000 shares, and reports thousands of US dollars. Taiwan par-value changes and ETF unit splits are checked case by case in the MOPS filing and the matching exchange notice, which is the verification to run before quoting a specific ratio or date.

FAQ

Does a Taiwan stock split change the value of my holding?

No. A 面額變更 multiplies the share count and divides the price per share by the same factor, and an ETF unit split divides NAV per unit while total fund NAV holds. The value of the position on the base date is arithmetically unchanged.

What is the difference between 面額變更 and 單位數分割?

A 面額變更 is a company action: par value on each share changes, the articles of incorporation are amended, and shareholders vote. A 單位數分割 is a fund action: the investment trust company re-cuts units of an ETF, with no vote and no change to the assets held.

Where do I check a Taiwan split announcement?

Start at 公開資訊觀測站 (MOPS) for the company filing, then read the TWSE or TPEx corporate-action notice for the record-transfer suspension window and the first adjusted trading day. Fund unit splits appear in the manager's announcement plus the exchange notice.

Can I buy fewer than 1,000 shares after a split?

Yes. Odd-lot trading (零股交易) handles quantities below the 1,000-share unit, both in a session overlapping regular hours and in a window after the close. Matching there is periodic and spreads are typically wider than on the main board.

Does an ETF unit split change the size of the fund?

No. The number of units rises and NAV per unit falls by the same factor, so total fund NAV is the same figure before and after. Only the denominator moves.


Every panel above ships with the SQL that produced it, expand one to see how each count was taken. To pull split history for a specific name or period, ask for it in plain English on the Strasmore terminal.