Synergy CHC (SNYR) Interest Coverage Ratio (2015 - 2025)
Synergy CHC (SNYR) posted Interest Coverage Ratio of 8.49 for Q4 2025, down 872.48% on a QoQ basis from 1.1 in Q3 2025, and down 1066.58% year-over-year from 0.88 in Q4 2024.
Synergy CHC (SNYR) Interest Coverage Ratio (2015 - 2025) Analysis & Trends
Synergy CHC has reported Interest Coverage Ratio for 8 years, with the latest figure at 8.49 in Q4 2025.
- On a quarterly basis, Interest Coverage Ratio fell 1066.58% year-over-year to 8.49 in Q4 2025; TTM through Dec 2025 was 1.43, a 200.89% decrease from a year earlier, with the FY2025 full-year figure at 1.43, down 201.12% from the prior year.
- Interest Coverage Ratio was 8.49 for Q4 2025 at Synergy CHC, down from 1.1 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 2.12 in Q2 2024, with the low at 8.49 in Q4 2025.
- Average Interest Coverage Ratio over 3 years is 0.05, with a median of 0.99 recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Interest Coverage Ratio jumped 161.45% in 2024, then slumped 1066.58% in 2025.
- Over 3 years, Interest Coverage Ratio stood at 0.65 in 2023, then soared by 35.82% to 0.88 in 2024, then plunged by 1066.58% to 8.49 in 2025.
- The last three Interest Coverage Ratio figures came in at 8.49 (Q4 2025), 1.1 (Q3 2025), and 0.77 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 16.39 |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | - |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 11.94 |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 3.43 |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | - |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 1.50 |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | 3.21 |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | -8.49 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -8.49 |
| Sep 30, 2025 | 1.10 |
| Jun 30, 2025 | 0.77 |
| Mar 31, 2025 | 1.78 |
| Dec 31, 2024 | 0.88 |
| Sep 30, 2024 | 1.49 |
| Jun 30, 2024 | 2.12 |
| Mar 31, 2024 | 1.63 |
| Dec 31, 2023 | 0.65 |
| Sep 30, 2023 | -2.43 |
| Mar 31, 2020 | 108.10 |
| Dec 31, 2018 | -21.93 |
| Sep 30, 2018 | 2.22 |
| Jun 30, 2018 | -0.31 |
| Mar 31, 2018 | -1.58 |
| Dec 31, 2017 | -5.00 |
| Sep 30, 2017 | 1.63 |
| Jun 30, 2017 | -0.49 |
| Mar 31, 2017 | -12.77 |
| Dec 31, 2016 | 15.11 |
Synergy CHC Interest Coverage Ratio 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=interest-coverage-ratio&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();