Synergy CHC (SNYR) Inventory Average (2015 - 2025)
Synergy CHC (SNYR) posted Inventory Average of $2.9 million for Q4 2025, up 30.45% on a QoQ basis from $2.3 million in Q3 2025, and up 62.21% year-over-year from $1.8 million in Q4 2024.
Synergy CHC (SNYR) Inventory Average (2015 - 2025) Analysis & Trends
Synergy CHC has reported Inventory Average for 8 years, with the latest figure at $2.9 million in Q4 2025.
- On a quarterly basis, Inventory Average rose 62.21% year-over-year to $2.9 million in Q4 2025; TTM through Dec 2025 was $2.9 million, a 62.21% increase from a year earlier, with the FY2025 full-year figure at $2.7 million, changed 0.21% from the prior year.
- Inventory Average was $2.9 million for Q4 2025 at Synergy CHC, up from $2.3 million in the prior quarter.
- The five-year high for Inventory Average was $2.9 million in Q4 2025, with the low at $1.8 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | 2.13 Bn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | 1.70 Bn |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | 1.51 Bn |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn | 791.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - | 161.36 Mn |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn | 1.09 Bn |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | 441.55 Mn |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | 501.15 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 452,154.11 | -2.34 Mn | 2.22 Mn | 2.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.94 Mn |
| Sep 30, 2025 | 2.26 Mn |
| Jun 30, 2025 | 2.36 Mn |
| Mar 31, 2025 | 2.03 Mn |
| Dec 31, 2024 | 1.81 Mn |
| Mar 31, 2020 | 1.79 Mn |
| Dec 31, 2019 | 2.05 Mn |
| Sep 30, 2019 | 2.36 Mn |
| Jun 30, 2019 | 2.58 Mn |
| Mar 31, 2019 | 2.67 Mn |
| Dec 31, 2018 | 3.03 Mn |
| Sep 30, 2018 | 3.27 Mn |
| Jun 30, 2018 | 3.20 Mn |
| Mar 31, 2018 | 3.05 Mn |
| Dec 31, 2017 | 2.47 Mn |
| Sep 30, 2017 | 1.56 Mn |
| Jun 30, 2017 | 877,256.50 |
| Mar 31, 2017 | 921,700.50 |
| Dec 31, 2016 | 1.04 Mn |
| Sep 30, 2016 | 897,186.50 |
Synergy CHC Inventory Average 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=inventory-average&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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=inventory-average&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();