Simon Property (SPG) Income from Discontinued Operations (2010 - 2014)
Simon Property's (SPG) quarterly Income from Discontinued Operations came in at $26.0 million in Q2 2014, down 37.14% year-over-year from $41.4 million in Q2 2013, and down 37.3% quarter-over-quarter from $41.5 million in Q1 2014.
Simon Property (SPG) Income from Discontinued Operations (2010 - 2014) Analysis & Trends
Simon Property (SPG) has reported Income from Discontinued Operations for 3 consecutive years, with $26.0 million the latest figure, recorded in Q2 2014.
- On a quarterly basis, Income from Discontinued Operations fell 37.14% year-over-year to $26.0 million in Q2 2014; TTM through Dec 2014 was $67.5 million, a 83.49% decrease from a year earlier, with the FY2014 full-year figure at $67.5 million, down 63.46% from the prior year.
- Income from Discontinued Operations was $26.0 million for Q2 2014 at Simon Property, down from $41.5 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $280.0 million in Q2 2010 and troughed at $26.0 million in Q2 2014.
- A 3-year average of $79.4 million and a median of $41.4 million in 2013 frame the typical range for Income from Discontinued Operations.
- The widest YoY moves for Income from Discontinued Operations: up 37.14% in 2014, down 37.14% in 2014.
- Over 3 years, Income from Discontinued Operations stood at $280.0 million in 2010, then tumbled by 82.51% to $49.0 million in 2013, then tumbled by 46.86% to $26.0 million in 2014.
- The last three Income from Discontinued Operations figures came in at $26.0 million (Q2 2014), $41.5 million (Q1 2014), and $49.0 million (Q4 2013), 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 |
|---|---|
| Jun 30, 2014 | 26.02 Mn |
| Mar 31, 2014 | 41.50 Mn |
| Dec 31, 2013 | 48.97 Mn |
| Sep 30, 2013 | 38.58 Mn |
| Jun 30, 2013 | 41.40 Mn |
| Jun 30, 2010 | 280.00 Mn |
Simon Property 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=SPG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "SPG", "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=SPG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();