Synergy CHC (SNYR) FCF Margin (2014 - 2025)
Synergy CHC (SNYR) posted FCF Margin of 10.29% for Q4 2025, up 135.69% on a QoQ basis from 28.83% in Q3 2025, and up 4364.0% year-over-year from 0.23% in Q4 2024.
Synergy CHC (SNYR) FCF Margin (2014 - 2025) Analysis & Trends
Synergy CHC has reported FCF Margin for 10 years, with the latest figure at 10.29% in Q4 2025.
- On a quarterly basis, FCF Margin rose 4364.0% year-over-year to 10.29% in Q4 2025; TTM through Dec 2025 was 4.95%, a 884.0% increase from a year earlier, with the FY2025 full-year figure at 8.51%, up 528.0% from the prior year.
- FCF Margin was 10.29% for Q4 2025 at Synergy CHC, up from 28.83% in the prior quarter.
- The five-year high for FCF Margin was 23.9% in Q4 2023, with the low at 33.35% in Q4 2024.
- Average FCF Margin over 3 years is 5.29%, with a median of 3.33% recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: FCF Margin slumped 5726 bps in 2024, then jumped 4364 bps in 2025.
- Over 3 years, FCF Margin stood at 23.9% in 2023, then tumbled by 240 bps to 33.35% in 2024, then soared by 131 bps to 10.29% in 2025.
- The last three FCF Margin figures came in at 10.29% (Q4 2025), 28.83% (Q3 2025), and 0.95% (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | 16.17% |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | 15.78% |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | 13.27% |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn | - |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - | - |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn | 6.68% |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | 18.08% |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | 1.63% |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 452,154.11 | -2.34 Mn | 2.22 Mn | 10.29% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 10.29% |
| Sep 30, 2025 | -28.83% |
| Jun 30, 2025 | -0.95% |
| Mar 31, 2025 | -2.74% |
| Dec 31, 2024 | -33.35% |
| Sep 30, 2024 | -3.33% |
| Jun 30, 2024 | -3.51% |
| Mar 31, 2024 | -9.12% |
| Dec 31, 2023 | 23.90% |
| Mar 31, 2020 | -21.28% |
| Dec 31, 2019 | 6.73% |
| Sep 30, 2019 | 10.23% |
| Jun 30, 2019 | 15.19% |
| Mar 31, 2019 | 8.59% |
| Dec 31, 2018 | -14.20% |
| Sep 30, 2018 | 14.48% |
| Jun 30, 2018 | -2.46% |
| Mar 31, 2018 | 8.49% |
| Dec 31, 2017 | -29.29% |
| Sep 30, 2017 | -25.72% |
Synergy CHC 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=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "ticker": "SNYR", "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=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();