Td Synnex (SNX) FCF Margin (2010 - 2026)
Td Synnex's (SNX) quarterly FCF Margin came in at 1.7% in Q2 2026, down 533.0% on a YoY basis from 0.39% in Q2 2025, and up 68.63% quarter-over-quarter from 5.41% in Q1 2026.
Td Synnex (SNX) FCF Margin (2010 - 2026) Analysis & Trends
Td Synnex (SNX) has reported FCF Margin for 17 consecutive years, with 1.7% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, FCF Margin fell 533.0% year-over-year to 1.7%; the trailing twelve-month figure through May 2026 stood at 0.54% (down 47.0% YoY), and the FY2025 full-year result was 2.22%, up 44.0% from the prior year.
- FCF Margin climbed to 1.7% in Q2 2026 per SNX's latest filing, from 5.41% in the prior quarter.
- Across five years, FCF Margin topped out at 8.18% in Q4 2025 and bottomed at 8.7% in Q1 2022.
- Historically, FCF Margin has averaged 0.86% across 5 years, with a median of 1.49% in 2022.
- The sharpest annual moves came in 2022 and 2023: FCF Margin slumped 912 bps in 2022, then jumped 777 bps in 2023.
- Over 5 years, FCF Margin stood at 1.62% in 2022, then fell by 28 bps to 1.17% in 2023, then jumped by 177 bps to 3.24% in 2024, then soared by 153 bps to 8.18% in 2025, then sank by 121 bps to 1.7% in 2026.
- According to Business Quant data, FCF Margin over the past three periods registered 1.7%, 5.41%, and 8.18% for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| May 31, 2026 | -1.70% |
| Feb 28, 2026 | -5.41% |
| Nov 30, 2025 | 8.18% |
| Aug 31, 2025 | 1.37% |
| May 31, 2025 | 3.63% |
| Feb 28, 2025 | -5.43% |
| Nov 30, 2024 | 3.24% |
| Aug 31, 2024 | 2.31% |
| May 31, 2024 | -1.09% |
| Feb 29, 2024 | 2.46% |
| Nov 30, 2023 | 1.17% |
| Aug 31, 2023 | 3.96% |
| May 31, 2023 | 4.82% |
| Feb 28, 2023 | -0.93% |
| Nov 30, 2022 | 1.62% |
| Aug 31, 2022 | -0.65% |
| May 31, 2022 | 6.65% |
| Feb 28, 2022 | -8.70% |
| Nov 30, 2021 | 3.33% |
| Aug 31, 2021 | -1.16% |
Td Synnex 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=SNX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "ticker": "SNX", "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=SNX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();