Ventas (VTR) Income from Discontinued Operations (2009 - 2018)
Ventas (VTR) posted Income from Discontinued Operations of -$10000.0 for Q1 2018, up 33.33% on a QoQ basis from -$15000.0 in Q4 2017, and up 81.13% year-over-year from -$5520.8 in Q1 2017.
Ventas (VTR) Income from Discontinued Operations (2009 - 2018) Analysis & Trends
Ventas has reported Income from Discontinued Operations for 10 years, with the latest figure at -$10000.0 in Q1 2018.
- On a quarterly basis, Income from Discontinued Operations rose 81.13% year-over-year to -$10000.0 in Q1 2018; TTM through Dec 2018 was -$10000.0, a 90.91% increase from a year earlier, with the FY2018 full-year figure at -$10000.0, up 90.91% from the prior year.
- Income from Discontinued Operations was -$10000.0 for Q1 2018 at Ventas, up from -$15000.0 in the prior quarter.
- The five-year high for Income from Discontinued Operations was $30.8 million in Q2 2014, with the low at -$22.4 million in Q3 2015.
- Average Income from Discontinued Operations over 5 years is $6.5 million, with a median of -$19000.0 recorded in 2017.
- The sharpest annual moves came in 2014 and 2015: Income from Discontinued Operations surged 18107.83% in 2014, then slumped 223.18% in 2015.
- Over 5 years, Income from Discontinued Operations stood at $20.7 million in 2014, then tumbled by 111.26% to -$2.3 million in 2015, then surged by 92.84% to -$167000.0 in 2016, then surged by 91.02% to -$15000.0 in 2017, then soared by 33.33% to -$10000.0 in 2018.
- The last three Income from Discontinued Operations figures came in at -$10000.0 (Q1 2018), -$15000.0 (Q4 2017), and -$19000.0 (Q3 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Mar 31, 2018 | -10,000.00 |
| Dec 31, 2017 | -15,000.00 |
| Sep 30, 2017 | -19,000.00 |
| Jun 30, 2017 | -23,000.00 |
| Mar 31, 2017 | -53,000.00 |
| Dec 31, 2016 | -167,000.00 |
| Sep 30, 2016 | -118,000.00 |
| Jun 30, 2016 | -148,000.00 |
| Mar 31, 2016 | -489,000.00 |
| Dec 31, 2015 | -2.33 Mn |
| Sep 30, 2015 | -22.38 Mn |
| Jun 30, 2015 | 18.24 Mn |
| Mar 31, 2015 | 17.57 Mn |
| Dec 31, 2014 | 20.71 Mn |
| Sep 30, 2014 | 18.17 Mn |
| Jun 30, 2014 | 30.78 Mn |
| Mar 31, 2014 | 30.07 Mn |
| Dec 31, 2013 | -115,000.00 |
| Sep 30, 2013 | -9.17 Mn |
| Jun 30, 2013 | -18.56 Mn |
Ventas Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=VTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=VTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();