Synergy CHC (SNYR) Retained Earnings (2013 - 2025)
Synergy CHC (SNYR) posted Retained Earnings of -$56.4 million for Q4 2025, down 35.59% on a QoQ basis from -$41.6 million in Q3 2025, and down 27.98% year-over-year from -$78.4 million in Q4 2024.
Synergy CHC (SNYR) Retained Earnings (2013 - 2025) Analysis & Trends
Synergy CHC has reported Retained Earnings for 11 years, with the latest figure at -$56.4 million in Q4 2025.
- On a quarterly basis, Retained Earnings fell 27.98% year-over-year to -$56.4 million in Q4 2025; TTM through Dec 2025 was -$56.4 million, a 27.98% decrease from a year earlier, with the FY2025 full-year figure at -$56.4 million, down 27.98% from the prior year.
- Retained Earnings was -$56.4 million for Q4 2025 at Synergy CHC, down from -$41.6 million in the prior quarter.
- The five-year high for Retained Earnings was -$41.6 million in Q3 2025, with the low at -$56.4 million in Q4 2025.
- Average Retained Earnings over 3 years is -$45.4 million, with a median of -$44.1 million recorded in 2024.
- The largest YoY upside for Retained Earnings was 6.11% in 2025 against a maximum downside of 27.98% in 2025.
- Over 3 years, Retained Earnings stood at -$46.2 million in 2023, then grew by 4.6% to -$44.1 million in 2024, then retreated by 27.98% to -$56.4 million in 2025.
- The last three Retained Earnings figures came in at -$56.4 million (Q4 2025), -$41.6 million (Q3 2025), and -$41.8 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 27.09 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 16.40 Bn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 9.77 Bn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | -1.21 Bn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | 1.75 Bn |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | -4.00 Bn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 1.00 Bn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -544.10 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | -854,046.00 |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | -56.44 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -56.44 Mn |
| Sep 30, 2025 | -41.62 Mn |
| Jun 30, 2025 | -41.75 Mn |
| Mar 31, 2025 | -43.22 Mn |
| Dec 31, 2024 | -44.10 Mn |
| Sep 30, 2024 | -44.33 Mn |
| Dec 31, 2023 | -46.22 Mn |
| Mar 31, 2020 | -23.97 Mn |
| Dec 31, 2019 | -24.23 Mn |
| Sep 30, 2019 | -13.13 Mn |
| Jun 30, 2019 | -13.24 Mn |
| Mar 31, 2019 | -13.56 Mn |
| Dec 31, 2018 | -15.03 Mn |
| Sep 30, 2018 | -9.36 Mn |
| Jun 30, 2018 | -9.71 Mn |
| Mar 31, 2018 | -8.92 Mn |
| Dec 31, 2017 | -8.87 Mn |
| Sep 30, 2017 | -6.73 Mn |
| Jun 30, 2017 | -6.86 Mn |
| Mar 31, 2017 | -6.81 Mn |
Synergy CHC Retained Earnings 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=retained-earnings&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();