Strasmore Research
Learn Matt ConnorBy Matt Connor

What Is Dividend Yield? What's Normal in 2026

Dividend yield is annual dividends per share divided by price. Market-wide records show the median payer's yield in 2026 — and where the outliers begin.

Dividend yield is a stock's annual dividend per share divided by its share price, expressed as a percentage. A company paying $2.00 a year on a $50 stock yields 4%. It is the single most quoted income statistic in investing, and also one of the most misread — a ratio with two moving parts, where the denominator moves every trading day. This page defines it precisely, then puts real market-wide numbers on the question the textbooks skip: what does a normal yield actually look like right now?

How is dividend yield calculated?

Annual dividends per share ÷ current share price × 100. The subtlety is the numerator. Trailing yield sums the dividends actually paid over the last twelve months; forward yield annualizes the most recently declared payment (quarterly payment × 4). The two differ whenever a company has raised, cut, or paused its dividend inside the year — and data sources differ on which they quote, which explains many of the mismatched yields you see between websites. The figures below are the trailing convention, computed from filed dividend records and daily prices.

Familiar names, measured as of July 10, 2026:

QueryTrailing dividend yields — eight household names as of July 10, 2026
The exact SQL behind every number
SELECT ticker,
       round(argMax(dividend_yield, date) * 100, 2) AS dividend_yield_pct,
       round(argMax(price, date), 2) AS share_price
FROM global_markets.stocks_ratios
WHERE ticker IN ('VZ', 'T', 'KO', 'JNJ', 'XOM', 'MSFT', 'AAPL', 'NVDA')
  AND date >= '2026-07-06' AND date <= '2026-07-10'
  AND dividend_yield IS NOT NULL
GROUP BY ticker
ORDER BY dividend_yield_pct DESC

The spread across just eight blue-chip tickers runs from VZ at 6.56% down to NVDA at 0.02% — the giant technology names sit near the bottom not from stinginess but from arithmetic: their prices have grown much faster than their payouts. A high yield and a good investment are different claims entirely.

What is a normal dividend yield in 2026?

Here is the distribution most articles never show. Across every US-listed name with a $1 billion-plus market capitalization and a share price of at least $5:

QueryDividend yield across the US market — $1B+ market cap, $5+ share price, as of July 10, 2026
The exact SQL behind every number
SELECT count() AS companies,
       countIf(dividend_yield > 0) AS dividend_payers,
       round(100 * countIf(dividend_yield > 0) / count(), 1) AS payer_pct,
       round(quantileDeterministicIf(0.5)(dividend_yield * 100, cityHash64(ticker), dividend_yield > 0), 2) AS median_payer_yield_pct,
       round(quantileDeterministicIf(0.9)(dividend_yield * 100, cityHash64(ticker), dividend_yield > 0), 2) AS p90_payer_yield_pct,
       countIf(dividend_yield * 100 >= 8) AS yields_8pct_plus
FROM global_markets.stocks_ratios
WHERE date = '2026-07-10'
  AND price >= 5
  AND market_cap >= 1000000000

Of 2085 such companies, 126760.8% — pay a dividend at all. Among the payers, the median yield is 2.03%, and reaching the top tenth of payers takes just 5.77%. Only 72 names in this universe yield 8% or more. Calibrate against that: a "high" yield is anything meaningfully above 2.03%, and an 8%+ figure is a statistical outlier that deserves a hard look, not a celebration.

The hard look is the two-moving-parts problem. Yield = dividend ÷ price, and the market updates the price continuously. A yield can double without the company adding a cent to its payout — the price falling in half does it alone. The tallest yields in any screen are a mix of genuinely generous payers and stocks whose prices have collapsed while a soon-to-be-reviewed dividend is still on the books. The ratio cannot tell you which is which; the price chart and the payout history can.

How often do dividends arrive?

Yield is quoted annually but paid in installments. The payment calendar for the first half of 2026, across every recurring cash dividend on record:

QueryRecurring cash dividends by payment schedule — H1 2026, all US-listed payers
The exact SQL behind every number
SELECT multiIf(frequency = 4, 'quarterly',
               frequency = 12, 'monthly',
               frequency = 2, 'semi-annual',
               frequency = 1, 'annual',
               'other') AS schedule,
       uniqExact(ticker) AS tickers,
       count() AS payments
FROM global_markets.stocks_dividends
WHERE ex_dividend_date >= '2026-01-01'
  AND ex_dividend_date <= '2026-06-30'
  AND distribution_type = 'recurring'
  AND cash_amount > 0
GROUP BY schedule
ORDER BY tickers DESC

Quarterly is the US standard — 4621 tickers paid on that schedule in the half — while monthly payers (mostly funds and income vehicles) generate the most individual payments per ticker. Semi-annual and annual schedules are largely the signature of foreign companies whose US-listed shares follow their home-market customs. Each payment runs through the same date machinery: you must own the stock before its ex-dividend date to receive the payment. The ex-dividend date guide walks through that timeline, and record date vs ex-dividend date untangles the two dates people confuse.

One vocabulary note for fund investors: fund fact sheets often quote a "distribution yield" (the latest payout annualized) or an "SEC yield" (a standardized 30-day income calculation), and either can differ noticeably from the trailing dividend yield defined here. The label matters as much as the number — always check which formula a quoted yield is using before comparing it to another source's figure.

ETFs pay too, on the same machinery. SPY's 2026 payments so far:

QuerySPY dividend payments, first half of 2026
The exact SQL behind every number
SELECT toString(ex_dividend_date) AS ex_date,
       toString(pay_date) AS pay_date,
       round(cash_amount, 4) AS per_share_usd
FROM global_markets.stocks_dividends
WHERE ticker = 'SPY'
  AND ex_dividend_date >= '2026-01-01'
  AND ex_dividend_date <= '2026-06-30'
ORDER BY ex_dividend_date

Two quarterly distributions — 2 payments, the latest $1.9035 per share with ex-date 2026-06-18. Dividend dollars are also why "the price went nowhere" understates an income stock's year: total return counts both moves. How monthly returns are measured shows the price-versus-total-return arithmetic on real numbers.

Dividend yield FAQ

What is a good dividend yield?

There is no universally good number, but there is a distribution to calibrate against: among US payers over $1 billion in market cap, the median trailing yield was 2.03% as of July 10, 2026, and only 72 names yielded 8% or more. Yields far above the pack are as often a fallen price as a generous payout — the ratio alone cannot distinguish the two.

Why did a stock's dividend yield suddenly jump?

Check the price first. Yield is dividend ÷ price, so a falling share price raises the yield with no change in the payout. A jump can also follow a genuine dividend increase — the payout history, not the ratio, says which happened.

How often are dividends paid in the US?

Quarterly dominates: 4621 tickers paid quarterly in the first half of 2026. Monthly schedules are common among funds and income-focused vehicles, and many foreign listings pay semi-annually or annually.

Do I get the dividend if I buy right before it's paid?

You must buy before the ex-dividend date — buying on or after it means the seller keeps the upcoming payment, whatever the pay date says. The full timeline is in the ex-dividend date guide.

Is a stock's dividend guaranteed?

No. Dividends are declared by the board each period and can be raised, cut, or suspended at any time. A quoted yield is a snapshot of the current payout against the current price, not a promise about the next one.


Every figure above is a stored, versioned query over filed dividend records and daily prices — expand any panel's SQL, or screen the full market by yield on the Strasmore terminal.

#dividends#dividend yield#income investing#fundamentals