Synergy CHC (SNYR) Exchange Rate Effect (2016 - 2025)
Synergy CHC (SNYR) posted Exchange Rate Effect of -$147111.0 for Q4 2025, down 464.14% on a QoQ basis from -$26077.0 in Q3 2025, and down 174.16% year-over-year from $198358.6 in Q4 2024.
Synergy CHC (SNYR) Exchange Rate Effect (2016 - 2025) Analysis & Trends
Synergy CHC has reported Exchange Rate Effect for 8 years, with the latest figure at -$147111.0 in Q4 2025.
- On a quarterly basis, Exchange Rate Effect fell 174.16% year-over-year to -$147111.0 in Q4 2025; TTM through Dec 2025 was -$135249.0, a 347.3% decrease from a year earlier, with the FY2025 full-year figure at -$135249.0, down 347.3% from the prior year.
- Exchange Rate Effect was -$147111.0 for Q4 2025 at Synergy CHC, down from -$26077.0 in the prior quarter.
- The five-year high for Exchange Rate Effect was $131637.0 in Q1 2024, with the low at -$147111.0 in Q4 2025.
- Average Exchange Rate Effect over 3 years is -$22350.9, with a median of -$26077.0 recorded in 2025.
- The largest YoY upside for Exchange Rate Effect was 67.0% in 2025 against a maximum downside of 174.16% in 2025.
- Over 3 years, Exchange Rate Effect stood at -$120599.0 in 2023, then soared by 55.51% to -$53658.0 in 2024, then slumped by 174.16% to -$147111.0 in 2025.
- The last three Exchange Rate Effect figures came in at -$147111.0 (Q4 2025), -$26077.0 (Q3 2025), and $39874.0 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 13.00 Mn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 12.00 Mn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 1.00 Mn |
| 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 | -3.00 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 100,000.00 |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -8.20 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | -147,111.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -147,111.00 |
| Sep 30, 2025 | -26,077.00 |
| Jun 30, 2025 | 39,874.00 |
| Mar 31, 2025 | -1,935.00 |
| Dec 31, 2024 | -53,658.00 |
| Sep 30, 2024 | -79,025.00 |
| Jun 30, 2024 | 55,736.00 |
| Mar 31, 2024 | 131,637.00 |
| Dec 31, 2023 | -120,599.00 |
| Mar 31, 2020 | 334,491.00 |
| Dec 31, 2019 | -68,762.00 |
| Sep 30, 2019 | 47,011.00 |
| Jun 30, 2019 | -75,061.00 |
| Mar 31, 2019 | -70,940.00 |
| Dec 31, 2018 | 171,279.00 |
| Sep 30, 2018 | -17,577.00 |
| Jun 30, 2018 | 42,891.00 |
| Mar 31, 2018 | 60,513.00 |
| Dec 31, 2017 | -30,727.00 |
| Sep 30, 2017 | -34,150.00 |
Synergy CHC Exchange Rate Effect 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=exchange-rate-effect&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();