Synergy CHC (SNYR) Change in Accured Expenses (2013 - 2025)
Synergy CHC (SNYR) posted Change in Accured Expenses of $2.6 million for Q4 2025, up 288.12% on a QoQ basis from -$1.4 million in Q3 2025, and up 1769.97% year-over-year from $140751.0 in Q4 2024.
Synergy CHC (SNYR) Change in Accured Expenses (2013 - 2025) Analysis & Trends
Synergy CHC has reported Change in Accured Expenses for 11 years, with the latest figure at $2.6 million in Q4 2025.
- On a quarterly basis, Change in Accured Expenses rose 1769.97% year-over-year to $2.6 million in Q4 2025; TTM through Dec 2025 was $622099.0, a 121.67% increase from a year earlier, with the FY2025 full-year figure at $622099.0, up 121.67% from the prior year.
- Change in Accured Expenses was $2.6 million for Q4 2025 at Synergy CHC, up from -$1.4 million in the prior quarter.
- The five-year high for Change in Accured Expenses was $2.7 million in Q4 2023, with the low at -$2.2 million in Q1 2025.
- Average Change in Accured Expenses over 3 years is $49097.3, with a median of -$207003.0 recorded in 2024.
- The largest YoY upside for Change in Accured Expenses was 1769.97% in 2025 against a maximum downside of 575.9% in 2025.
- Over 3 years, Change in Accured Expenses stood at $2.7 million in 2023, then sank by 94.77% to $140751.0 in 2024, then surged by 1769.97% to $2.6 million in 2025.
- The last three Change in Accured Expenses figures came in at $2.6 million (Q4 2025), -$1.4 million (Q3 2025), and $1.6 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Accured Exp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | 135.00 Mn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | 197.00 Mn |
| 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 | -20.10 Mn |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | -300,000.00 |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | -96.40 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 452,154.11 | -2.34 Mn | 2.22 Mn | 2.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.63 Mn |
| Sep 30, 2025 | -1.40 Mn |
| Jun 30, 2025 | 1.61 Mn |
| Mar 31, 2025 | -2.22 Mn |
| Dec 31, 2024 | 140,751.00 |
| Sep 30, 2024 | -207,003.00 |
| Jun 30, 2024 | -995,392.00 |
| Mar 31, 2024 | -1.81 Mn |
| Dec 31, 2023 | 2.69 Mn |
| Mar 31, 2020 | -635,464.00 |
| Dec 31, 2019 | 1.11 Mn |
| Sep 30, 2019 | -676,118.00 |
| Jun 30, 2019 | -1.31 Mn |
| Mar 31, 2019 | -2.04 Mn |
| Dec 31, 2018 | 3.93 Mn |
| Sep 30, 2018 | -1.48 Mn |
| Jun 30, 2018 | 112,821.00 |
| Mar 31, 2018 | -178,084.00 |
| Dec 31, 2017 | 1.51 Mn |
| Sep 30, 2017 | -974,354.00 |
Synergy CHC Change in Accured Expenses 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=change-in-accured-expenses&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();