Iron Mountain (IRM) Income from Discontinued Operations (2010 - 2019)
Iron Mountain's (IRM) quarterly Income from Discontinued Operations came in at $128000.0 in Q2 2019, up 135.56% year-over-year from $54339.6 in Q2 2018, and up 633.33% quarter-over-quarter from -$24000.0 in Q1 2019.
Iron Mountain (IRM) Income from Discontinued Operations (2010 - 2019) Analysis & Trends
Iron Mountain has disclosed Income from Discontinued Operations across 9 years of filings, most recently posting $128000.0 for Q2 2019.
- In Q2 2019, Income from Discontinued Operations rose 135.56% year-over-year to $128000.0; the TTM figure through Mar 2020 stood at $128000.0 (up 101.07% YoY), while the FY2019 annual figure was $104000.0, up 100.84% from the prior year.
- Income from Discontinued Operations came in at $128000.0 for Q2 2019 at Iron Mountain, up from -$24000.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $2.0 million in Q3 2016 to a low of -$11.6 million in Q3 2018.
- Average Income from Discontinued Operations over 4 years is -$1.3 million, with a median of -$348500.0 recorded in 2017.
- Year-over-year, Income from Discontinued Operations tumbled 996.88% in 2018 and soared 135.56% in 2019.
- Over 4 years, Income from Discontinued Operations stood at -$275000.0 in 2016, then sank by 943.64% to -$2.9 million in 2017, then sank by 304.36% to -$11.6 million in 2018, then jumped by 101.1% to $128000.0 in 2019.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were $128000.0 in Q2 2019, -$24000.0 in Q1 2019, and -$11.6 million in Q3 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | - |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | - |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | - |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | - |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | - |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | - |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | - |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | - |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 128,000.00 |
| Mar 31, 2019 | -24,000.00 |
| Sep 30, 2018 | -11.61 Mn |
| Jun 30, 2018 | -360,000.00 |
| Mar 31, 2018 | -462,000.00 |
| Dec 31, 2017 | -2.87 Mn |
| Sep 30, 2017 | -1.06 Mn |
| Jun 30, 2017 | -2.03 Mn |
| Mar 31, 2017 | -337,000.00 |
| Dec 31, 2016 | -275,000.00 |
| Sep 30, 2016 | 2.04 Mn |
| Jun 30, 2016 | 1.59 Mn |
| Dec 31, 2014 | 729,000.00 |
| Jun 30, 2014 | -326,000.00 |
| Mar 31, 2014 | -612,000.00 |
| Dec 31, 2013 | -684,000.00 |
| Sep 30, 2013 | -571,000.00 |
| Jun 30, 2013 | -98,000.00 |
| Mar 31, 2013 | 2.18 Mn |
| Dec 31, 2012 | -1.07 Mn |
Iron Mountain 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=IRM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "IRM", "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=IRM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();