Arrow Electronics (ARW) Exchange Rate Effect (2009 - 2026)
Arrow Electronics' (ARW) quarterly Exchange Rate Effect came in at -$7.0 million in Q3 2026, down 104.27% year-over-year from $163.6 million in Q3 2025, and up 82.06% quarter-over-quarter from -$38.9 million in Q2 2026.
Arrow Electronics (ARW) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Arrow Electronics has disclosed Exchange Rate Effect across 18 years of filings, most recently posting -$7.0 million for Q3 2026.
- In Q3 2026, Exchange Rate Effect fell 104.27% year-over-year to -$7.0 million; the TTM figure through Jul 2026 stood at -$31.8 million (down 119.65% YoY), while the FY2025 annual figure was $236.1 million, up 317.87% from the prior year.
- Exchange Rate Effect came in at -$7.0 million for Q3 2026 at Arrow Electronics, up from -$38.9 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $163.6 million in Q2 2025 to a low of -$142.8 million in Q4 2024.
- Average Exchange Rate Effect over 5 years is $5.1 million, with a median of -$5.0 million recorded in 2025.
- Year-over-year, Exchange Rate Effect tumbled 642.95% in 2022 and soared 1469.18% in 2025.
- Over 5 years, Exchange Rate Effect stood at $104.0 million in 2022, then fell by 27.9% to $75.0 million in 2023, then tumbled by 290.4% to -$142.8 million in 2024, then soared by 111.9% to $17.0 million in 2025, then slumped by 141.09% to -$7.0 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$7.0 million in Q3 2026, -$38.9 million in Q2 2026, and $17.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 10.00 Mn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | -1.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -9.41 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -800,000.00 |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 12.58 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | -6.98 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 1.70 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 11.21 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | 3.75 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | -6.98 Mn |
| Apr 4, 2026 | -38.93 Mn |
| Dec 31, 2025 | 17.00 Mn |
| Sep 27, 2025 | -2.92 Mn |
| Jun 28, 2025 | 163.58 Mn |
| Mar 29, 2025 | 58.49 Mn |
| Dec 31, 2024 | -142.80 Mn |
| Sep 28, 2024 | 82.75 Mn |
| Jun 29, 2024 | -11.95 Mn |
| Mar 30, 2024 | -36.40 Mn |
| Dec 31, 2023 | 75.00 Mn |
| Sep 30, 2023 | -51.46 Mn |
| Jul 1, 2023 | 25.66 Mn |
| Apr 1, 2023 | 25.04 Mn |
| Dec 31, 2022 | 104.02 Mn |
| Oct 1, 2022 | -82.64 Mn |
| Jul 2, 2022 | -78.03 Mn |
| Apr 2, 2022 | -7.63 Mn |
| Dec 31, 2021 | -12.33 Mn |
| Oct 2, 2021 | -28.82 Mn |
Arrow Electronics Exchange Rate Effect 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=exchange-rate-effect&ticker=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();