Synergy CHC (SNYR) Receivables - Other (2014 - 2025)
Synergy CHC (SNYR) posted Receivables - Other of -$528506.0 for Q4 2025, down 124.21% on a QoQ basis from $2.2 million in Q3 2025, and down 126.43% year-over-year from $2.0 million in Q4 2024.
Synergy CHC (SNYR) Receivables - Other (2014 - 2025) Analysis & Trends
Synergy CHC has reported Receivables - Other for 9 years, with the latest figure at -$528506.0 in Q4 2025.
- On a quarterly basis, Receivables - Other fell 126.43% year-over-year to -$528506.0 in Q4 2025; TTM through Sep 2025 was $2.2 million, a N/A change from a year earlier, with the FY2025 full-year figure at $1.7 million, down 17.27% from the prior year.
- Receivables - Other was -$528506.0 for Q4 2025 at Synergy CHC, down from $2.2 million in the prior quarter.
- The five-year high for Receivables - Other was $2.2 million in Q3 2025, with the low at -$528506.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 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 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -528,506.00 |
| Sep 30, 2025 | 2.18 Mn |
| Jun 30, 2025 | 2.03 Mn |
| Mar 31, 2025 | 1.86 Mn |
| Dec 31, 2024 | 2.00 Mn |
| Mar 31, 2020 | 470,984.00 |
| Dec 31, 2019 | 277,432.00 |
| Jun 30, 2019 | 120,660.00 |
| Sep 30, 2018 | 274,814.00 |
| Jun 30, 2018 | 277,381.00 |
| Mar 31, 2018 | 8.65 Mn |
| Dec 31, 2017 | 559,243.00 |
| Sep 30, 2017 | 9.57 Mn |
| Jun 30, 2017 | 1.68 Mn |
| Mar 31, 2017 | 2.68 Mn |
| Dec 31, 2016 | 3.68 Mn |
| Sep 30, 2016 | 3.53 Mn |
| Jun 30, 2016 | 3.68 Mn |
| Mar 31, 2016 | 4.11 Mn |
| Dec 31, 2015 | 4.27 Mn |
Synergy CHC Receivables - Other 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=receivables-other&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();