Arrow Electronics (ARW) FCF Margin (2009 - 2026)
Arrow Electronics' (ARW) quarterly FCF Margin came in at 2.97% in Q3 2026, up 594.0% year-over-year from 0.43% in Q3 2025, and down 57.79% quarter-over-quarter from 7.05% in Q2 2026.
Arrow Electronics (ARW) FCF Margin (2009 - 2026) Analysis & Trends
Arrow Electronics has disclosed FCF Margin across 18 years of filings, most recently posting 2.97% for Q3 2026.
- In Q3 2026, FCF Margin rose 594.0% year-over-year to 2.97%; the TTM figure through Jul 2026 stood at 2.3% (up 66.0% YoY), while the FY2025 annual figure was 0.12%, down 384.0% from the prior year.
- FCF Margin came in at 2.97% for Q3 2026 at Arrow Electronics, down from 7.05% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 7.05% in Q2 2026 to a low of 4.04% in Q3 2025.
- Average FCF Margin over 5 years is 1.73%, with a median of 2.15% recorded in 2025.
- Year-over-year, FCF Margin surged 601 bps in 2024 and tumbled 729 bps in 2025.
- Over 5 years, FCF Margin stood at 0.91% in 2022, then surged by 267 bps to 3.33% in 2023, then increased by 25 bps to 4.17% in 2024, then tumbled by 53 bps to 1.97% in 2025, then jumped by 51 bps to 2.97% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 2.97% in Q3 2026, 7.05% in Q2 2026, and 1.97% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 26.43% |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 8.37% |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -1.70% |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -1.26% |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 15.08% |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 2.97% |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | -3.71% |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | -3.90% |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -1.25% |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | 2.97% |
| Apr 4, 2026 | 7.05% |
| Dec 31, 2025 | 1.97% |
| Sep 27, 2025 | -4.04% |
| Jun 28, 2025 | -2.96% |
| Mar 29, 2025 | 4.79% |
| Dec 31, 2024 | 4.17% |
| Sep 28, 2024 | 0.91% |
| Jun 29, 2024 | 4.32% |
| Mar 30, 2024 | 5.40% |
| Dec 31, 2023 | 3.33% |
| Sep 30, 2023 | 3.76% |
| Jul 1, 2023 | -1.69% |
| Apr 1, 2023 | 2.33% |
| Dec 31, 2022 | 0.91% |
| Oct 1, 2022 | 1.32% |
| Jul 2, 2022 | -1.05% |
| Apr 2, 2022 | -2.42% |
| Dec 31, 2021 | 0.08% |
| Oct 2, 2021 | 1.09% |
Arrow Electronics FCF Margin 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=fcf-margin&ticker=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();