Synergy CHC (SNYR) Asset Writedowns and Impairment (2018 - 2019)
Synergy CHC (SNYR) posted Asset Writedowns and Impairment of -$1.9 million for Q4 2019, down 107.98% on a QoQ basis from -$924068.0 in Q4 2018, and down 107.98% year-over-year from $24.1 million in Q4 2018.
Synergy CHC (SNYR) Asset Writedowns and Impairment (2018 - 2019) Analysis & Trends
Synergy CHC has reported Asset Writedowns and Impairment for 2 years, with the latest figure at -$1.9 million in Q4 2019.
- On a quarterly basis, Asset Writedowns and Impairment fell 107.98% year-over-year to -$1.9 million in Q4 2019; TTM through Dec 2019 was -$1.9 million, a 107.98% decrease from a year earlier, with the FY2025 full-year figure at $2.3 million, up 1700.23% from the prior year.
- Asset Writedowns and Impairment was -$1.9 million for Q4 2019 at Synergy CHC, down from -$924068.0 in the prior quarter.
- The five-year high for Asset Writedowns and Impairment was -$924068.0 in Q4 2018, with the low at -$1.9 million in Q4 2019.
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 |
Synergy CHC Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();