Ingram Micro Holding (INGM) Other financing activities (2024 - 2026)
Ingram Micro Holding's (INGM) quarterly Other financing activities came in at -$5.9 million in Q2 2026, little changed on a YoY basis from -$5.9 million in Q2 2025, and down 13.66% quarter-over-quarter from -$5.2 million in Q1 2026.
Ingram Micro Holding (INGM) Other financing activities (2024 - 2026) Analysis & Trends
Ingram Micro Holding (INGM) has reported Other financing activities for 3 consecutive years, with -$5.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other financing activities changed 0.19% year-over-year to -$5.9 million; the trailing twelve-month figure through Jun 2026 stood at -$20.9 million (down 108.88% YoY), and the FY2025 full-year result was -$16.8 million, down 106.95% from the prior year.
- Other financing activities retreated to -$5.9 million in Q2 2026 per INGM's latest filing, from -$5.2 million in the prior quarter.
- Across five years, Other financing activities topped out at $252.7 million in Q4 2024 and bottomed at -$10.6 million in Q3 2024.
- Historically, Other financing activities has averaged $23.7 million across 3 years, with a median of -$5.2 million in 2026.
- The sharpest annual moves came in 2025 and 2026: Other financing activities jumped 41.07% in 2025, then tumbled 376.37% in 2026.
- Over 3 years, Other financing activities stood at $252.7 million in 2024, then plunged by 101.38% to -$3.5 million in 2025, then sank by 70.47% to -$5.9 million in 2026.
- According to Business Quant data, Other financing activities over the past three periods registered -$5.9 million, -$5.2 million, and -$3.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -5.93 Mn |
| Mar 28, 2026 | -5.22 Mn |
| Dec 27, 2025 | -3.48 Mn |
| Sep 27, 2025 | -6.25 Mn |
| Jun 28, 2025 | -5.92 Mn |
| Mar 29, 2025 | -1.10 Mn |
| Dec 28, 2024 | 252.70 Mn |
| Sep 28, 2024 | -10.61 Mn |
| Mar 30, 2024 | -934,000.00 |
Ingram Micro Holding 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=INGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "INGM", "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=INGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();