{"slug":"schd-vs-voo-dividend-yield","qid":"index_leaders_vs_screen","label":"Latest dividend yield: index heavyweights beside dividend-screen staples","post_title":"SCHD vs VOO: Why the Dividend Yields Differ","post_url":"/blog/schd-vs-voo-dividend-yield#q-index_leaders_vs_screen","columns":["ticker","cohort","dividend_yield_pct","annual_dividend_usd"],"rows":[{"ticker":"VZ","cohort":"Dividend screen staples","dividend_yield_pct":5.69,"annual_dividend_usd":2.8},{"ticker":"PEP","cohort":"Dividend screen staples","dividend_yield_pct":4.03,"annual_dividend_usd":5.73},{"ticker":"CVX","cohort":"Dividend screen staples","dividend_yield_pct":3.5,"annual_dividend_usd":7.2},{"ticker":"KO","cohort":"Dividend screen staples","dividend_yield_pct":2.84,"annual_dividend_usd":2.57},{"ticker":"ABBV","cohort":"Dividend screen staples","dividend_yield_pct":2.59,"annual_dividend_usd":6.78},{"ticker":"MRK","cohort":"Dividend screen staples","dividend_yield_pct":2.26,"annual_dividend_usd":3.37},{"ticker":"MSFT","cohort":"S&P 500 top weights","dividend_yield_pct":0.74,"annual_dividend_usd":3.56},{"ticker":"META","cohort":"S&P 500 top weights","dividend_yield_pct":0.39,"annual_dividend_usd":2.13},{"ticker":"AAPL","cohort":"S&P 500 top weights","dividend_yield_pct":0.34,"annual_dividend_usd":1.06},{"ticker":"GOOGL","cohort":"S&P 500 top weights","dividend_yield_pct":0.25,"annual_dividend_usd":0.85},{"ticker":"NVDA","cohort":"S&P 500 top weights","dividend_yield_pct":0.02,"annual_dividend_usd":0.04},{"ticker":"AMZN","cohort":"S&P 500 top weights","dividend_yield_pct":0,"annual_dividend_usd":0}],"shape":"ranking","sql":"SELECT ticker,\n       any(if(ticker IN ('NVDA', 'MSFT', 'AAPL', 'AMZN', 'META', 'GOOGL'),\n              'S&P 500 top weights', 'Dividend screen staples')) AS cohort,\n       round(argMax(ifNull(dividend_yield, 0), date) * 100, 2) AS dividend_yield_pct,\n       round(argMax(ifNull(dividend_yield, 0) * price, date), 2) AS annual_dividend_usd\nFROM global_markets.stocks_ratios\nWHERE ticker IN ('NVDA', 'MSFT', 'AAPL', 'AMZN', 'META', 'GOOGL',\n                 'KO', 'PEP', 'CVX', 'MRK', 'ABBV', 'VZ')\n  AND date = (SELECT max(date) FROM global_markets.stocks_ratios)\nGROUP BY ticker\nORDER BY dividend_yield_pct DESC","computed_at":"2026-08-22T04:18:53.474490+00:00","elapsed":0.02222834}