Ventas (VTR) Amortizatization of Intangibles (2009 - 2013)
Ventas (VTR) posted Amortizatization of Intangibles of -$4.6 million for Q4 2013, down 11.5% on a QoQ basis from -$4.2 million in Q3 2013, and down 11.58% year-over-year from -$5.2 million in Q4 2012.
Ventas (VTR) Amortizatization of Intangibles (2009 - 2013) Analysis & Trends
Ventas has reported Amortizatization of Intangibles for 5 years, with the latest figure at -$4.6 million in Q4 2013.
- On a quarterly basis, Amortizatization of Intangibles fell 11.58% year-over-year to -$4.6 million in Q4 2013; TTM through Dec 2013 was -$15.8 million, a 7.74% increase from a year earlier, with the FY2016 full-year figure at -$20.3 million, up 15.72% from the prior year.
- Amortizatization of Intangibles was -$4.6 million for Q4 2013 at Ventas, down from -$4.2 million in the prior quarter.
- The five-year high for Amortizatization of Intangibles was $3.4 million in Q4 2009, with the low at -$5.9 million in Q3 2011.
- Average Amortizatization of Intangibles over 5 years is -$2.4 million, with a median of -$2.6 million recorded in 2009.
- The sharpest annual moves came in 2011 and 2012: Amortizatization of Intangibles surged 56.88% in 2011, then sank 672.46% in 2012.
- Over 5 years, Amortizatization of Intangibles stood at $3.4 million in 2009, then fell by 16.66% to $2.8 million in 2010, then slumped by 266.94% to -$4.7 million in 2011, then gained by 11.66% to -$4.2 million in 2012, then retreated by 11.58% to -$4.6 million in 2013.
- The last three Amortizatization of Intangibles figures came in at -$4.6 million (Q4 2013), -$4.2 million (Q3 2013), and -$3.7 million (Q2 2013), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Amort. of Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 11.09 Mn |
| 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 | - | 8.32 Mn |
| 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 | 12.74 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 | 906,000.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | -4.63 Mn |
| Sep 30, 2013 | -4.16 Mn |
| Jun 30, 2013 | -3.69 Mn |
| Mar 31, 2013 | -3.31 Mn |
| Dec 31, 2012 | -4.15 Mn |
| Sep 30, 2012 | -4.14 Mn |
| Jun 30, 2012 | -3.67 Mn |
| Mar 31, 2012 | -5.16 Mn |
| Dec 31, 2011 | -4.70 Mn |
| Sep 30, 2011 | -5.91 Mn |
| Jun 30, 2011 | -882,000.00 |
| Mar 31, 2011 | -668,000.00 |
| Dec 31, 2010 | 2.82 Mn |
| Sep 30, 2010 | -1.64 Mn |
| Jun 30, 2010 | -1.39 Mn |
| Mar 31, 2010 | -1.55 Mn |
| Dec 31, 2009 | 3.38 Mn |
| Sep 30, 2009 | -1.56 Mn |
| Jun 30, 2009 | -1.73 Mn |
| Mar 31, 2009 | -1.86 Mn |
Ventas Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=VTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "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=amortizatization-of-intangibles&ticker=VTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();