Realty Income (O) Equity Income (2021 - 2026)
Realty Income's (O) quarterly Equity Income came in at $2.2 million in Q2 2026, down 32.58% year-over-year from $3.3 million in Q2 2025, and down 17.42% quarter-over-quarter from $2.7 million in Q1 2026.
Realty Income (O) Equity Income (2021 - 2026) Analysis & Trends
Realty Income has disclosed Equity Income across 6 years of filings, most recently posting $2.2 million for Q2 2026.
- In Q2 2026, Equity Income fell 32.58% year-over-year to $2.2 million; the TTM figure through Jun 2026 stood at $10.6 million (down 29.8% YoY), while the FY2025 annual figure was $13.3 million, up 71.05% from the prior year.
- Equity Income came in at $2.2 million for Q2 2026 at Realty Income, down from $2.7 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $5.1 million in Q3 2024 to a low of -$6.6 million in Q2 2022.
- Average Equity Income over 5 years is $1.4 million, with a median of $2.2 million recorded in 2023.
- Year-over-year, Equity Income plunged 110.22% in 2022 and soared 1989.38% in 2023.
- Over 5 years, Equity Income stood at -$113000.0 in 2022, then soared by 1989.38% to $2.1 million in 2023, then rose by 10.21% to $2.4 million in 2024, then advanced by 11.52% to $2.6 million in 2025, then retreated by 16.01% to $2.2 million in 2026.
- Per Business Quant data, the three most recent Equity Income figures were $2.2 million in Q2 2026, $2.7 million in Q1 2026, and $2.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -17.97 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 147.47 Mn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 206.94 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 2.20 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 4.94 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | - |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 15.80 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | - |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | -2.32 Mn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -2.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.20 Mn |
| Mar 31, 2026 | 2.67 Mn |
| Dec 31, 2025 | 2.62 Mn |
| Sep 30, 2025 | 3.08 Mn |
| Jun 30, 2025 | 3.27 Mn |
| Mar 31, 2025 | 4.36 Mn |
| Dec 31, 2024 | 2.35 Mn |
| Sep 30, 2024 | 5.09 Mn |
| Jun 30, 2024 | 2.03 Mn |
| Mar 31, 2024 | -1.68 Mn |
| Dec 31, 2023 | 2.14 Mn |
| Jun 30, 2023 | 411,000.00 |
| Dec 31, 2022 | -113,000.00 |
| Sep 30, 2022 | -662,000.00 |
| Jun 30, 2022 | -6.63 Mn |
| Mar 31, 2022 | 954,000.00 |
| Dec 31, 2021 | 1.11 Mn |
Realty Income Equity Income API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=equity-income&ticker=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "ticker": "O", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-income&ticker=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();