Synergy CHC (SNYR) Inventory (2014 - 2025)
Synergy CHC (SNYR) posted Inventory of $3.7 million for Q4 2025, up 74.16% on a QoQ basis from $2.1 million in Q3 2025, and up 117.73% year-over-year from $1.7 million in Q4 2024.
Synergy CHC (SNYR) Inventory (2014 - 2025) Analysis & Trends
Synergy CHC has reported Inventory for 10 years, with the latest figure at $3.7 million in Q4 2025.
- On a quarterly basis, Inventory rose 117.73% year-over-year to $3.7 million in Q4 2025; TTM through Dec 2025 was $3.7 million, a 117.73% increase from a year earlier, with the FY2025 full-year figure at $3.7 million, up 117.73% from the prior year.
- Inventory was $3.7 million for Q4 2025 at Synergy CHC, up from $2.1 million in the prior quarter.
- The five-year high for Inventory was $3.7 million in Q4 2025, with the low at $1.7 million in Q4 2024.
- Average Inventory over 3 years is $2.6 million, with a median of $2.3 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Inventory slumped 53.93% in 2024, then soared 117.73% in 2025.
- Over 3 years, Inventory stood at $3.7 million in 2023, then tumbled by 53.93% to $1.7 million in 2024, then jumped by 117.73% to $3.7 million in 2025.
- The last three Inventory figures came in at $3.7 million (Q4 2025), $2.1 million (Q3 2025), and $2.4 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 2.18 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 1.72 Bn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 1.54 Bn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 883.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | 159.13 Mn |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 1.06 Bn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 433.00 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | 507.70 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | 674,196.00 |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | 3.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.74 Mn |
| Sep 30, 2025 | 2.15 Mn |
| Jun 30, 2025 | 2.36 Mn |
| Mar 31, 2025 | 2.35 Mn |
| Dec 31, 2024 | 1.72 Mn |
| Sep 30, 2024 | 1.91 Mn |
| Dec 31, 2023 | 3.73 Mn |
| Mar 31, 2020 | 1.71 Mn |
| Dec 31, 2019 | 1.86 Mn |
| Sep 30, 2019 | 2.23 Mn |
| Jun 30, 2019 | 2.49 Mn |
| Mar 31, 2019 | 2.67 Mn |
| Dec 31, 2018 | 2.67 Mn |
| Sep 30, 2018 | 3.38 Mn |
| Jun 30, 2018 | 3.16 Mn |
| Mar 31, 2018 | 3.25 Mn |
| Dec 31, 2017 | 2.84 Mn |
| Sep 30, 2017 | 2.10 Mn |
| Jun 30, 2017 | 1.01 Mn |
| Mar 31, 2017 | 740,624.00 |
Synergy CHC Inventory 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&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();