Realty Income (O) Cash from Investing Activities (2009 - 2026)
Realty Income's (O) quarterly Cash from Investing Activities came in at -$2.4 billion in Q2 2026, down 111.67% year-over-year from $21.0 billion in Q2 2025, and up 5.05% quarter-over-quarter from -$2.6 billion in Q1 2026.
Realty Income (O) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Realty Income has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$2.4 billion for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 111.67% year-over-year to -$2.4 billion; the TTM figure through Jun 2026 stood at -$8.2 billion (down 71.99% YoY), while the FY2025 annual figure was -$5.7 billion, down 69.41% from the prior year.
- Cash from Investing Activities came in at -$2.4 billion for Q2 2026 at Realty Income, up from -$2.6 billion in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$388.8 million in Q1 2024 to a low of -$3.9 billion in Q4 2022.
- Average Cash from Investing Activities over 5 years is -$1.8 billion, with a median of -$1.6 billion recorded in 2022.
- Year-over-year, Cash from Investing Activities surged 78.27% in 2024 and slumped 237.86% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$3.9 billion in 2022, then advanced by 29.59% to -$2.7 billion in 2023, then soared by 34.78% to -$1.8 billion in 2024, then declined by 19.3% to -$2.1 billion in 2025, then retreated by 15.84% to -$2.4 billion in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$2.4 billion in Q2 2026, -$2.6 billion in Q1 2026, and -$2.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -5.27 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -362.01 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | -2.45 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -346.96 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -1.95 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | -128.27 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -802.93 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 133.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.45 Bn |
| Mar 31, 2026 | -2.58 Bn |
| Dec 31, 2025 | -2.11 Bn |
| Sep 30, 2025 | -1.08 Bn |
| Jun 30, 2025 | -1.16 Bn |
| Mar 31, 2025 | -1.31 Bn |
| Dec 31, 2024 | -1.77 Bn |
| Sep 30, 2024 | -537.30 Mn |
| Jun 30, 2024 | -645.11 Mn |
| Mar 31, 2024 | -388.81 Mn |
| Dec 31, 2023 | -2.72 Bn |
| Sep 30, 2023 | -1.99 Bn |
| Jun 30, 2023 | -2.97 Bn |
| Mar 31, 2023 | -1.68 Bn |
| Dec 31, 2022 | -3.86 Bn |
| Sep 30, 2022 | -1.61 Bn |
| Jun 30, 2022 | -1.50 Bn |
| Mar 31, 2022 | -1.42 Bn |
| Dec 31, 2021 | -2.83 Bn |
| Sep 30, 2021 | -1.58 Bn |
Realty Income Cash from Investing Activities 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=cash-from-investing-activities&ticker=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();