Invitation Homes (INVH) Cash from Investing Activities (2016 - 2026)
Invitation Homes' (INVH) quarterly Cash from Investing Activities came in at $133.4 million in Q2 2026, up 144.06% year-over-year from $54.6 million in Q2 2025, and up 355.07% quarter-over-quarter from -$52.3 million in Q1 2026.
Invitation Homes (INVH) Cash from Investing Activities (2016 - 2026) Analysis & Trends
Invitation Homes (INVH) has reported Cash from Investing Activities for 11 consecutive years, with $133.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 144.06% year-over-year to $133.4 million in Q2 2026; TTM through Jun 2026 was -$154.6 million, a 77.35% increase from a year earlier, with the FY2025 full-year figure at -$652.6 million, down 40.07% from the prior year.
- Cash from Investing Activities was $133.4 million for Q2 2026 at Invitation Homes, up from -$52.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $133.4 million in Q2 2026 and troughed at -$677.6 million in Q3 2023.
- A 5-year average of -$145.9 million and a median of -$97.9 million in 2025 frame the typical range for Cash from Investing Activities.
- The widest YoY moves for Cash from Investing Activities: up 778.13% in 2024, down 691.65% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$58.3 million in 2022, then surged by 93.22% to -$4.0 million in 2023, then soared by 778.13% to $26.8 million in 2024, then slumped by 404.07% to -$81.6 million in 2025, then surged by 263.48% to $133.4 million in 2026.
- The last three Cash from Investing Activities figures came in at $133.4 million (Q2 2026), -$52.3 million (Q1 2026), and -$81.6 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 | 133.36 Mn |
| Mar 31, 2026 | -52.28 Mn |
| Dec 31, 2025 | -81.57 Mn |
| Sep 30, 2025 | -154.08 Mn |
| Jun 30, 2025 | -302.69 Mn |
| Mar 31, 2025 | -114.22 Mn |
| Dec 31, 2024 | 26.83 Mn |
| Sep 30, 2024 | -292.50 Mn |
| Jun 30, 2024 | -175.30 Mn |
| Mar 31, 2024 | -24.90 Mn |
| Dec 31, 2023 | -3.96 Mn |
| Sep 30, 2023 | -677.61 Mn |
| Jun 30, 2023 | -22.14 Mn |
| Mar 31, 2023 | -69.84 Mn |
| Dec 31, 2022 | -58.32 Mn |
| Sep 30, 2022 | -175.41 Mn |
| Jun 30, 2022 | -291.46 Mn |
| Mar 31, 2022 | -289.23 Mn |
| Dec 31, 2021 | -431.25 Mn |
| Sep 30, 2021 | -445.44 Mn |
Invitation Homes 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=INVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "INVH", "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=INVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();