Invitation Homes (INVH) Other Non Operating Income (2016 - 2026)
Invitation Homes' (INVH) quarterly Other Non Operating Income came in at -$298000.0 in Q2 2026, up 86.59% year-over-year from -$159704.4 in Q2 2025, and up 87.29% quarter-over-quarter from -$2.3 million in Q1 2026.
Invitation Homes (INVH) Other Non Operating Income (2016 - 2026) Analysis & Trends
Invitation Homes (INVH) has reported Other Non Operating Income for 11 consecutive years, with -$298000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 86.59% year-over-year to -$298000.0 in Q2 2026; TTM through Jun 2026 was -$6.2 million, a 3.2% decrease from a year earlier, with the FY2025 full-year figure at -$4.3 million, up 91.8% from the prior year.
- Other Non Operating Income was -$298000.0 for Q2 2026 at Invitation Homes, up from -$2.3 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $6.0 million in Q1 2024 and troughed at -$54.0 million in Q2 2024.
- A 5-year average of -$4.1 million and a median of -$1.8 million in 2025 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income jumped 1610.17% in 2023 and sank 1270.52% in 2024, its largest moves.
- Over 5 years, Other Non Operating Income stood at $344000.0 in 2022, then jumped by 1610.17% to $5.9 million in 2023, then fell by 25.24% to $4.4 million in 2024, then plunged by 141.11% to -$1.8 million in 2025, then jumped by 83.52% to -$298000.0 in 2026.
- The last three Other Non Operating Income figures came in at -$298000.0 (Q2 2026), -$2.3 million (Q1 2026), and -$1.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -298,000.00 |
| Mar 31, 2026 | -2.34 Mn |
| Dec 31, 2025 | -1.81 Mn |
| Sep 30, 2025 | -1.77 Mn |
| Jun 30, 2025 | -2.22 Mn |
| Mar 31, 2025 | 1.14 Mn |
| Dec 31, 2024 | 4.40 Mn |
| Sep 30, 2024 | -9.35 Mn |
| Jun 30, 2024 | -54.01 Mn |
| Mar 31, 2024 | 5.97 Mn |
| Dec 31, 2023 | 5.88 Mn |
| Sep 30, 2023 | -2.53 Mn |
| Jun 30, 2023 | -3.94 Mn |
| Mar 31, 2023 | -1.49 Mn |
| Dec 31, 2022 | 344,000.00 |
| Sep 30, 2022 | -8.37 Mn |
| Jun 30, 2022 | -3.83 Mn |
| Mar 31, 2022 | 594,000.00 |
| Dec 31, 2021 | -2.65 Mn |
| Sep 30, 2021 | -1.51 Mn |
Invitation Homes Other Non Operating 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=other-non-operating-income&ticker=INVH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=INVH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();