Avnet (AVT) FCF Margin (2009 - 2026)
Avnet's (AVT) quarterly FCF Margin came in at 3.71% in Q2 2026, down 513.0% year-over-year from 0.9% in Q2 2025, and down 273.23% quarter-over-quarter from 0.99% in Q1 2026.
Avnet (AVT) FCF Margin (2009 - 2026) Analysis & Trends
Avnet (AVT) has reported FCF Margin for 18 consecutive years, with 3.71% the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Margin fell 513.0% year-over-year to 3.71% in Q2 2026; TTM through Jun 2026 was 1.28%, a 388.0% decrease from a year earlier, with the FY2026 full-year figure at 1.28%, down 388.0% from the prior year.
- FCF Margin was 3.71% for Q2 2026 at Avnet, down from 0.99% in the prior quarter.
- Over five years, FCF Margin peaked at 8.09% in Q1 2024 and troughed at 9.98% in Q4 2022.
- A 5-year average of 0.15% and a median of 0.12% in 2023 frame the typical range for FCF Margin.
- Across the five-year window, FCF Margin slumped 921 bps in 2022 and soared 821 bps in 2024, its largest moves.
- Over 5 years, FCF Margin stood at 6.02% in 2022, then soared by 67 bps to 2.0% in 2023, then surged by 372 bps to 5.45% in 2024, then tumbled by 44 bps to 3.05% in 2025, then slumped by 221 bps to 3.71% in 2026.
- The last three FCF Margin figures came in at 3.71% (Q2 2026), 0.99% (Q1 2026), and 3.05% (Q4 2025), per Business Quant data.
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 |
|---|---|
| Jun 27, 2026 | -3.71% |
| Mar 28, 2026 | -0.99% |
| Dec 27, 2025 | 3.05% |
| Sep 27, 2025 | -2.87% |
| Jun 28, 2025 | 1.42% |
| Mar 29, 2025 | 2.15% |
| Dec 28, 2024 | 5.45% |
| Sep 28, 2024 | 1.33% |
| Jun 29, 2024 | 4.46% |
| Mar 30, 2024 | 8.09% |
| Dec 30, 2023 | -2.00% |
| Sep 30, 2023 | -1.85% |
| Jul 1, 2023 | 2.71% |
| Apr 1, 2023 | -0.12% |
| Dec 31, 2022 | -6.02% |
| Oct 1, 2022 | -9.98% |
| Jul 2, 2022 | -3.38% |
| Apr 2, 2022 | 3.58% |
| Jan 1, 2022 | -4.13% |
| Oct 2, 2021 | -0.77% |
Avnet 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=AVT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "ticker": "AVT", "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=AVT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();