Kimco Realty (KIM) Income from Discontinued Operations (2009 - 2015)
Kimco Realty's (KIM) quarterly Income from Discontinued Operations came in at -$75000.0 in Q1 2015, down 100.37% on a YoY basis from $20.3 million in Q1 2014, and down 100.1% quarter-over-quarter from $71.7 million in Q4 2014.
Kimco Realty (KIM) Income from Discontinued Operations (2009 - 2015) Analysis & Trends
Kimco Realty (KIM) has reported Income from Discontinued Operations for 7 consecutive years, with -$75000.0 the latest figure, recorded in Q1 2015.
- For the quarter ending Q1 2015, Income from Discontinued Operations fell 100.37% year-over-year to -$75000.0; the trailing twelve-month figure through Dec 2015 stood at -$75000.0 (down 100.05% YoY), and the FY2015 full-year result was -$75000.0, down 100.04% from the prior year.
- Income from Discontinued Operations retreated to -$75000.0 in Q1 2015 per KIM's latest filing, from $71.7 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $118.7 million in Q4 2013 and bottomed at -$38.4 million in Q2 2013.
- Historically, Income from Discontinued Operations has averaged $18.3 million across 5 years, with a median of $9.9 million in 2011.
- The sharpest annual moves came in 2011 and 2013: Income from Discontinued Operations soared 482.39% in 2011, then plunged 301.56% in 2013.
- Over 5 years, Income from Discontinued Operations stood at $27.1 million in 2011, then jumped by 134.3% to $63.4 million in 2012, then surged by 87.28% to $118.7 million in 2013, then sank by 39.6% to $71.7 million in 2014, then sank by 100.1% to -$75000.0 in 2015.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$75000.0, $71.7 million, and $91.9 million for Q1 2015, Q4 2014, and Q3 2014 respectively.
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 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | -75,000.00 |
| Dec 31, 2014 | 71.72 Mn |
| Sep 30, 2014 | 91.86 Mn |
| Jun 30, 2014 | -38.24 Mn |
| Mar 31, 2014 | 20.26 Mn |
| Dec 31, 2013 | 118.74 Mn |
| Sep 30, 2013 | -26.93 Mn |
| Jun 30, 2013 | -38.37 Mn |
| Mar 31, 2013 | 5.96 Mn |
| Dec 31, 2012 | 63.40 Mn |
| Sep 30, 2012 | 13.36 Mn |
| Jun 30, 2012 | -18.11 Mn |
| Mar 31, 2012 | 11.98 Mn |
| Dec 31, 2011 | 27.06 Mn |
| Sep 30, 2011 | 9.92 Mn |
| Jun 30, 2011 | -5.50 Mn |
| Mar 31, 2011 | 4.29 Mn |
| Dec 31, 2010 | 39.78 Mn |
| Sep 30, 2010 | 1.70 Mn |
| Jun 30, 2010 | -2.62 Mn |
Kimco Realty 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=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "KIM", "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=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();