Synergy CHC (SNYR) EBITDA (2014 - 2025)
Synergy CHC (SNYR) posted EBITDA of -$13.3 million for Q4 2025, down 1139.85% on a QoQ basis from $1.3 million in Q3 2025.
Analysis
Synergy CHC (SNYR) EBITDA (2014 - 2025) Analysis & Trends
Synergy CHC has reported EBITDA for 10 years, with the latest figure at -$13.3 million in Q4 2025.
- On a quarterly basis, EBITDA changed N/A year-over-year to -$13.3 million in Q4 2025; TTM through Dec 2025 was -$9.4 million, a 311.72% decrease from a year earlier, with the FY2025 full-year figure at -$8.5 million, down 945.87% from the prior year.
- EBITDA was -$13.3 million for Q4 2025 at Synergy CHC, down from $1.3 million in the prior quarter.
- The five-year high for EBITDA was $4.4 million in Q4 2023, with the low at -$13.3 million in Q4 2025.
- Average EBITDA over 3 years is $179106.8, with a median of $1.6 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: EBITDA tumbled 51.1% in 2024, then gained 21.8% in 2025.
- Over 3 years, EBITDA stood at $4.4 million in 2023, then plunged by 76.26% to $1.1 million in 2024, then plunged by 1366.58% to -$13.3 million in 2025.
- The last three EBITDA figures came in at -$13.3 million (Q4 2025), $1.3 million (Q3 2025), and $1.6 million (Q2 2025), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 1.02 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 699.00 Mn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 633.00 Mn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 216.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 23.50 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 25.00 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | 128.30 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | -13.31 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -13.31 Mn |
| Sep 30, 2025 | 1.28 Mn |
| Jun 30, 2025 | 1.62 Mn |
| Mar 31, 2025 | 1.00 Mn |
| Sep 30, 2024 | 1.05 Mn |
| Jun 30, 2024 | 1.58 Mn |
| Mar 31, 2024 | 1.81 Mn |
| Dec 31, 2023 | 4.43 Mn |
| Sep 30, 2023 | 2.15 Mn |
| Mar 31, 2020 | 1.03 Mn |
| Dec 31, 2019 | -10.82 Mn |
| Sep 30, 2019 | 394,372.00 |
| Jun 30, 2019 | 739,717.00 |
| Mar 31, 2019 | 1.86 Mn |
| Dec 31, 2018 | -5.85 Mn |
| Sep 30, 2018 | 677,896.00 |
| Jun 30, 2018 | -56,190.00 |
| Mar 31, 2018 | 462,316.00 |
| Dec 31, 2017 | -1.66 Mn |
| Sep 30, 2017 | 472,071.00 |
API Access
Synergy CHC EBITDA 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=ebitda&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();