Realty Income (O) Exchange Rate Effect (2019 - 2026)
Realty Income's (O) quarterly Exchange Rate Effect came in at -$1.6 million in Q2 2026, down 110.02% year-over-year from $16.2 million in Q2 2025, and up 58.59% quarter-over-quarter from -$3.9 million in Q1 2026.
Realty Income (O) Exchange Rate Effect (2019 - 2026) Analysis & Trends
Realty Income has disclosed Exchange Rate Effect across 8 years of filings, most recently posting -$1.6 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect fell 110.02% year-over-year to -$1.6 million; the TTM figure through Jun 2026 stood at -$12.7 million (down 168.44% YoY), while the FY2025 annual figure was $15.9 million, up 368.87% from the prior year.
- Exchange Rate Effect came in at -$1.6 million for Q2 2026 at Realty Income, up from -$3.9 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $61.5 million in Q4 2022 to a low of -$57.1 million in Q3 2022.
- Average Exchange Rate Effect over 5 years is $440166.7, with a median of -$1.2 million recorded in 2025.
- Year-over-year, Exchange Rate Effect tumbled 12731.25% in 2022 and soared 1810.94% in 2025.
- Over 5 years, Exchange Rate Effect stood at $61.5 million in 2022, then sank by 64.33% to $21.9 million in 2023, then slumped by 178.97% to -$17.3 million in 2024, then soared by 95.94% to -$703000.0 in 2025, then tumbled by 131.58% to -$1.6 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$1.6 million in Q2 2026, -$3.9 million in Q1 2026, and -$703000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 5.66 Mn |
| 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 | - | -1.63 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | - |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -846,000.00 |
| 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 | -210,000.00 |
| 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 | -1.63 Mn |
| Mar 31, 2026 | -3.93 Mn |
| Dec 31, 2025 | -703,000.00 |
| Sep 30, 2025 | -6.40 Mn |
| Jun 30, 2025 | 16.24 Mn |
| Mar 31, 2025 | 6.74 Mn |
| Dec 31, 2024 | -17.33 Mn |
| Sep 30, 2024 | 12.85 Mn |
| Jun 30, 2024 | 850,000.00 |
| Mar 31, 2024 | -2.28 Mn |
| Dec 31, 2023 | 21.94 Mn |
| Sep 30, 2023 | -18.99 Mn |
| Jun 30, 2023 | 7.53 Mn |
| Mar 31, 2023 | 13.55 Mn |
| Dec 31, 2022 | 61.50 Mn |
| Sep 30, 2022 | -57.06 Mn |
| Jun 30, 2022 | -18.89 Mn |
| Mar 31, 2022 | -6.06 Mn |
| Dec 31, 2021 | 23.79 Mn |
| Sep 30, 2021 | -2.68 Mn |
Realty Income Exchange Rate Effect 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=exchange-rate-effect&ticker=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();