Synergy CHC (SNYR) EV to EBITDA (2025)
Synergy CHC (SNYR) posted EV to EBITDA of 1.37 for Q4 2025, down 107.06% on a QoQ basis from 19.41 in Q3 2025.
Analysis
Synergy CHC (SNYR) EV to EBITDA (2025) Analysis & Trends
Synergy CHC has reported EV to EBITDA for 1 years, with the latest figure at 1.37 in Q4 2025.
- On a quarterly basis, EV to EBITDA changed N/A year-over-year to 1.37 in Q4 2025; TTM through Dec 2025 was 1.94, a 123.73% decrease from a year earlier, with the FY2025 full-year figure at 2.16, down 105.94% from the prior year.
- EV to EBITDA was 1.37 for Q4 2025 at Synergy CHC, down from 19.41 in the prior quarter.
- The five-year high for EV to EBITDA was 19.44 in Q1 2025, with the low at 1.37 in Q4 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn |
| 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 |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - |
| 10 | Synergy CHC | 452,154.11 | -2.34 Mn | 2.22 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.37 |
| Sep 30, 2025 | 19.41 |
| Jun 30, 2025 | 15.51 |
| Mar 31, 2025 | 19.44 |
API Access
Synergy CHC EV to 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=ev-to-ebitda&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-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=ev-to-ebitda&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();