Welltower (WELL) Cash from Investing Activities (2009 - 2026)
Welltower's (WELL) quarterly Cash from Investing Activities came in at -$5.3 billion in Q2 2026, down 276.36% year-over-year from $3.0 billion in Q2 2025, and down 552.37% quarter-over-quarter from -$807.2 million in Q1 2026.
Welltower (WELL) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Welltower (WELL) has reported Cash from Investing Activities for 18 consecutive years, with -$5.3 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 276.36% year-over-year to -$5.3 billion in Q2 2026; TTM through Jun 2026 was -$13.2 billion, a 85.8% decrease from a year earlier, with the FY2025 full-year figure at -$10.5 billion, down 90.63% from the prior year.
- Cash from Investing Activities was -$5.3 billion for Q2 2026 at Welltower, down from -$807.2 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$393.4 million in Q2 2023 and troughed at -$5.5 billion in Q4 2025.
- A 5-year average of -$1.8 billion and a median of -$1.3 billion in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities soared 72.55% in 2022 and tumbled 649.86% in 2023, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$419.3 million in 2022, then plunged by 649.86% to -$3.1 billion in 2023, then increased by 29.86% to -$2.2 billion in 2024, then slumped by 147.35% to -$5.5 billion in 2025, then rose by 3.47% to -$5.3 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$5.3 billion (Q2 2026), -$807.2 million (Q1 2026), and -$5.5 billion (Q4 2025), per Business Quant data.
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 | -5.27 Bn |
| Mar 31, 2026 | -807.19 Mn |
| Dec 31, 2025 | -5.46 Bn |
| Sep 30, 2025 | -1.63 Bn |
| Jun 30, 2025 | -1.40 Bn |
| Mar 31, 2025 | -2.03 Bn |
| Dec 31, 2024 | -2.21 Bn |
| Sep 30, 2024 | -1.45 Bn |
| Jun 30, 2024 | -1.28 Bn |
| Mar 31, 2024 | -580.93 Mn |
| Dec 31, 2023 | -3.14 Bn |
| Sep 30, 2023 | -1.24 Bn |
| Jun 30, 2023 | -393.38 Mn |
| Mar 31, 2023 | -932.84 Mn |
| Dec 31, 2022 | -419.31 Mn |
| Sep 30, 2022 | -1.20 Bn |
| Jun 30, 2022 | -1.28 Bn |
| Mar 31, 2022 | -808.55 Mn |
| Dec 31, 2021 | -1.53 Bn |
| Sep 30, 2021 | -1.78 Bn |
Welltower 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=WELL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "WELL", "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=WELL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();