Invitation Homes (INVH) Change in Cash (2016 - 2026)
Invitation Homes' (INVH) quarterly Change in Cash came in at -$45.7 million in Q2 2026, down 30.91% year-over-year from -$66.1 million in Q2 2025, and down 352.27% quarter-over-quarter from $18.1 million in Q1 2026.
Invitation Homes (INVH) Change in Cash (2016 - 2026) Analysis & Trends
Invitation Homes (INVH) has reported Change in Cash for 11 consecutive years, with -$45.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 30.91% year-over-year to -$45.7 million in Q2 2026; TTM through Jun 2026 was $43.6 million, a 106.41% increase from a year earlier, with the FY2025 full-year figure at -$64.8 million, up 86.43% from the prior year.
- Change in Cash was -$45.7 million for Q2 2026 at Invitation Homes, down from $18.1 million in the prior quarter.
- Over five years, Change in Cash peaked at $360.4 million in Q3 2023 and troughed at -$825.8 million in Q4 2024.
- A 5-year average of -$27.3 million and a median of -$9.6 million in 2024 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash slumped 14230.41% in 2022 and surged 892.72% in 2023, its largest moves.
- Over 5 years, Change in Cash stood at -$62.0 million in 2022, then tumbled by 32.98% to -$82.4 million in 2023, then slumped by 902.07% to -$825.8 million in 2024, then jumped by 95.06% to -$40.8 million in 2025, then retreated by 11.99% to -$45.7 million in 2026.
- The last three Change in Cash figures came in at -$45.7 million (Q2 2026), $18.1 million (Q1 2026), and -$40.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -2.72 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -729.43 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 91.32 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 125.33 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 23.37 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 556.51 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -192.14 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -45.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45.70 Mn |
| Mar 31, 2026 | 18.11 Mn |
| Dec 31, 2025 | -40.80 Mn |
| Sep 30, 2025 | 111.94 Mn |
| Jun 30, 2025 | -34.91 Mn |
| Mar 31, 2025 | -101.06 Mn |
| Dec 31, 2024 | -825.78 Mn |
| Sep 30, 2024 | 282.29 Mn |
| Jun 30, 2024 | 15.77 Mn |
| Mar 31, 2024 | 49.92 Mn |
| Dec 31, 2023 | -82.41 Mn |
| Sep 30, 2023 | 360.36 Mn |
| Jun 30, 2023 | 91.24 Mn |
| Mar 31, 2023 | 74.37 Mn |
| Dec 31, 2022 | -61.97 Mn |
| Sep 30, 2022 | 36.30 Mn |
| Jun 30, 2022 | -203.55 Mn |
| Mar 31, 2022 | -135.71 Mn |
| Dec 31, 2021 | -2.29 Mn |
| Sep 30, 2021 | 453.01 Mn |
Invitation Homes Change in Cash 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=change-in-cash&ticker=INVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=INVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();