Ventas (VTR) Amortization of Deferred Charges (2017 - 2026)
Ventas (VTR) posted Amortization of Deferred Charges of -$4.7 million for Q2 2026, down 1.46% on a QoQ basis from -$4.6 million in Q1 2026, and up 52.4% year-over-year from -$3.1 million in Q2 2025.
Ventas (VTR) Amortization of Deferred Charges (2017 - 2026) Analysis & Trends
Ventas has reported Amortization of Deferred Charges for 10 years, with the latest figure at -$4.7 million in Q2 2026.
- On a quarterly basis, Amortization of Deferred Charges rose 52.4% year-over-year to -$4.7 million in Q2 2026; TTM through Jun 2026 was -$29.1 million, a 36.9% increase from a year earlier, with the FY2025 full-year figure at -$39.2 million, up 27.64% from the prior year.
- Amortization of Deferred Charges was -$4.7 million for Q2 2026 at Ventas, down from -$4.6 million in the prior quarter.
- The five-year high for Amortization of Deferred Charges was -$4.6 million in Q1 2026, with the low at -$17.4 million in Q1 2022.
- Average Amortization of Deferred Charges over 5 years is -$12.6 million, with a median of -$13.8 million recorded in 2024.
- The largest YoY upside for Amortization of Deferred Charges was 62.64% in 2022 against a maximum downside of 17.85% in 2022.
- Over 5 years, Amortization of Deferred Charges stood at -$15.1 million in 2022, then gained by 0.13% to -$15.1 million in 2023, then increased by 13.37% to -$13.0 million in 2024, then soared by 36.86% to -$8.2 million in 2025, then soared by 43.37% to -$4.7 million in 2026.
- The last three Amortization of Deferred Charges figures came in at -$4.7 million (Q2 2026), -$4.6 million (Q1 2026), and -$8.2 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 | -4.67 Mn |
| Mar 31, 2026 | -4.60 Mn |
| Dec 31, 2025 | -8.24 Mn |
| Sep 30, 2025 | -11.65 Mn |
| Jun 30, 2025 | -9.80 Mn |
| Mar 31, 2025 | -9.56 Mn |
| Dec 31, 2024 | -13.05 Mn |
| Sep 30, 2024 | -13.78 Mn |
| Jun 30, 2024 | -13.77 Mn |
| Mar 31, 2024 | -13.65 Mn |
| Dec 31, 2023 | -15.06 Mn |
| Sep 30, 2023 | -14.95 Mn |
| Jun 30, 2023 | -14.68 Mn |
| Mar 31, 2023 | -14.91 Mn |
| Dec 31, 2022 | -15.08 Mn |
| Sep 30, 2022 | -14.97 Mn |
| Jun 30, 2022 | -16.09 Mn |
| Mar 31, 2022 | -17.40 Mn |
| Dec 31, 2021 | -17.18 Mn |
| Sep 30, 2021 | -40.07 Mn |
Ventas Amortization of Deferred Charges 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=amortization-of-deferred-charges&ticker=VTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-of-deferred-charges", "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=amortization-of-deferred-charges&ticker=VTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();