STRASMORE/EXPLORE 2,170 QUERIES

Large equity REITs: dividend as a percent of earnings per share, latest snapshot

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 REIT Payout Ratio: FFO vs EPS Explained.

as of ranking 11×3read in context →
Large equity REITs: dividend as a percent of earnings per share, latest snapshot — 11 rows by 3 columns, computed from US exchange, SIP and OPRA data.
tickereps_payout_ratio_pctdividend_yield_pct
VTR359.81.98
O238.15.05
IRM237.22.72
MAA189.64.78
WELL132.51.2
PSA126.43.87
KIM123.34.44
NNN118.25.13
PLD100.33.15
FRT95.34
SPG72.44.7
Rows × columns
11 × 3
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 Large equity REITs: dividend as a percent of earnings per share, latest snapshot, derived from the stored result.
ColumnTypeRangeNotes
ticker text 11 distinct values (FRT, IRM, KIM…)
eps_payout_ratio_pct number 72.4 to 359.8 percent
dividend_yield_pct number 1.2 to 5.13 percent

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,
       round(toFloat64(argMax(dividend_yield * price / earnings_per_share, date)) * 100, 1) AS eps_payout_ratio_pct,
       round(toFloat64(argMax(dividend_yield, date)) * 100, 2) AS dividend_yield_pct
FROM global_markets.stocks_ratios
WHERE ticker IN ('O','SPG','PLD','PSA','AVB','EQR','VTR','WELL','KIM','FRT','NNN','MAA','ARE','IRM')
  AND date = (SELECT max(date) FROM global_markets.stocks_ratios)
  AND dividend_yield > 0
  AND earnings_per_share > 0
GROUP BY ticker
ORDER BY eps_payout_ratio_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 analysisREIT Payout Ratio: FFO vs EPS Explained
Dividend as a percent of EPS: large equity REITs against every other US dividend payer ranking 2×4 Realty Income (O): monthly dividend per share, January 2021 to the latest declared payment series 64×3 Year-end dividend rate against twelve months earlier: how many large REITs raised or lowered table 9×5 Monthly payers in the dividend record, by completed calendar year ranking 21×3 Recurring cash payments per ticker over the trailing year - where the monthly band sits ranking 7×4 Illustrative year: the reconciliation behind the coverage test (hypothetical manufacturer, $ millions) ranking 6×2 See all 2,170 queries →