Realty Income (O) Other Non Operating Income (2017 - 2026)
Realty Income's (O) quarterly Other Non Operating Income came in at -$43.6 million in Q2 2026, down 38.41% year-over-year from -$70.7 million in Q2 2025, and down 190.11% quarter-over-quarter from $48.3 million in Q1 2026.
Realty Income (O) Other Non Operating Income (2017 - 2026) Analysis & Trends
Realty Income has disclosed Other Non Operating Income across 10 years of filings, most recently posting -$43.6 million for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 38.41% year-over-year to -$43.6 million; the TTM figure through Jun 2026 stood at $28.1 million (up 181.03% YoY), while the FY2025 annual figure was $29.4 million, up 24.62% from the prior year.
- Other Non Operating Income came in at -$43.6 million for Q2 2026 at Realty Income, down from $48.3 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $53.8 million in Q4 2024 to a low of -$50.2 million in Q4 2023.
- Average Other Non Operating Income over 5 years is $3.3 million, with a median of $6.1 million recorded in 2023.
- Year-over-year, Other Non Operating Income tumbled 742.35% in 2024 and jumped 554.89% in 2026.
- Over 5 years, Other Non Operating Income stood at -$22.0 million in 2022, then plunged by 128.37% to -$50.2 million in 2023, then soared by 207.13% to $53.8 million in 2024, then plunged by 90.96% to $4.9 million in 2025, then plunged by 994.99% to -$43.6 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$43.6 million in Q2 2026, $48.3 million in Q1 2026, and $4.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -43.55 Mn |
| Mar 31, 2026 | 48.33 Mn |
| Dec 31, 2025 | 4.87 Mn |
| Sep 30, 2025 | 18.49 Mn |
| Jun 30, 2025 | -31.46 Mn |
| Mar 31, 2025 | -10.63 Mn |
| Dec 31, 2024 | 53.83 Mn |
| Sep 30, 2024 | -46.47 Mn |
| Jun 30, 2024 | 7.32 Mn |
| Mar 31, 2024 | 8.92 Mn |
| Dec 31, 2023 | -50.25 Mn |
| Sep 30, 2023 | 7.24 Mn |
| Jun 30, 2023 | -6.41 Mn |
| Mar 31, 2023 | 2.73 Mn |
| Dec 31, 2022 | -22.00 Mn |
| Sep 30, 2022 | 41.91 Mn |
| Jun 30, 2022 | 33.45 Mn |
| Mar 31, 2022 | 43.69 Mn |
| Dec 31, 2021 | -46.40 Mn |
| Sep 30, 2021 | 16.85 Mn |
Realty Income Other Non Operating 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=other-non-operating-income&ticker=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();