STRASMORE/EXPLORE 2,170 QUERIES

Latest dividend yield: index heavyweights beside dividend-screen staples

Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-22, from SCHD vs VOO: Why the Dividend Yields Differ.

as of ranking 12×4read in context →
Latest dividend yield: index heavyweights beside dividend-screen staples — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
tickercohortdividend_yield_pctannual_dividend_usd
VZDividend screen staples5.692.8
PEPDividend screen staples4.035.73
CVXDividend screen staples3.57.2
KODividend screen staples2.842.57
ABBVDividend screen staples2.596.78
MRKDividend screen staples2.263.37
MSFTS&P 500 top weights0.743.56
METAS&P 500 top weights0.392.13
AAPLS&P 500 top weights0.341.06
GOOGLS&P 500 top weights0.250.85
NVDAS&P 500 top weights0.020.04
AMZNS&P 500 top weights00
Rows × columns
12 × 4
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for Latest dividend yield: index heavyweights beside dividend-screen staples, derived from the stored result.
ColumnTypeRangeNotes
ticker text 12 distinct values (AAPL, ABBV, AMZN…)
cohort text 2 distinct values
dividend_yield_pct number 0 to 5.69 percent
annual_dividend_usd number 0 to 7.2 US dollars

Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.

the exact SQL behind every number
SELECT ticker,
       any(if(ticker IN ('NVDA', 'MSFT', 'AAPL', 'AMZN', 'META', 'GOOGL'),
              'S&P 500 top weights', 'Dividend screen staples')) AS cohort,
       round(argMax(ifNull(dividend_yield, 0), date) * 100, 2) AS dividend_yield_pct,
       round(argMax(ifNull(dividend_yield, 0) * price, date), 2) AS annual_dividend_usd
FROM global_markets.stocks_ratios
WHERE ticker IN ('NVDA', 'MSFT', 'AAPL', 'AMZN', 'META', 'GOOGL',
                 'KO', 'PEP', 'CVX', 'MRK', 'ABBV', 'VZ')
  AND date = (SELECT max(date) FROM global_markets.stocks_ratios)
GROUP BY ticker
ORDER BY dividend_yield_pct DESC

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisSCHD vs VOO: Why the Dividend Yields Differ
Quarterly distributions per share: SCHD and VOO, 2025 Q1 through 2026 Q2 ranking 6×3 SCHD and VOO annualized dividend yield: twelve month-ends through July 2026 series 12×5 Trailing twelve-month distribution yield: dividend funds beside the S&P 500 tracker table 7×5 Monthly payers in the dividend record, by completed calendar year ranking 21×3 Trailing 12 month distribution rate, by fund family ranking 12×3 Distributions per year: monthly funds beside quarterly benchmarks ranking 12×3 See all 2,170 queries →