Abm Industries (ABM) Income from Non-Controlling Interests (2017 - 2020)
Abm Industries (ABM) posted Income from Non-Controlling Interests of -$1.1 million for Q1 2020, up 80.7% quarter-over-quarter from -$5.7 million in Q3 2019, and up 87.36% YoY from -$587116.6 in Q1 2019.
Abm Industries (ABM) Income from Non-Controlling Interests (2017 - 2020) Analysis & Trends
Abm Industries (ABM) has 4 years of Income from Non-Controlling Interests data on file, last reported at -$1.1 million in Q1 2020.
- For the quarter ending Q1 2020, Income from Non-Controlling Interests rose 87.36% year-over-year to -$1.1 million; the trailing twelve-month figure through Jan 2020 stood at -$19.0 million (down 251.85% YoY), and the FY2018 full-year result was $21.9 million, up 711.11% from the prior year.
- Income from Non-Controlling Interests was -$1.1 million for Q1 2020 at Abm Industries, up from -$5.7 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $18.6 million in Q1 2018 to a low of -$8.7 million in Q1 2019.
- A 4-year average of $418181.8 and a median of -$300000.0 in 2017 frame the typical range for Income from Non-Controlling Interests.
- Across the five-year window, Income from Non-Controlling Interests surged 1062.5% in 2018 and sank 375.0% in 2019, its largest moves.
- Abm Industries' Income from Non-Controlling Interests stood at $400000.0 in 2017, then plunged by 125.0% to -$100000.0 in 2018, then plunged by 5600.0% to -$5.7 million in 2019, then soared by 80.7% to -$1.1 million in 2020.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$1.1 million in Q1 2020, -$5.7 million in Q3 2019, and -$3.5 million in Q2 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | - |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 4.67 Mn |
| 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 | 176,000.00 |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 6.06 Mn |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | - |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | -43,000.00 |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2020 | -1.10 Mn |
| Jul 31, 2019 | -5.70 Mn |
| Apr 30, 2019 | -3.50 Mn |
| Jan 31, 2019 | -8.70 Mn |
| Oct 31, 2018 | -100,000.00 |
| Jul 31, 2018 | -1.20 Mn |
| Apr 30, 2018 | 4.60 Mn |
| Jan 31, 2018 | 18.60 Mn |
| Oct 31, 2017 | 400,000.00 |
| Jul 31, 2017 | -300,000.00 |
| Jan 31, 2017 | 1.60 Mn |
Abm Industries Income from Non-Controlling Interests 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-non-controlling-interests&ticker=ABM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=ABM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();