Realty Income (O) Income from Discontinued Operations (2009 - 2014)
Realty Income's (O) quarterly Income from Discontinued Operations came in at -$297000.0 in Q4 2014, down 102.0% year-over-year from $14.8 million in Q4 2013, and down 1585.0% quarter-over-quarter from $20000.0 in Q2 2014.
Realty Income (O) Income from Discontinued Operations (2009 - 2014) Analysis & Trends
Realty Income has disclosed Income from Discontinued Operations across 6 years of filings, most recently posting -$297000.0 for Q4 2014.
- In Q4 2014, Income from Discontinued Operations fell 102.0% year-over-year to -$297000.0; the TTM figure through Dec 2014 stood at $2.8 million (down 95.81% YoY), while the FY2014 annual figure was $2.8 million, down 95.74% from the prior year.
- Income from Discontinued Operations came in at -$297000.0 for Q4 2014 at Realty Income, down from $20000.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $39.9 million in Q1 2013 to a low of -$297000.0 in Q4 2014.
- Average Income from Discontinued Operations over 5 years is $6.5 million, with a median of $3.8 million recorded in 2011.
- Year-over-year, Income from Discontinued Operations surged 1698.69% in 2013 and plunged 102.0% in 2014.
- Over 5 years, Income from Discontinued Operations stood at $11.4 million in 2010, then slipped by 13.16% to $9.9 million in 2011, then slumped by 49.59% to $5.0 million in 2012, then surged by 197.32% to $14.8 million in 2013, then sank by 102.0% to -$297000.0 in 2014.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$297000.0 in Q4 2014, $20000.0 in Q2 2014, and $3.1 million in Q1 2014.
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 |
|---|---|
| Dec 31, 2014 | -297,000.00 |
| Jun 30, 2014 | 20,000.00 |
| Mar 31, 2014 | 3.08 Mn |
| Dec 31, 2013 | 14.84 Mn |
| Sep 30, 2013 | 6.40 Mn |
| Jun 30, 2013 | 5.74 Mn |
| Mar 31, 2013 | 39.86 Mn |
| Dec 31, 2012 | 4.99 Mn |
| Sep 30, 2012 | 3.84 Mn |
| Jun 30, 2012 | 5.25 Mn |
| Mar 31, 2012 | 2.22 Mn |
| Dec 31, 2011 | 9.90 Mn |
| Sep 30, 2011 | 3.83 Mn |
| Jun 30, 2011 | 1.90 Mn |
| Mar 31, 2011 | 388,000.00 |
| Dec 31, 2010 | 11.40 Mn |
| Sep 30, 2010 | 1.98 Mn |
| Jun 30, 2010 | 1.29 Mn |
| Dec 31, 2009 | 7.06 Mn |
| Sep 30, 2009 | 2.20 Mn |
Realty Income 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=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "O", "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=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();