Abm Industries (ABM) Liabilities from Discontinued Operations (2009 - 2017)
Abm Industries (ABM) posted Liabilities from Discontinued Operations of $17.3 million for Q2 2017, up 2.98% quarter-over-quarter from $16.8 million in Q1 2017.
Abm Industries (ABM) Liabilities from Discontinued Operations (2009 - 2017) Analysis & Trends
Abm Industries (ABM) has 5 years of Liabilities from Discontinued Operations data on file, last reported at $17.3 million in Q2 2017.
- For the quarter ending Q2 2017, Liabilities from Discontinued Operations changed N/A year-over-year to $17.3 million; the trailing twelve-month figure through Apr 2017 stood at $17.3 million (changed N/A YoY), and the FY2016 full-year result was $16.8 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations was $17.3 million for Q2 2017 at Abm Industries, up from $16.8 million in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $19.1 million in Q4 2014 to a low of $16.8 million in Q4 2016.
- A 3-year average of $17.5 million and a median of $17.0 million in 2016 frame the typical range for Liabilities from Discontinued Operations.
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 |
|---|---|
| Apr 30, 2017 | 17.30 Mn |
| Jan 31, 2017 | 16.80 Mn |
| Oct 31, 2016 | 16.80 Mn |
| Oct 31, 2014 | 19.10 Mn |
| Oct 31, 2010 | 71,000.00 |
| Jul 31, 2010 | 845,000.00 |
| Oct 31, 2009 | 1.07 Mn |
Abm Industries 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=ABM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "ticker": "ABM", "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=ABM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();