Synergy CHC (SNYR) Other Working Capital Changes (2018 - 2025)
Synergy CHC (SNYR) posted Other Working Capital Changes of -$328.0 for Q4 2025, up 89.19% on a QoQ basis from -$3033.0 in Q3 2025, and down 101.48% year-over-year from $22152.0 in Q4 2024.
Synergy CHC (SNYR) Other Working Capital Changes (2018 - 2025) Analysis & Trends
Synergy CHC has reported Other Working Capital Changes for 6 years, with the latest figure at -$328.0 in Q4 2025.
- On a quarterly basis, Other Working Capital Changes rose 337.21% year-over-year to $7140.0 in Q3 2018; TTM through Sep 2018 was $40238.0, a N/A change from a year earlier, with the FY2017 full-year figure at -$32942.0, down 191.51% from the prior year.
- Other Working Capital Changes was $7140.0 for Q3 2018 at Synergy CHC, down from $34108.0 in the prior quarter.
- The five-year high for Other Working Capital Changes was $34108.0 in Q2 2018, with the low at -$27267.0 in Q1 2017.
- Average Other Working Capital Changes over 3 years is -$789.44, with a median of -$328.0 recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Other Working Capital Changes jumped 297.63% in 2024, then slumped 287.26% in 2025.
- Over 2 years, Other Working Capital Changes stood at -$4745.0 in 2017, then jumped by 250.47% to $7140.0 in 2018.
- The last three Other Working Capital Changes figures came in at $7140.0 (Q3 2018), $34108.0 (Q2 2018), and $3735.0 (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn |
| 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 |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - |
| 10 | Synergy CHC | 452,154.11 | -2.34 Mn | 2.22 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -328.00 |
| Dec 31, 2025 | -328.00 |
| Sep 30, 2025 | -3,033.00 |
| Sep 30, 2025 | -3,033.00 |
| Jun 30, 2025 | 4,851.00 |
| Jun 30, 2025 | 4,851.00 |
| Mar 31, 2025 | -24,216.00 |
| Mar 31, 2025 | -24,216.00 |
| Dec 31, 2024 | 22,152.00 |
| Dec 31, 2024 | 22,152.00 |
| Sep 30, 2024 | -9,153.00 |
| Sep 30, 2024 | -9,153.00 |
| Jun 30, 2024 | -15,881.00 |
| Jun 30, 2024 | -15,881.00 |
| Mar 31, 2024 | 12,932.00 |
| Mar 31, 2024 | 12,932.00 |
| Dec 31, 2023 | 5,571.00 |
| Dec 31, 2023 | 5,571.00 |
| Mar 31, 2020 | 9,250.00 |
| Mar 31, 2020 | 9,250.00 |
Synergy CHC Other Working Capital Changes 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=other-working-capital-changes&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();