Synergy CHC (SNYR) Gains from Investment Securities (2017 - 2019)
Synergy CHC (SNYR) posted Gains from Investment Securities of -$71043.0 for Q2 2019, down 172.23% on a QoQ basis from $98357.0 in Q1 2019, and up 13.3% year-over-year from -$62701.2 in Q2 2018.
Synergy CHC (SNYR) Gains from Investment Securities (2017 - 2019) Analysis & Trends
Synergy CHC has reported Gains from Investment Securities for 3 years, with the latest figure at -$71043.0 in Q2 2019.
- On a quarterly basis, Gains from Investment Securities rose 13.3% year-over-year to -$71043.0 in Q2 2019; TTM through Jun 2019 was $128251.0, a 443.74% increase from a year earlier, with the FY2018 full-year figure at $131868.0, up 9.39% from the prior year.
- Gains from Investment Securities was -$71043.0 for Q2 2019 at Synergy CHC, down from $98357.0 in the prior quarter.
- The five-year high for Gains from Investment Securities was $179755.0 in Q4 2018, with the low at -$81945.0 in Q2 2018.
- Average Gains from Investment Securities over 3 years is $18979.8, with a median of -$3672.0 recorded in 2017.
- The largest YoY upside for Gains from Investment Securities was 512.54% in 2018 against a maximum downside of 114.82% in 2018.
- Over 3 years, Gains from Investment Securities stood at $29346.0 in 2017, then soared by 512.54% to $179755.0 in 2018, then tumbled by 139.52% to -$71043.0 in 2019.
- The last three Gains from Investment Securities figures came in at -$71043.0 (Q2 2019), $98357.0 (Q1 2019), and $179755.0 (Q4 2018), 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 |
|---|---|
| Jun 30, 2019 | -71,043.00 |
| Mar 31, 2019 | 98,357.00 |
| Dec 31, 2018 | 179,755.00 |
| Sep 30, 2018 | -78,818.00 |
| Jun 30, 2018 | -81,945.00 |
| Mar 31, 2018 | 112,876.00 |
| Dec 31, 2017 | 29,346.00 |
| Sep 30, 2017 | -36,690.00 |
Synergy CHC Gains from Investment Securities 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=gains-from-investment-securities&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();