Ventas (VTR) Divestments (2018 - 2024)
Ventas (VTR) posted Divestments of -$2.6 million for Q4 2024, down 200.0% on a QoQ basis from $2.6 million in Q3 2024, and up 89.62% year-over-year from -$1.3 million in Q1 2024.
Ventas (VTR) Divestments (2018 - 2024) Analysis & Trends
Ventas has reported Divestments for 6 years, with the latest figure at -$2.6 million in Q4 2024.
- On a quarterly basis, Divestments rose 89.62% year-over-year to -$2.6 million in Q4 2024; TTM through Sep 2025 was -$24.6 million, a 4.43% increase from a year earlier, with the FY2023 full-year figure at $50.1 million, changed N/A from the prior year.
- Divestments was -$2.6 million for Q4 2024 at Ventas, down from $2.6 million in the prior quarter.
- The five-year high for Divestments was $24.6 million in Q3 2023, with the low at -$28.3 million in Q4 2022.
- Average Divestments over 4 years is -$3.2 million, with a median of $0.0 recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Divestments jumped 825.76% in 2023, then tumbled 89.62% in 2024.
- Over 4 years, Divestments stood at -$17.8 million in 2021, then slumped by 58.63% to -$28.3 million in 2022, then rose by 13.05% to -$24.6 million in 2023, then surged by 89.62% to -$2.6 million in 2024.
- The last three Divestments figures came in at -$2.6 million (Q4 2024), $2.6 million (Q3 2024), and -$24.6 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 205.74 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 11.20 Mn |
| 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 |
|---|---|
| Dec 31, 2024 | -2.56 Mn |
| Sep 30, 2024 | 2.56 Mn |
| Dec 31, 2023 | -24.62 Mn |
| Sep 30, 2023 | 24.62 Mn |
| Dec 31, 2022 | -28.31 Mn |
| Sep 30, 2022 | 2.66 Mn |
| Dec 31, 2021 | -17.85 Mn |
| Sep 30, 2021 | 17.85 Mn |
| Dec 31, 2019 | 21,000.00 |
| Dec 31, 2018 | 25,000.00 |
Ventas Divestments 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=divestments&ticker=VTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=VTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();