Arrow Electronics (ARW) Cash from Financing Activities (2009 - 2026)
Arrow Electronics' (ARW) quarterly Cash from Financing Activities came in at -$332.1 million in Q3 2026, down 349.82% year-over-year from $132.9 million in Q3 2025, and up 48.8% quarter-over-quarter from -$648.7 million in Q2 2026.
Arrow Electronics (ARW) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Arrow Electronics has disclosed Cash from Financing Activities across 18 years of filings, most recently posting -$332.1 million for Q3 2026.
- In Q3 2026, Cash from Financing Activities fell 349.82% year-over-year to -$332.1 million; the TTM figure through Jul 2026 stood at -$771.0 million (down 4.49% YoY), while the FY2025 annual figure was -$206.1 million, up 78.46% from the prior year.
- Cash from Financing Activities came in at -$332.1 million for Q3 2026 at Arrow Electronics, up from -$648.7 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $306.5 million in Q3 2025 to a low of -$648.7 million in Q2 2026.
- Average Cash from Financing Activities over 5 years is -$150.0 million, with a median of -$179.1 million recorded in 2023.
- Year-over-year, Cash from Financing Activities plunged 3224.28% in 2022 and soared 354.42% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$346.0 million in 2022, then slumped by 30.47% to -$451.5 million in 2023, then jumped by 55.38% to -$201.4 million in 2024, then surged by 51.99% to -$96.7 million in 2025, then plunged by 243.4% to -$332.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$332.1 million in Q3 2026, -$648.7 million in Q2 2026, and -$96.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | -1.26 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | -320.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -139.49 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -133.00 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | -370.23 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | -332.11 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 257.67 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 405.10 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -233.15 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | -332.11 Mn |
| Apr 4, 2026 | -648.67 Mn |
| Dec 31, 2025 | -96.71 Mn |
| Sep 27, 2025 | 306.52 Mn |
| Jun 28, 2025 | -73.83 Mn |
| Mar 29, 2025 | -342.12 Mn |
| Dec 31, 2024 | -201.44 Mn |
| Sep 28, 2024 | -120.48 Mn |
| Jun 29, 2024 | -317.25 Mn |
| Mar 30, 2024 | -317.66 Mn |
| Dec 31, 2023 | -451.47 Mn |
| Sep 30, 2023 | -156.66 Mn |
| Jul 1, 2023 | 152.87 Mn |
| Apr 1, 2023 | -210.96 Mn |
| Dec 31, 2022 | -346.05 Mn |
| Oct 1, 2022 | 68.23 Mn |
| Jul 2, 2022 | 160.02 Mn |
| Apr 2, 2022 | 227.58 Mn |
| Dec 31, 2021 | 11.08 Mn |
| Oct 2, 2021 | -92.76 Mn |
Arrow Electronics Cash from 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=cash-from-financing-activities&ticker=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();