Synergy CHC (SNYR) Asset Utilization Ratio (2015 - 2025)
Synergy CHC (SNYR) posted Asset Utilization Ratio of 3.38 for Q4 2025, up 21.22% on a QoQ basis from 2.79 in Q3 2025, and up 38.5% year-over-year from 2.44 in Q4 2024.
Synergy CHC (SNYR) Asset Utilization Ratio (2015 - 2025) Analysis & Trends
Synergy CHC has reported Asset Utilization Ratio for 8 years, with the latest figure at 3.38 in Q4 2025.
- On a quarterly basis, Asset Utilization Ratio rose 38.5% year-over-year to 3.38 in Q4 2025; TTM through Dec 2025 was 3.38, a 38.5% increase from a year earlier, with the FY2025 full-year figure at 2.29, down 5.96% from the prior year.
- Asset Utilization Ratio was 3.38 for Q4 2025 at Synergy CHC, up from 2.79 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 3.46 in Q1 2025, with the low at 2.44 in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 1.26 |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 0.58 |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 0.93 |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 1.44 |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 0.53 |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 0.63 |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | 1.81 |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | 3.38 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.38 |
| Sep 30, 2025 | 2.79 |
| Jun 30, 2025 | 3.14 |
| Mar 31, 2025 | 3.46 |
| Dec 31, 2024 | 2.44 |
| Mar 31, 2020 | 4.88 |
| Dec 31, 2019 | 2.69 |
| Sep 30, 2019 | 1.66 |
| Jun 30, 2019 | 1.64 |
| Mar 31, 2019 | 1.70 |
| Dec 31, 2018 | 1.68 |
| Sep 30, 2018 | 1.65 |
| Jun 30, 2018 | 1.55 |
| Mar 31, 2018 | 1.47 |
| Dec 31, 2017 | 1.43 |
| Sep 30, 2017 | 1.64 |
| Jun 30, 2017 | 2.00 |
| Mar 31, 2017 | 1.84 |
| Dec 31, 2016 | 1.55 |
| Sep 30, 2016 | 1.48 |
Synergy CHC Asset Utilization 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=asset-utilization-ratio&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-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=asset-utilization-ratio&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();