Synergy CHC (SNYR) Net Income towards Common Stockholders (2014 - 2025)
Synergy CHC (SNYR) posted Net Income towards Common Stockholders of -$12.1 million for Q4 2025, down 9779.94% on a QoQ basis from $125327.0 in Q3 2025, and down 1971.21% year-over-year from $648329.0 in Q4 2024.
Synergy CHC (SNYR) Net Income towards Common Stockholders (2014 - 2025) Analysis & Trends
Synergy CHC has reported Net Income towards Common Stockholders for 10 years, with the latest figure at -$12.1 million in Q4 2025.
- On a quarterly basis, Net Income towards Common Stockholders fell 1971.21% year-over-year to -$12.1 million in Q4 2025; TTM through Dec 2025 was -$9.7 million, a 462.0% decrease from a year earlier, with the FY2025 full-year figure at -$9.7 million, down 462.0% from the prior year.
- Net Income towards Common Stockholders was -$12.1 million for Q4 2025 at Synergy CHC, down from $125327.0 in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $3.0 million in Q4 2023, with the low at -$12.1 million in Q4 2025.
- Average Net Income towards Common Stockholders over 3 years is -$268425.8, with a median of $719389.5 recorded in 2024.
- The largest YoY upside for Net Income towards Common Stockholders was 124.86% in 2025 against a maximum downside of 1971.21% in 2025.
- Over 3 years, Net Income towards Common Stockholders stood at $3.0 million in 2023, then slumped by 78.54% to $648329.0 in 2024, then tumbled by 1971.21% to -$12.1 million in 2025.
- The last three Net Income towards Common Stockholders figures came in at -$12.1 million (Q4 2025), $125327.0 (Q3 2025), and $1.5 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 719.00 Mn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 456.00 Mn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 295.00 Mn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 118.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 74.40 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 13.70 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -26.50 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | -12.13 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -12.13 Mn |
| Sep 30, 2025 | 125,327.00 |
| Jun 30, 2025 | 1.47 Mn |
| Mar 31, 2025 | 876,264.00 |
| Dec 31, 2024 | 648,329.00 |
| Sep 30, 2024 | 783,593.00 |
| Jun 30, 2024 | 655,186.00 |
| Mar 31, 2024 | 580,530.00 |
| Dec 31, 2023 | 3.02 Mn |
| Sep 30, 2023 | 1.28 Mn |
| Mar 31, 2020 | 262,303.00 |
| Dec 31, 2019 | -10.84 Mn |
| Sep 30, 2019 | 107,864.00 |
| Jun 30, 2019 | 318,462.00 |
| Mar 31, 2019 | 1.47 Mn |
| Dec 31, 2018 | -6.16 Mn |
| Sep 30, 2018 | 345,590.00 |
| Jun 30, 2018 | -783,393.00 |
| Mar 31, 2018 | -55,493.00 |
| Dec 31, 2017 | -2.14 Mn |
Synergy CHC Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();