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

Stock Splits vs Fractional Shares Explained

Fractional shares let you buy 0.01 of a share, so why do stock splits still matter? The honest answer on options, index weighting, lending and settlement.

Stock splits vs fractional shares comes down to one distinction: a fractional share is an entry in your broker's own books, and a stock split is a corporate action that changes the security itself. Your broker can sell you 0.01 of a share, and that fraction never leaves the broker's ledger. A split re-cuts every share outstanding, every listed option contract, and the index math that carries the name. What a stock split actually does covers the corporate action end to end. This page answers the newer question: with fractions available at almost every retail broker, what is left for a split to do?

Stock splits vs fractional shares, side by side

Four things a split changes that a fractional position leaves untouched.

  • Listed equity options carry a fixed 100 share deliverable. No broker slices a contract into hundredths.
  • Price weighted indices read the share price straight off the tape, so a split changes how much of the index a member occupies.
  • Share lending programs and proxy voting run on whole shares registered through the depository.
  • A split is executed at the transfer agent and settles market wide. A fraction exists only inside one broker's internal records.

Here is the falsifiable version of the claim, and you can check it yourself. Splits persist for contract plumbing and index plumbing. The affordability argument in the press release is the part that fractional trading already solved. Pull up any recent split announcement, list the reasons the company states, and mark which of them a fractional share program could have delivered on its own.

Which stocks have split recently?

The panel below lists forward splits over the past three years at names that averaged at least a million shares a day, most recent first.

QueryForward stock splits at liquid US names, past three years
The exact SQL behind every number
SELECT
    s.ticker                                                    AS ticker,
    formatDateTime(s.execution_date, '%b %e, %Y')               AS effective_on,
    round(toFloat64(s.to_factor) / toFloat64(s.from_factor), 2) AS shares_multiplier
FROM
(
    SELECT
        ticker,
        execution_date,
        any(split_from) AS from_factor,
        any(split_to)   AS to_factor
    FROM global_markets.stocks_splits
    WHERE execution_date >= today() - 1095
      AND execution_date <= today()
      AND ticker NOT IN ('SPCX')
    GROUP BY ticker, execution_date
    HAVING to_factor >= 2 * from_factor
) AS s
INNER JOIN
(
    SELECT
        ticker,
        avg(volume) AS adv,
        avg(close)  AS avg_close
    FROM global_markets.stocks_daily_aggs
    WHERE date >= today() - 1125
    GROUP BY ticker
    HAVING adv > 1000000 AND avg_close > 5
) AS liq ON liq.ticker = s.ticker
ORDER BY s.execution_date DESC
LIMIT 12
Run this yourself

12 splits sit in that view. The most recent is MNST, effective Aug 11, 2026, turning one old share into 2 new ones. A split multiplies the share count and divides the price by the same ratio, and the arithmetic leaves the size of the company alone. Upcoming stock splits tracks the ones still ahead, and does a stock go up after a split measures what the tape did in the sessions afterwards.

Why an options contract cannot be fractionalized

A standard listed equity option delivers 100 shares of the underlying. That multiplier is written into the contract specification, and one contract is the smallest unit the options market trades. The broker that will sell you 0.01 of a share will not sell you 0.01 of a call, and no venue exists on which such an order could be routed or cleared.

Take a hypothetical share price of $1,200. One at the money call controls $120,000 of stock, and the premium scales with that notional. After a ten for one split the same exposure arrives in ten pieces of $12,000 each, and a trader can size a position in tenths of what was previously the floor. The strike ladder is re-listed as well, at intervals suited to the new price, so the grid of available strikes gets finer relative to the share price.

Contracts already open at the moment of a split are adjusted rather than cancelled. The clearing house re-cuts them on the split ratio: a whole number ratio typically multiplies the contract count and divides the strike, while an uneven ratio leaves one contract holding an adjusted deliverable. Adjusted option contracts walks through the same machinery when the corporate action is a merger instead.

The panel below pins a real example. It tracks NVDA contracts with 20 to 45 days left to expiry across the sessions either side of the June 2024 split, with the average strike traded next to the share price.

QueryNVDA strike ladder and share price across its June 2024 split
The exact SQL behind every number
SELECT
    date                                       AS date,
    formatDateTime(date, '%b %e, %Y')          AS session_label,
    round(avg(toFloat64(underlying_close)), 2) AS share_price,
    round(avg(toFloat64(strike_price)), 2)     AS avg_strike_traded,
    count()                                    AS traded_contract_count
FROM global_markets.options_greeks
WHERE underlying_symbol = 'NVDA'
  AND date >= '2024-06-03'
  AND date <= '2024-06-14'
  AND volume > 0
  AND iv_converged = 1
  AND days_to_expiry BETWEEN 20 AND 45
GROUP BY date
ORDER BY date
Run this yourself

On Jun 3, 2024 the average strike among those contracts sat at $1089.37, against a share price of $1154. By Jun 14, 2024 the same measurement reads $119.05 against $131.25. The whole ladder moved with the stock in a single step on the effective date. A fractional share position has no equivalent event and needs no equivalent adjustment.

