Synergy CHC (SNYR) Research & Development (2015 - 2025)
Synergy CHC (SNYR) posted Research & Development of $4.5 million for Q4 2025, up 63.73% on a QoQ basis from $2.7 million in Q3 2025, and up 16.33% year-over-year from $3.8 million in Q4 2024.
Synergy CHC (SNYR) Research & Development (2015 - 2025) Analysis & Trends
Synergy CHC has reported Research & Development for 9 years, with the latest figure at $4.5 million in Q4 2025.
- On a quarterly basis, Research & Development rose 16.33% year-over-year to $4.5 million in Q4 2025; TTM through Dec 2025 was $13.1 million, a 1.13% increase from a year earlier, with the FY2025 full-year figure at $13.1 million, up 1.13% from the prior year.
- Research & Development was $4.5 million for Q4 2025 at Synergy CHC, up from $2.7 million in the prior quarter.
- The five-year high for Research & Development was $4.7 million in Q4 2023, with the low at $2.5 million in Q3 2024.
- Average Research & Development over 3 years is $3.5 million, with a median of $3.3 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Research & Development sank 41.67% in 2024, then increased 16.33% in 2025.
- Over 3 years, Research & Development stood at $4.7 million in 2023, then decreased by 17.47% to $3.8 million in 2024, then climbed by 16.33% to $4.5 million in 2025.
- The last three Research & Development figures came in at $4.5 million (Q4 2025), $2.7 million (Q3 2025), and $3.1 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | R&D (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | - |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | - |
| 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 | 129.50 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 13.30 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 | 4.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 4.47 Mn |
| Sep 30, 2025 | 2.73 Mn |
| Jun 30, 2025 | 3.06 Mn |
| Mar 31, 2025 | 2.88 Mn |
| Dec 31, 2024 | 3.84 Mn |
| Sep 30, 2024 | 2.51 Mn |
| Jun 30, 2024 | 3.06 Mn |
| Mar 31, 2024 | 3.58 Mn |
| Dec 31, 2023 | 4.66 Mn |
| Sep 30, 2023 | 4.30 Mn |
| Mar 31, 2020 | 2.25 Mn |
| Dec 31, 2019 | 2.74 Mn |
| Sep 30, 2019 | 2.77 Mn |
| Jun 30, 2019 | 2.65 Mn |
| Mar 31, 2019 | 3.31 Mn |
| Dec 31, 2018 | 4.34 Mn |
| Sep 30, 2018 | 3.96 Mn |
| Jun 30, 2018 | 5.15 Mn |
| Mar 31, 2018 | 4.25 Mn |
| Dec 31, 2017 | 3.24 Mn |
Synergy CHC Research & Development 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=research-and-development&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();