Abm Industries (ABM) Cash from Investing Activities (2009 - 2026)
Abm Industries (ABM) posted Cash from Investing Activities of -$17.4 million for Q3 2026, up 93.91% quarter-over-quarter from -$285.8 million in Q2 2026, and up 59.72% YoY from -$10.9 million in Q3 2025.
Abm Industries (ABM) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Abm Industries (ABM) has 18 years of Cash from Investing Activities data on file, last reported at -$17.4 million in Q3 2026.
- For the quarter ending Q3 2026, Cash from Investing Activities rose 59.72% year-over-year to -$17.4 million; the trailing twelve-month figure through Jul 2026 stood at -$356.6 million (down 301.58% YoY), and the FY2025 full-year result was -$115.6 million, up 32.75% from the prior year.
- Cash from Investing Activities was -$17.4 million for Q3 2026 at Abm Industries, up from -$285.8 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$9.7 million in Q2 2023 to a low of -$285.8 million in Q2 2026.
- A 5-year average of -$47.7 million and a median of -$17.2 million in 2025 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities jumped 88.46% in 2023 and slumped 1561.63% in 2026, its largest moves.
- Abm Industries' Cash from Investing Activities stood at -$148.2 million in 2022, then jumped by 88.46% to -$17.1 million in 2023, then gained by 18.13% to -$14.0 million in 2024, then sank by 191.43% to -$40.8 million in 2025, then surged by 57.35% to -$17.4 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$17.4 million in Q3 2026, -$285.8 million in Q2 2026, and -$12.6 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | -158.28 Mn |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | -634.90 Mn |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | -556.00 Mn |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | -121.64 Mn |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | -119.35 Mn |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | -70.53 Mn |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | -30.50 Mn |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | -28.21 Mn |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | -182.26 Mn |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | -17.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -17.40 Mn |
| Apr 30, 2026 | -285.80 Mn |
| Jan 31, 2026 | -12.60 Mn |
| Oct 31, 2025 | -40.80 Mn |
| Jul 31, 2025 | -43.20 Mn |
| Apr 30, 2025 | -17.20 Mn |
| Jan 31, 2025 | -14.40 Mn |
| Oct 31, 2024 | -14.00 Mn |
| Jul 31, 2024 | -129.30 Mn |
| Apr 30, 2024 | -15.50 Mn |
| Jan 31, 2024 | -13.10 Mn |
| Oct 31, 2023 | -17.10 Mn |
| Jul 31, 2023 | -22.80 Mn |
| Apr 30, 2023 | -9.70 Mn |
| Jan 31, 2023 | -12.50 Mn |
| Oct 31, 2022 | -148.20 Mn |
| Jul 31, 2022 | -17.80 Mn |
| Apr 30, 2022 | -63.10 Mn |
| Jan 31, 2022 | -12.40 Mn |
| Oct 31, 2021 | -718.80 Mn |
Abm Industries Cash from Investing Activities 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=cash-from-investing-activities&ticker=ABM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ABM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();