What a split does to a price weighted index

The Dow Jones Industrial Average is price weighted: a member's influence is its share price divided by the sum of all member prices, with a divisor that keeps the index level continuous across corporate actions. A member that splits ten for one runs the same business the next morning and occupies a tenth of its former weight.

QueryPrice weighting across ten large US names, latest close
The exact SQL behind every number
SELECT
    ticker,
    share_price,
    round(100 * share_price / sum(share_price) OVER (), 1) AS index_weight_pct
FROM
(
    SELECT
        ticker,
        round(toFloat64(argMax(close, date)), 2) AS share_price
    FROM global_markets.stocks_daily_aggs
    WHERE ticker IN ('AAPL', 'CAT', 'GS', 'HD', 'JPM', 'KO', 'MSFT', 'NVDA', 'UNH', 'V')
      AND date >= today() - 20
    GROUP BY ticker
)
ORDER BY share_price DESC
Run this yourself

If those ten names alone formed a price weighted index, GS at $1042.53 would occupy 23.3% of it, against 1.9% for KO at $87.35. The gap between those two weights is the gap between two share prices. Revenue, profit and share count never enter the calculation.

Two things follow. A very high priced addition would occupy an outsized slice of a price weighted index from its first day, and such indices have historically favored members in a moderate price range. NVDA's 2024 split also preceded its addition to the Dow later the same year. Fractional shares stay invisible to all of it, since the index reads the quoted price and never anyone's position size.

Lending and voting on a fractional share

A fractional position is a claim on your broker, recorded in the broker's books. The whole shares behind it sit in street name at the depository, which settles in whole shares only. Several everyday features follow from that.

  • Fully paid lending programs lend whole shares, so a holding under one share is generally not lendable. Fully paid securities lending covers how the whole share version pays.
  • Proxy votes are allocated per share, and brokers commonly pass no vote through on a fractional holding.
  • Fractions usually cannot move in kind to another broker. A transfer request commonly sells the fraction for cash and moves the whole shares.
  • Cash dividends are paid pro rata on the fraction, rounded to the cent.

A split leaves all four intact. The ten shares you hold after a ten for one split are the same registered security as the one share you held before, lendable and transferable in the ordinary way. A fraction is a smaller claim on that same security, and it is smaller in rights as well as in size.

How fractional orders reach the tape

A fractional order does not print to the consolidated tape as a fraction. The broker resolves the fraction internally against its own inventory, and what reaches the public feed is whole share sized. The panel below counts AAPL prints at each size from one to ten shares across a single pinned session.

QueryAAPL prints by trade size, one to ten shares, June 10 2026 session
The exact SQL behind every number
SELECT
    toUInt32(size) AS shares_per_print,
    count()        AS prints
FROM global_markets.stocks_trades
WHERE ticker = 'AAPL'
  AND sip_timestamp >= toDateTime('2026-06-10 13:30:00', 'UTC')
  AND sip_timestamp <  toDateTime('2026-06-10 20:00:00', 'UTC')
  AND size BETWEEN 1 AND 10
GROUP BY shares_per_print
ORDER BY shares_per_print
Run this yourself

Prints of 1 share numbered 76797 in that session, against 20422 prints of 10 shares. The single share print is routine on the modern tape. The size field on that feed carries whole shares, which is why a fraction has to be resolved somewhere before anything prints at all. How fractional shares reach the tape follows the reporting path in full.

Panel scopes and caveats
  • The splits panel covers forward splits only, at names averaging at least a million shares a day over the window, and it refreshes on each run.
  • The NVDA panel is pinned to fixed 2024 dates, so its numbers do not move. It filters to contracts that traded, with converged implied volatility and 20 to 45 days to expiry.
  • The price weighting example uses ten large US names as a stand in for an index. It demonstrates the arithmetic of price weighting and is not a published index weight.
  • The tape panel covers one ticker across one pinned regular session.

FAQ

If I can buy fractional shares, why do companies still split their stock?

A split reaches things a fraction cannot: the fixed 100 share option deliverable, and a name's weight inside any price weighted index. Affordability is the reason most often stated in the announcement, and it is also the reason fractional trading already addressed.

Can you buy a fraction of an options contract?

No. A listed US equity option covers 100 shares and trades in whole contracts. Fractional trading at a broker applies to shares, and the options market has no equivalent book entry.

What happens to my fractional shares in a stock split?

The fraction multiplies by the split ratio like any whole position. A 0.4 share holding in a ten for one split becomes 4 shares. Timing around the record and payable dates is handled with due bills, and due bills and stock splits covers that window.

Can you vote or lend fractional shares?

Generally no on both counts. Proxy votes are counted per whole share and most brokers pass none through on a fraction, and fully paid lending programs lend in whole shares. Dividends are the exception: they are paid pro rata on the fractional amount.


Every panel above ships with the SQL that produced it, so open one and swap the ticker or the dates to test the same idea on another split. To ask the question in plain English instead, run it on the Strasmore terminal.