Abm Industries (ABM) Other financing activities (2009 - 2026)
Abm Industries (ABM) posted Other financing activities of $1.4 million for Q3 2026, up 1300.0% quarter-over-quarter from $100000.0 in Q1 2018.
Abm Industries (ABM) Other financing activities (2009 - 2026) Analysis & Trends
Abm Industries (ABM) has 11 years of Other financing activities data on file, last reported at $1.4 million in Q3 2026.
- For the quarter ending Q3 2026, Other financing activities changed N/A year-over-year to $1.4 million; the trailing twelve-month figure through Jul 2026 stood at $1.4 million (changed N/A YoY), and the FY2025 full-year result was $8.0 million, changed N/A from the prior year.
- Other financing activities was $1.4 million for Q3 2026 at Abm Industries, up from $100000.0 in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $1.4 million in Q3 2026 to a low of $1.4 million in Q3 2026.
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 |
|---|---|
| Jul 31, 2026 | 1.40 Mn |
| Jan 31, 2018 | 100,000.00 |
| Oct 31, 2017 | 18.70 Mn |
| Jul 31, 2017 | -800,000.00 |
| Apr 30, 2017 | 800,000.00 |
| Oct 31, 2016 | -5.60 Mn |
| Jul 31, 2016 | 3.10 Mn |
| Apr 30, 2016 | 2.10 Mn |
| Jan 31, 2016 | 500,000.00 |
| Oct 31, 2015 | -1.10 Mn |
| Jul 31, 2015 | 3.00 Mn |
| Apr 30, 2015 | 8.60 Mn |
| Jan 31, 2015 | 4.90 Mn |
| Oct 31, 2014 | 2.70 Mn |
| Jul 31, 2014 | 2.50 Mn |
| Apr 30, 2014 | 2.50 Mn |
| Jan 31, 2014 | 2.30 Mn |
| Oct 31, 2013 | 3.50 Mn |
| Jul 31, 2013 | 7.80 Mn |
| Apr 30, 2013 | 3.02 Mn |
Abm Industries Other financing 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=other-financing-activities&ticker=ABM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-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=other-financing-activities&ticker=ABM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();