Ventas (VTR) Cash from Investing Activities (2009 - 2026)
Ventas (VTR) posted Cash from Investing Activities of -$2.0 billion for Q2 2026, down 82.57% on a QoQ basis from -$1.1 billion in Q1 2026, and down 854.31% year-over-year from $258.6 million in Q2 2025.
Ventas (VTR) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Ventas has reported Cash from Investing Activities for 18 years, with the latest figure at -$2.0 billion in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 854.31% year-over-year to -$2.0 billion in Q2 2026; TTM through Jun 2026 was -$4.6 billion, a 51.47% decrease from a year earlier, with the FY2025 full-year figure at -$2.7 billion, down 13.35% from the prior year.
- Cash from Investing Activities was -$2.0 billion for Q2 2026 at Ventas, down from -$1.1 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was -$13.8 million in Q3 2023, with the low at -$2.0 billion in Q2 2026.
- Average Cash from Investing Activities over 5 years is -$507.5 million, with a median of -$235.6 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Cash from Investing Activities surged 91.7% in 2023, then slumped 3449.81% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$133.9 million in 2022, then jumped by 67.68% to -$43.3 million in 2023, then plunged by 3449.81% to -$1.5 billion in 2024, then soared by 72.09% to -$428.7 million in 2025, then slumped by 355.03% to -$2.0 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$2.0 billion (Q2 2026), -$1.1 billion (Q1 2026), and -$428.7 million (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 | -1.95 Bn |
| Mar 31, 2026 | -1.07 Bn |
| Dec 31, 2025 | -428.72 Mn |
| Sep 30, 2025 | -1.18 Bn |
| Jun 30, 2025 | -204.42 Mn |
| Mar 31, 2025 | -883.74 Mn |
| Dec 31, 2024 | -1.54 Bn |
| Sep 30, 2024 | -429.49 Mn |
| Jun 30, 2024 | -266.80 Mn |
| Mar 31, 2024 | -144.59 Mn |
| Dec 31, 2023 | -43.28 Mn |
| Sep 30, 2023 | -13.78 Mn |
| Jun 30, 2023 | -71.33 Mn |
| Mar 31, 2023 | -56.28 Mn |
| Dec 31, 2022 | -133.90 Mn |
| Sep 30, 2022 | -166.06 Mn |
| Jun 30, 2022 | -121.93 Mn |
| Mar 31, 2022 | -437.33 Mn |
| Dec 31, 2021 | -7.80 Mn |
| Sep 30, 2021 | -595.24 Mn |
Ventas 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=VTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "VTR", "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=VTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();