Welltower (WELL) Other Non Operating Income (2009 - 2026)
Welltower's (WELL) quarterly Other Non Operating Income came in at -$2.0 million in Q2 2026, down 585.09% year-over-year from $409000.0 in Q2 2025, and down 172.9% quarter-over-quarter from -$727000.0 in Q1 2026.
Welltower (WELL) Other Non Operating Income (2009 - 2026) Analysis & Trends
Welltower (WELL) has reported Other Non Operating Income for 18 consecutive years, with -$2.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 585.09% year-over-year to -$2.0 million in Q2 2026; TTM through Jun 2026 was -$28.7 million, a 316.7% decrease from a year earlier, with the FY2025 full-year figure at -$22.4 million, down 180.35% from the prior year.
- Other Non Operating Income was -$2.0 million for Q2 2026 at Welltower, down from -$727000.0 in the prior quarter.
- Over five years, Other Non Operating Income peaked at $9.9 million in Q3 2024 and troughed at -$31.7 million in Q3 2025.
- A 5-year average of -$711722.2 and a median of -$492500.0 in 2022 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income soared 2896.51% in 2023 and slumped 585.09% in 2026, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$258000.0 in 2022, then soared by 2896.51% to $7.2 million in 2023, then climbed by 26.15% to $9.1 million in 2024, then plunged by 37.86% to $5.7 million in 2025, then tumbled by 135.08% to -$2.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$2.0 million (Q2 2026), -$727000.0 (Q1 2026), and $5.7 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 | -1.98 Mn |
| Mar 31, 2026 | -727,000.00 |
| Dec 31, 2025 | 5.66 Mn |
| Sep 30, 2025 | -31.68 Mn |
| Jun 30, 2025 | 409,000.00 |
| Mar 31, 2025 | -6.16 Mn |
| Dec 31, 2024 | 9.10 Mn |
| Sep 30, 2024 | 9.91 Mn |
| Jun 30, 2024 | 5.83 Mn |
| Mar 31, 2024 | 3.05 Mn |
| Dec 31, 2023 | 7.22 Mn |
| Sep 30, 2023 | -2.89 Mn |
| Jun 30, 2023 | -1.28 Mn |
| Mar 31, 2023 | -930,000.00 |
| Dec 31, 2022 | -258,000.00 |
| Sep 30, 2022 | -6.91 Mn |
| Jun 30, 2022 | 1.41 Mn |
| Mar 31, 2022 | -2.58 Mn |
| Dec 31, 2021 | 1.09 Mn |
| Sep 30, 2021 | 8.08 Mn |
Welltower 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=WELL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "WELL", "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=WELL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();