Warrant vs Call Option: Wetin be the difference?
Warrant na company dey issue am and e dey print new shares when you exercise. Call option na trader dey write am using existing shares. Check how dilution dey affect you.
Warrants and call options get the same main right: you fit buy stock for fixed price before fixed date. The difference dey for balance sheet. Listed call option, na another market participant write am and e dey settle with shares wey already exist. But warrant, na the company itself issue am. When person exercise warrant, e dey print new stock, e dey bring cash enter company, and e dey reduce the slice wey every existing holder get.
The payoff diagram dey look the same for both. If the option side of that sentence dey new to you, wetin be call option don explain am for simple English.
Wetin be the difference between warrant and call option?
Five differences dey for this page.
- Issuer: Listed call, na another trader write am, and Options Clearing Corporation dey stand for middle as counterparty for both sides of every open contract. Warrant, na the company wey get the stock issue am, and na that company be the counterparty.
- Dilution: If you exercise call, e dey move existing shares from the writer go the holder, and the total share count no dey change. If you exercise warrant, e dey create new shares wey no exist before that morning.
- Listing and terms: Listed calls dey follow one template: 100 shares per contract, with strike price and expiry wey exchange set. Warrant terms dey inside prospectus or warrant agreement, one document at a time, and the share ratio fit be anything wey the issuer write down.
- Expiry length: Listed equity options fit expire same day or reach multi-year contracts wey dem dey call LEAPS. Warrants usually dey last three to five years from the day dem issue am.
- Adjustment authority: After corporate action, clearing house dey restate listed contracts based on dia published rules without the holder doing anything. Warrant dey adjust only based on wetin e own anti-dilution clause talk.
Wetin dilution really look like?
Every quarter, company dey report two share counts. Basic shares outstanding na the stock wey dey exist. Diluted shares outstanding na that same stock plus the shares wey go exist if warrants, employee options, convertible notes and unvested awards all convert. The gap between the two na the overhang, and na the company dey publish am, no be outsider dey estimate am.
The exact SQL behind every number
SELECT
ticker,
round(avg(basic_m), 1) AS basic_shares_m,
round(avg(diluted_m), 1) AS diluted_shares_m,
round(100 * (avg(diluted_m) / avg(basic_m) - 1), 2) AS dilution_gap_pct
FROM
(
SELECT
t AS ticker,
period_end,
max(toFloat64(basic_shares_outstanding)) / 1e6 AS basic_m,
max(toFloat64(diluted_shares_outstanding)) / 1e6 AS diluted_m
FROM global_markets.stocks_income_statements
ARRAY JOIN tickers AS t
WHERE t IN ('AAPL', 'MSFT', 'NVDA', 'AMZN', 'TSLA', 'KO', 'F', 'PFE')
AND timeframe = 'quarterly'
AND period_end >= '2024-07-01'
AND basic_shares_outstanding > 0
AND diluted_shares_outstanding > 0
GROUP BY ticker, period_end
)
GROUP BY ticker
ORDER BY dilution_gap_pct DESCIf we average every quarter wey these eight don report since mid-2024, the widest gap belong to TSLA at 9.34%, wey be 3514.8 million diluted shares against 3214.7 million basic. The smallest one for the group, KO, dey at 0.25%. Mature companies dey keep the gap small. Small company wey fund itself by selling warrants fit carry overhang wey be large portion of its tradable stock, and na there the arithmetic for shares outstanding and market cap and wetin be stock float come dey important.
The share count no be constant
Buybacks dey reduce the count. Warrant and employee-award exercises dey increase am. The two reported counts dey move apart and come back together quarter after quarter, and the chart wey dey below show the full dilution story for one big company.
Between Mar 2023 and Dec 2025, the basic count move from 3166 million shares to 3225 million. For the latest quarter wey dey file, the diluted count dey at 3528 million, a gap of 9.4% over the basic figure. That gap cover every dilutive instrument wey the company don issue. Nothing wey call option holder do for market fit touch this chart, and na only the company fit add line to am.
Why listed calls get strike ladder but warrants no get?
Standardization na the quiet advantage of listed market. Exchange dey list grid of strikes for every expiry, every contract for the grid cover 100 shares, and clearing house dey guarantee performance for all of dem. The panel wey dey below count the distinct AAPL call contracts wey change hand for every live expiry over the past one and half week.
The exact SQL behind every number
SELECT
toString(expiration_date) AS expiry_date,
formatDateTime(expiration_date, '%b %e, %Y') AS expiry_label,
min(days_to_expiry) AS dte,
countDistinct(ticker) AS call_contracts
FROM global_markets.options_greeks
WHERE underlying_symbol = 'AAPL'
AND date >= today() - 10
AND date < today()
AND lower(option_type) IN ('call', 'c')
AND volume > 0
AND expiration_date >= today()
GROUP BY expiration_date
HAVING call_contracts >= 5
ORDER BY expiration_dateAAPL calls trade across 24 separate live expirations, from front expiry 1 days out wey carry 60 distinct contracts, reach Dec 15, 2028, 857 days away. DTE mean days to expiry, the calendar days wey remain for the contract. Warrant get one expiry and one exercise price, both fixed when dem issue am. No strike ladder dey and no exchange dey stand behind the terms.
Who dey adjust the terms when stock split?
Split na the cleanest test of adjustment authority, because e dey change share count without changing wetin anybody own. The panel list the most recent forward splits for the tape.
The exact SQL behind every number
SELECT
ticker,
formatDateTime(execution_date, '%b %e, %Y') AS effective_on,
concat(toString(toUInt32(any(split_to))), '-for-', toString(toUInt32(any(split_from)))) AS split_ratio,
round(toFloat64(any(split_to)) / toFloat64(any(split_from)), 2) AS shares_multiplier
FROM global_markets.stocks_splits
WHERE execution_date >= today() - 365
AND execution_date <= today()
AND split_from > 0
AND toFloat64(split_to) / toFloat64(split_from) >= 2
AND ticker NOT IN ('SPCX')
GROUP BY ticker, execution_date
ORDER BY execution_date DESC
LIMIT 12Those na the 12 most recent forward splits of two-to-one or larger for the past year, newest first. The latest one, TYOYY on Aug 12, 2026, multiply its share count by 16. Every holder's percentage of the company remain untouched. Warrant exercise dey move the same denominator and e dey change those percentages.
For listed option, clearing house dey restate every open contract when the split happen, and the holder no dey do anything; how stock splits affect options explain the restated strike and multiplier. For warrant, the anti-dilution clause for the warrant agreement dey control am, and na the issuer write that clause.
Wetin be cashless exercise?
Cash exercise mean say the holder go pay the exercise price to the company and collect one new share per warrant. Cash go enter and share count go rise by the full warrant count. Cashless, or net-share, exercise dey skip the payment entirely: the company go keep back the number of shares wey dia market value cover the exercise price, and deliver the rest.
Take hypothetical 1,000 warrants wey get strike price of $11.50 with stock at $23.00. Cash exercise go send $11,500 to the company and create 1,000 new shares. Cashless exercise go create 500 instead, because the 500 shares wey dem withhold dey worth $11,500 for that price and e don settle the bill. Half the dilution, and no cash involve.
SPAC warrants and the redemption trigger
Most people wey don hold warrant meet am through blank-check merger. Special purpose acquisition company dey sell units, and each unit dey split into share plus fraction of warrant wey go become exercisable once the merger close. The common template give that warrant $11.50 exercise price and five-year life.
The clause wey you need read na the redemption trigger. Under the usual terms, the company fit call the warrants at $0.01 each once the stock don close above $18.00 for 20 trading days inside 30-day window, and holder wey ignore the call notice go collect one penny per warrant. Listed calls no get anything like that. No issuer fit call listed contract away from its owner.
FAQ
Warrants and call options be the same thing?
No. Both give right to buy stock for set price before set date, and the payoff look alike, but the issuer different. Warrant come from the company and e dey create new shares when you exercise am, while listed call come from another market participant and e dey deliver shares wey already exist.
Exercising warrant dey dilute existing shareholders?
Yes. New shares dey issued, the total share count dey rise, and each existing share come represent smaller fraction of the company. Exercising listed call no dey do that, because those shares come from whoever write the contract.
Why warrants dey last longer pass most listed options?
Issuer dey set warrant length for the warrant agreement, and three to five years na common choice. Listed options dey limited to the expirations wey exchange choose to list, wey reach roughly two to three years out for LEAPS series.
Wetin dey happen to warrant when company split its stock?
The anti-dilution clause for the warrant agreement dey decide, and e usually dey adjust both the exercise price and the number of shares wey each warrant fit buy. No exchange memo or clearing house restatement dey behind am, so the document na the only place wey you fit check.
Every panel wey dey above come with the SQL wey produce am. Change the ticker for any of dem and ask the same question for Strasmore terminal.