Synergy CHC (SNYR) EPS (Basic) (2014 - 2025)
Synergy CHC (SNYR) posted EPS (Basic) of -$1.25 for Q4 2025, down 10165.8% on a QoQ basis from $0.01 in Q3 2025, and down 1560.41% year-over-year from $0.09 in Q4 2024.
Synergy CHC (SNYR) EPS (Basic) (2014 - 2025) Analysis & Trends
Synergy CHC has reported EPS (Basic) for 10 years, with the latest figure at -$1.25 in Q4 2025.
- On a quarterly basis, EPS (Basic) fell 1560.41% year-over-year to -$1.25 in Q4 2025; TTM through Dec 2025 was -$0.99, a 382.52% decrease from a year earlier, with the FY2025 full-year figure at -$0.99, down 382.52% from the prior year.
- EPS (Basic) was -$1.25 for Q4 2025 at Synergy CHC, down from $0.01 in the prior quarter.
- The five-year high for EPS (Basic) was $0.41 in Q4 2023, with the low at -$1.25 in Q4 2025.
- Average EPS (Basic) over 3 years is -$0.0, with a median of $0.1 recorded in 2025.
- The largest YoY upside for EPS (Basic) was 85.7% in 2025 against a maximum downside of 1560.41% in 2025.
- Over 3 years, EPS (Basic) stood at $0.41 in 2023, then plunged by 79.14% to $0.09 in 2024, then sank by 1560.41% to -$1.25 in 2025.
- The last three EPS (Basic) figures came in at -$1.25 (Q4 2025), $0.01 (Q3 2025), and $0.17 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 0.90 |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 0.24 |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 0.89 |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 0.55 |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 0.53 |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 0.30 |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -0.25 |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | -1.25 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.25 |
| Sep 30, 2025 | 0.01 |
| Jun 30, 2025 | 0.17 |
| Mar 31, 2025 | 0.10 |
| Dec 31, 2024 | 0.09 |
| Sep 30, 2024 | 0.10 |
| Jun 30, 2024 | 0.09 |
| Mar 31, 2024 | 0.08 |
| Dec 31, 2023 | 0.41 |
| Sep 30, 2023 | 0.17 |
| Mar 31, 2020 | 0.03 |
| Dec 31, 2019 | -1.43 |
| Sep 30, 2019 | 0.01 |
| Jun 30, 2019 | 0.04 |
| Mar 31, 2019 | 0.19 |
| Dec 31, 2018 | -0.82 |
| Sep 30, 2018 | 0.05 |
| Jun 30, 2018 | -0.10 |
| Mar 31, 2018 | -0.01 |
| Dec 31, 2017 | -0.28 |
Synergy CHC EPS (Basic) 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=eps-basic&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();