Arrow Electronics (ARW) Cash from Investing Activities (2009 - 2026)
Arrow Electronics' (ARW) quarterly Cash from Investing Activities came in at -$21.1 million in Q3 2026, down 119.9% year-over-year from $106.2 million in Q3 2025, and up 34.17% quarter-over-quarter from -$32.1 million in Q2 2026.
Arrow Electronics (ARW) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Arrow Electronics has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$21.1 million for Q3 2026.
- In Q3 2026, Cash from Investing Activities fell 119.9% year-over-year to -$21.1 million; the TTM figure through Jul 2026 stood at -$110.9 million (down 446.54% YoY), while the FY2025 annual figure was $23.6 million, up 124.99% from the prior year.
- Cash from Investing Activities came in at -$21.1 million for Q3 2026 at Arrow Electronics, up from -$32.1 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $106.2 million in Q2 2025 to a low of -$41.4 million in Q4 2024.
- Average Cash from Investing Activities over 5 years is -$14.1 million, with a median of -$21.0 million recorded in 2024.
- Year-over-year, Cash from Investing Activities plunged 1128.59% in 2023 and surged 611.06% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$23.7 million in 2022, then declined by 7.47% to -$25.5 million in 2023, then plunged by 62.35% to -$41.4 million in 2024, then soared by 33.89% to -$27.4 million in 2025, then rose by 22.8% to -$21.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$21.1 million in Q3 2026, -$32.1 million in Q2 2026, and -$27.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 158.00 Mn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | -703.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -53.86 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -27.90 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | -115.62 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | -21.14 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | -15.66 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 10.68 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -16.51 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | -21.14 Mn |
| Apr 4, 2026 | -32.11 Mn |
| Dec 31, 2025 | -27.38 Mn |
| Sep 27, 2025 | -30.28 Mn |
| Jun 28, 2025 | 106.24 Mn |
| Mar 29, 2025 | -24.98 Mn |
| Dec 31, 2024 | -41.42 Mn |
| Sep 28, 2024 | -7.84 Mn |
| Jun 29, 2024 | -20.79 Mn |
| Mar 30, 2024 | -24.40 Mn |
| Dec 31, 2023 | -25.51 Mn |
| Sep 30, 2023 | -20.67 Mn |
| Jul 1, 2023 | -16.90 Mn |
| Apr 1, 2023 | -9.25 Mn |
| Dec 31, 2022 | -23.74 Mn |
| Oct 1, 2022 | -18.27 Mn |
| Jul 2, 2022 | -16.60 Mn |
| Apr 2, 2022 | 899,000.00 |
| Dec 31, 2021 | -20.38 Mn |
| Oct 2, 2021 | -20.80 Mn |
Arrow Electronics 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=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "ARW", "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=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();