Synergy CHC (SNYR) Other Non-Current Liabilities (2015 - 2017)
Synergy CHC (SNYR) posted Other Non-Current Liabilities of $4.5 million for Q4 2017, up 1349.31% on a QoQ basis from $313752.0 in Q4 2016, and up 1349.31% year-over-year from $313752.0 in Q4 2016.
Synergy CHC (SNYR) Other Non-Current Liabilities (2015 - 2017) Analysis & Trends
Synergy CHC has reported Other Non-Current Liabilities for 3 years, with the latest figure at $4.5 million in Q4 2017.
- On a quarterly basis, Other Non-Current Liabilities rose 1349.31% year-over-year to $4.5 million in Q4 2017; TTM through Dec 2017 was $4.5 million, a 1349.31% increase from a year earlier, with the FY2017 full-year figure at $4.5 million, up 1349.31% from the prior year.
- Other Non-Current Liabilities was $4.5 million for Q4 2017 at Synergy CHC, up from $313752.0 in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $4.5 million in Q4 2017, with the low at $313752.0 in Q4 2016.
- Average Other Non-Current Liabilities over 3 years is $2.4 million, with a median of $2.3 million recorded in 2016.
- The sharpest annual moves came in 2016 and 2017: Other Non-Current Liabilities plunged 89.87% in 2016, then soared 1349.31% in 2017.
- Over 3 years, Other Non-Current Liabilities stood at $3.1 million in 2015, then slumped by 89.87% to $313752.0 in 2016, then jumped by 1349.31% to $4.5 million in 2017.
- The last three Other Non-Current Liabilities figures came in at $4.5 million (Q4 2017), $313752.0 (Q4 2016), and $1.5 million (Q3 2016), per Business Quant data.
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, 2017 | 4.55 Mn |
| Dec 31, 2016 | 313,752.00 |
| Sep 30, 2016 | 1.54 Mn |
| Jun 30, 2016 | 2.67 Mn |
| Mar 31, 2016 | 2.01 Mn |
| Dec 31, 2015 | 3.10 Mn |
Synergy CHC Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();