Synergy CHC (SNYR) Selling, General & Administrative (2012 - 2025)
Analysis
Synergy CHC (SNYR) Selling, General & Administrative (2012 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 2.13 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 1.54 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 | 476.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 100.00 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 108.30 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | 436.20 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | 4.37 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 4.37 Mn |
| Sep 30, 2025 | 1.64 Mn |
| Jun 30, 2025 | 1.52 Mn |
| Mar 31, 2025 | 1.31 Mn |
| Dec 31, 2024 | 1.27 Mn |
| Sep 30, 2024 | 1.20 Mn |
| Jun 30, 2024 | 903,838.00 |
| Mar 31, 2024 | 1.35 Mn |
| Dec 31, 2023 | 1.76 Mn |
| Sep 30, 2023 | 1.33 Mn |
| Mar 31, 2020 | 1.33 Mn |
| Dec 31, 2019 | 1.50 Mn |
| Sep 30, 2019 | 1.44 Mn |
| Jun 30, 2019 | 1.07 Mn |
| Mar 31, 2019 | 1.49 Mn |
| Dec 31, 2018 | 2.77 Mn |
| Sep 30, 2018 | 1.19 Mn |
| Jun 30, 2018 | 1.48 Mn |
| Mar 31, 2018 | 1.76 Mn |
| Dec 31, 2017 | 2.12 Mn |
API Access
Synergy CHC Selling, General & Administrative 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=selling-general-and-administrative&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();