Synergy CHC (SNYR) Tax Rate (2016 - 2025)
Synergy CHC (SNYR) posted Tax Rate of 18.39% for Q4 2025, up 289.16% on a QoQ basis from 9.72% in Q3 2025, and down 1690.0% year-over-year from 1.16% in Q4 2024.
Synergy CHC (SNYR) Tax Rate (2016 - 2025) Analysis & Trends
Synergy CHC has reported Tax Rate for 8 years, with the latest figure at 18.39% in Q4 2025.
- On a quarterly basis, Tax Rate fell 1690.0% year-over-year to 18.39% in Q4 2025; TTM through Dec 2025 was 21.0%, a 608.0% increase from a year earlier, with the FY2025 full-year figure at 21.0%, up 608.0% from the prior year.
- Tax Rate was 18.39% for Q4 2025 at Synergy CHC, up from 9.72% in the prior quarter.
- The five-year high for Tax Rate was 35.29% in Q4 2024, with the low at 32.52% in Q3 2024.
- Average Tax Rate over 3 years is 5.16%, with a median of 5.19% recorded in 2023.
- The largest YoY upside for Tax Rate was 4366 bps in 2024 against a maximum downside of 3147 bps in 2024.
- Over 3 years, Tax Rate stood at 8.37% in 2023, then jumped by 522 bps to 35.29% in 2024, then plunged by 48 bps to 18.39% in 2025.
- The last three Tax Rate figures came in at 18.39% (Q4 2025), 9.72% (Q3 2025), and 11.43% (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 24.32% |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 23.75% |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 37.94% |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 28.05% |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 16.03% |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 31.67% |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -616.22% |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | 18.39% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 18.39% |
| Sep 30, 2025 | -9.72% |
| Jun 30, 2025 | 11.43% |
| Mar 31, 2025 | -1.33% |
| Dec 31, 2024 | 35.29% |
| Sep 30, 2024 | -32.52% |
| Jun 30, 2024 | 21.49% |
| Mar 31, 2024 | 17.97% |
| Dec 31, 2023 | -8.37% |
| Sep 30, 2023 | -1.05% |
| Mar 31, 2020 | 52.12% |
| Dec 31, 2019 | 0.99% |
| Sep 30, 2019 | -113.83% |
| Jun 30, 2019 | 11.27% |
| Mar 31, 2019 | -0.40% |
| Dec 31, 2018 | 0.15% |
| Sep 30, 2018 | -57.52% |
| Jun 30, 2018 | -39.64% |
| Mar 31, 2018 | 152.79% |
| Dec 31, 2017 | -4.63% |
Synergy CHC Tax Rate 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=tax-rate&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();