Arrow Electronics (ARW) Non-Current Debt (2009 - 2026)
Arrow Electronics' (ARW) quarterly Non-Current Debt came in at $2.1 billion in Q3 2026, down 13.22% year-over-year from $2.4 billion in Q3 2025, and down 12.73% quarter-over-quarter from $2.4 billion in Q2 2026.
Arrow Electronics (ARW) Non-Current Debt (2009 - 2026) Analysis & Trends
Arrow Electronics has disclosed Non-Current Debt across 18 years of filings, most recently posting $2.1 billion for Q3 2026.
- In Q3 2026, Non-Current Debt fell 13.22% year-over-year to $2.1 billion; the TTM figure through Jul 2026 stood at $2.1 billion (down 13.22% YoY), while the FY2025 annual figure was $3.1 billion, up 11.21% from the prior year.
- Non-Current Debt came in at $2.1 billion for Q3 2026 at Arrow Electronics, down from $2.4 billion in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $3.7 billion in Q2 2023 to a low of $2.1 billion in Q3 2026.
- Average Non-Current Debt over 5 years is $2.8 billion, with a median of $2.7 billion recorded in 2024.
- Year-over-year, Non-Current Debt surged 56.25% in 2022 and plunged 32.5% in 2024.
- Over 5 years, Non-Current Debt stood at $3.2 billion in 2022, then slumped by 32.34% to $2.2 billion in 2023, then rose by 28.8% to $2.8 billion in 2024, then climbed by 11.21% to $3.1 billion in 2025, then tumbled by 33.44% to $2.1 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Debt figures were $2.1 billion in Q3 2026, $2.4 billion in Q2 2026, and $3.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (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 | 1.53 Bn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | 3.59 Bn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | 4.81 Bn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 2.04 Bn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 2.05 Bn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 2.50 Bn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 3.80 Bn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | 25.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | 2.05 Bn |
| Apr 4, 2026 | 2.35 Bn |
| Dec 31, 2025 | 3.08 Bn |
| Sep 27, 2025 | 3.12 Bn |
| Jun 28, 2025 | 2.37 Bn |
| Mar 29, 2025 | 2.31 Bn |
| Dec 31, 2024 | 2.77 Bn |
| Sep 28, 2024 | 2.36 Bn |
| Jun 29, 2024 | 2.48 Bn |
| Mar 30, 2024 | 2.63 Bn |
| Dec 31, 2023 | 2.15 Bn |
| Sep 30, 2023 | 2.62 Bn |
| Jul 1, 2023 | 3.67 Bn |
| Apr 1, 2023 | 3.72 Bn |
| Dec 31, 2022 | 3.18 Bn |
| Oct 1, 2022 | 3.19 Bn |
| Jul 2, 2022 | 2.86 Bn |
| Apr 2, 2022 | 2.79 Bn |
| Dec 31, 2021 | 2.24 Bn |
| Oct 2, 2021 | 2.04 Bn |
Arrow Electronics Non-Current Debt 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=non-current-debt&ticker=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();