Synergy CHC (SNYR) Change in Cash (2013 - 2025)
Synergy CHC (SNYR) posted Change in Cash of $1.6 million for Q4 2025, up 457.43% on a QoQ basis from -$452072.0 in Q3 2025, and up 277.05% year-over-year from $428545.0 in Q4 2024.
Synergy CHC (SNYR) Change in Cash (2013 - 2025) Analysis & Trends
Synergy CHC has reported Change in Cash for 11 years, with the latest figure at $1.6 million in Q4 2025.
- On a quarterly basis, Change in Cash rose 277.05% year-over-year to $1.6 million in Q4 2025; TTM through Dec 2025 was $1.9 million, a 3392.57% increase from a year earlier, with the FY2025 full-year figure at $1.9 million, up 3392.57% from the prior year.
- Change in Cash was $1.6 million for Q4 2025 at Synergy CHC, up from -$452072.0 in the prior quarter.
- The five-year high for Change in Cash was $1.6 million in Q4 2025, with the low at -$823456.0 in Q2 2024.
- Average Change in Cash over 3 years is $264942.9, with a median of $278215.0 recorded in 2024.
- The largest YoY upside for Change in Cash was 277.05% in 2025 against a maximum downside of 362.71% in 2025.
- Over 3 years, Change in Cash stood at $394707.0 in 2023, then gained by 8.57% to $428545.0 in 2024, then jumped by 277.05% to $1.6 million in 2025.
- The last three Change in Cash figures came in at $1.6 million (Q4 2025), -$452072.0 (Q3 2025), and $1.3 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 35.00 Mn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 35.00 Mn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 804.00 Mn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | - |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 40.20 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 97.40 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -79.60 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | 1.62 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.62 Mn |
| Sep 30, 2025 | -452,072.00 |
| Jun 30, 2025 | 1.28 Mn |
| Mar 31, 2025 | -510,038.00 |
| Dec 31, 2024 | 428,545.00 |
| Sep 30, 2024 | 172,082.00 |
| Jun 30, 2024 | -823,456.00 |
| Mar 31, 2024 | 278,215.00 |
| Dec 31, 2023 | 394,707.00 |
| Mar 31, 2020 | -909,581.00 |
| Dec 31, 2019 | -164,797.00 |
| Sep 30, 2019 | 288,044.00 |
| Jun 30, 2019 | 375,080.00 |
| Mar 31, 2019 | 230,271.00 |
| Dec 31, 2018 | -1.15 Mn |
| Sep 30, 2018 | 738,642.00 |
| Jun 30, 2018 | -821,785.00 |
| Mar 31, 2018 | -269,065.00 |
| Dec 31, 2017 | -3.45 Mn |
| Sep 30, 2017 | 4.52 Mn |
Synergy CHC Change in Cash 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-cash&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();