Synergy CHC (SNYR) Non Operating Income (2018 - 2025)
Synergy CHC (SNYR) posted Non Operating Income of -$1.6 million for Q4 2025, down 33.46% on a QoQ basis from -$1.2 million in Q3 2025, and down 23.0% year-over-year from -$2.0 million in Q4 2024.
Synergy CHC (SNYR) Non Operating Income (2018 - 2025) Analysis & Trends
Synergy CHC has reported Non Operating Income for 6 years, with the latest figure at -$1.6 million in Q4 2025.
- On a quarterly basis, Non Operating Income fell 23.0% year-over-year to -$1.6 million in Q4 2025; TTM through Dec 2025 was -$3.8 million, a 5.34% decrease from a year earlier, with the FY2025 full-year figure at -$3.8 million, down 5.34% from the prior year.
- Non Operating Income was -$1.6 million for Q4 2025 at Synergy CHC, down from -$1.2 million in the prior quarter.
- The five-year high for Non Operating Income was $877993.0 in Q3 2023, with the low at -$6.8 million in Q4 2023.
- Average Non Operating Income over 3 years is -$1.3 million, with a median of -$1.1 million recorded in 2024.
- The largest YoY upside for Non Operating Income was 105.29% in 2025 against a maximum downside of 153.66% in 2025.
- Over 3 years, Non Operating Income stood at -$6.8 million in 2023, then soared by 81.47% to -$1.3 million in 2024, then retreated by 23.0% to -$1.6 million in 2025.
- The last three Non Operating Income figures came in at -$1.6 million (Q4 2025), -$1.2 million (Q3 2025), and $39609.0 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | - |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | -11.00 Mn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | - |
| 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 | - |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 9.70 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | - |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | -1.56 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.56 Mn |
| Sep 30, 2025 | -1.17 Mn |
| Jun 30, 2025 | 39,609.00 |
| Mar 31, 2025 | -1.08 Mn |
| Dec 31, 2024 | -1.26 Mn |
| Sep 30, 2024 | -459,581.00 |
| Jun 30, 2024 | -749,024.00 |
| Mar 31, 2024 | -1.10 Mn |
| Dec 31, 2023 | -6.83 Mn |
| Sep 30, 2023 | 877,993.00 |
| Mar 31, 2020 | 457,339.00 |
| Dec 31, 2019 | 346,536.00 |
| Sep 30, 2019 | 312,763.00 |
| Mar 31, 2019 | 361,877.00 |
| Dec 31, 2018 | 284,593.00 |
| Sep 30, 2018 | 420,197.00 |
Synergy CHC Non Operating Income 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=non-operating-income&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();