Iron Mountain (IRM) Other financing activities (2009 - 2026)
Iron Mountain's (IRM) quarterly Other financing activities came in at $98.0 million in Q2 2026, up 3391.21% year-over-year from $2.8 million in Q2 2025, and up 3507.89% quarter-over-quarter from -$2.9 million in Q1 2026.
Iron Mountain (IRM) Other financing activities (2009 - 2026) Analysis & Trends
Iron Mountain has disclosed Other financing activities across 18 years of filings, most recently posting $98.0 million for Q2 2026.
- In Q2 2026, Other financing activities rose 3391.21% year-over-year to $98.0 million; the TTM figure through Jun 2026 stood at $191.4 million (down 18.46% YoY), while the FY2025 annual figure was $93.3 million, down 59.56% from the prior year.
- Other financing activities came in at $98.0 million for Q2 2026 at Iron Mountain, up from -$2.9 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $185.5 million in Q3 2024 to a low of -$42.5 million in Q4 2023.
- Average Other financing activities over 5 years is $27.7 million, with a median of $64000.0 recorded in 2025.
- The largest YoY upside for Other financing activities was 3391.21% in 2026 against a maximum downside of 4595.31% in 2026.
- Over 5 years, Other financing activities stood at $7.6 million in 2022, then tumbled by 657.46% to -$42.5 million in 2023, then surged by 222.8% to $52.2 million in 2024, then soared by 93.84% to $101.2 million in 2025, then fell by 3.1% to $98.0 million in 2026.
- Per Business Quant data, the three most recent Other financing activities figures were $98.0 million in Q2 2026, -$2.9 million in Q1 2026, and $101.2 million in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | 98.05 Mn |
| Mar 31, 2026 | -2.88 Mn |
| Dec 31, 2025 | 101.18 Mn |
| Sep 30, 2025 | -4.92 Mn |
| Jun 30, 2025 | -2.98 Mn |
| Mar 31, 2025 | 64,000.00 |
| Dec 31, 2024 | 52.20 Mn |
| Sep 30, 2024 | 185.50 Mn |
| Jun 30, 2024 | -6.54 Mn |
| Mar 31, 2024 | -340,000.00 |
| Dec 31, 2023 | -42.51 Mn |
| Jun 30, 2023 | 9.90 Mn |
| Dec 31, 2022 | 7.63 Mn |
| Jun 30, 2022 | 27.42 Mn |
| Mar 31, 2022 | -5.88 Mn |
| Dec 31, 2021 | 22.24 Mn |
| Sep 30, 2021 | -121,000.00 |
| Jun 30, 2021 | -1.26 Mn |
| Mar 31, 2021 | 5.00 Mn |
| Dec 31, 2020 | -832,000.00 |
Iron Mountain 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=IRM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=IRM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();