Invitation Homes (INVH) Net Income (2016 - 2026)
Invitation Homes' (INVH) quarterly Net Income came in at -$46.2 million in Q2 2026, down 420.84% year-over-year from $14.4 million in Q2 2025, and up 16.15% quarter-over-quarter from -$55.0 million in Q1 2026.
Invitation Homes (INVH) Net Income (2016 - 2026) Analysis & Trends
Invitation Homes (INVH) has reported Net Income for 5 consecutive years, with -$46.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income fell 420.84% year-over-year to -$46.2 million in Q2 2026; TTM through Jun 2026 was -$72.4 million, a 1427.71% decrease from a year earlier, with the FY2017 full-year figure at -$138.8 million, down 45.65% from the prior year.
- Net Income was -$46.2 million for Q2 2026 at Invitation Homes, up from -$55.0 million in the prior quarter.
- Over five years, Net Income peaked at $14.4 million in Q1 2025 and troughed at -$55.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 382.41 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 1.12 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 625.14 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 370.51 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 502.94 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 79.86 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 259.44 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 535.31 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 120.06 Mn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -46.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -46.16 Mn |
| Mar 31, 2026 | -55.05 Mn |
| Jun 30, 2025 | 14.39 Mn |
| Mar 31, 2025 | 14.44 Mn |
| Sep 30, 2018 | -13.80 Mn |
| Jun 30, 2018 | -19.76 Mn |
| Mar 31, 2018 | -24.82 Mn |
| Dec 31, 2017 | -51.63 Mn |
| Sep 30, 2017 | -26.88 Mn |
| Jun 30, 2017 | -3.76 Mn |
| Mar 31, 2017 | -56.49 Mn |
| Dec 31, 2016 | -31.53 Mn |
| Sep 30, 2016 | -23.86 Mn |
| Jun 30, 2016 | -20.87 Mn |
| Mar 31, 2016 | -19.01 Mn |
Invitation Homes Net Income 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=net-income&ticker=INVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=INVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();