Iron Mountain (IRM) Liabilities from Discontinued Operations (2010 - 2016)
Iron Mountain's (IRM) quarterly Liabilities from Discontinued Operations came in at $19.3 million in Q3 2016, down 10.93% quarter-over-quarter from $21.6 million in Q2 2016.
Iron Mountain (IRM) Liabilities from Discontinued Operations (2010 - 2016) Analysis & Trends
Iron Mountain has disclosed Liabilities from Discontinued Operations across 4 years of filings, most recently posting $19.3 million for Q3 2016.
- In Q3 2016, Liabilities from Discontinued Operations changed N/A year-over-year to $19.3 million; the TTM figure through Sep 2016 stood at $19.3 million (changed N/A YoY), while the FY2011 annual figure was $3.3 million, down 94.6% from the prior year.
- Liabilities from Discontinued Operations came in at $19.3 million for Q3 2016 at Iron Mountain, down from $21.6 million in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $21.6 million in Q2 2016 to a low of $7.9 million in Q1 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Sep 30, 2016 | 19.27 Mn |
| Jun 30, 2016 | 21.63 Mn |
| Mar 31, 2012 | 7.86 Mn |
| Dec 31, 2011 | 3.32 Mn |
| Sep 30, 2011 | 2.51 Mn |
| Jun 30, 2011 | 3.34 Mn |
| Dec 31, 2010 | 61.47 Mn |
Iron Mountain Liabilities 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=liabilities-from-discontinued-operations&ticker=IRM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-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=liabilities-from-discontinued-operations&ticker=IRM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();