Ventas (VTR) Other Non Operating Income (2009 - 2026)
Ventas (VTR) posted Other Non Operating Income of -$83000.0 for Q2 2026, up 81.51% on a QoQ basis from -$449000.0 in Q1 2026.
Analysis
Ventas (VTR) Other Non Operating Income (2009 - 2026) Analysis & Trends
Ventas has reported Other Non Operating Income for 18 years, with the latest figure at -$83000.0 in Q2 2026.
- On a quarterly basis, Other Non Operating Income changed N/A year-over-year to -$83000.0 in Q2 2026; TTM through Jun 2026 was $30.2 million, a 39.95% decrease from a year earlier, with the FY2025 full-year figure at $30.7 million, down 38.06% from the prior year.
- Other Non Operating Income was -$83000.0 for Q2 2026 at Ventas, up from -$449000.0 in the prior quarter.
- The five-year high for Other Non Operating Income was $88.4 million in Q4 2022, with the low at -$48.1 million in Q2 2022.
- Average Other Non Operating Income over 5 years is $6.9 million, with a median of -$119000.0 recorded in 2025.
- The largest YoY upside for Other Non Operating Income was 3647.01% in 2022 against a maximum downside of 456.68% in 2022.
- Over 5 years, Other Non Operating Income stood at $88.4 million in 2022, then tumbled by 133.04% to -$29.2 million in 2023, then jumped by 272.17% to $50.3 million in 2024, then plunged by 38.65% to $30.8 million in 2025, then sank by 100.27% to -$83000.0 in 2026.
- The last three Other Non Operating Income figures came in at -$83000.0 (Q2 2026), -$449000.0 (Q1 2026), and $30.8 million (Q4 2025), per Business Quant data.
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -83,000.00 |
| Mar 31, 2026 | -449,000.00 |
| Dec 31, 2025 | 30.83 Mn |
| Sep 30, 2025 | -119,000.00 |
| Dec 31, 2024 | 50.26 Mn |
| Jun 30, 2024 | -8.13 Mn |
| Mar 31, 2024 | 1.33 Mn |
| Dec 31, 2023 | -29.19 Mn |
| Sep 30, 2023 | -9.43 Mn |
| Jun 30, 2023 | 17.96 Mn |
| Mar 31, 2023 | -7.76 Mn |
| Dec 31, 2022 | 88.36 Mn |
| Sep 30, 2022 | -9.16 Mn |
| Jun 30, 2022 | -48.12 Mn |
| Mar 31, 2022 | 27.19 Mn |
| Dec 31, 2021 | -2.49 Mn |
| Sep 30, 2021 | -33.67 Mn |
| Jun 30, 2021 | 13.49 Mn |
| Mar 31, 2021 | -27.09 Mn |
| Dec 31, 2020 | 5.96 Mn |
API Access
Ventas 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=VTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "VTR", "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=VTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();