Synergy CHC (SNYR) Cash from Investing Activities (2015 - 2018)
Synergy CHC (SNYR) posted Cash from Investing Activities of -$3707.0 for Q4 2018, up 93.56% on a QoQ basis from -$57575.0 in Q2 2018, and up 92.38% year-over-year from -$1926.9 in Q4 2017.
Synergy CHC (SNYR) Cash from Investing Activities (2015 - 2018) Analysis & Trends
Synergy CHC has reported Cash from Investing Activities for 4 years, with the latest figure at -$3707.0 in Q4 2018.
- On a quarterly basis, Cash from Investing Activities rose 92.38% year-over-year to -$3707.0 in Q4 2018; TTM through Dec 2018 was -$198007.0, a 89.63% increase from a year earlier, with the FY2018 full-year figure at -$198007.0, up 89.63% from the prior year.
- Cash from Investing Activities was -$3707.0 for Q4 2018 at Synergy CHC, up from -$57575.0 in the prior quarter.
- The five-year high for Cash from Investing Activities was $386021.0 in Q1 2016, with the low at -$4.5 million in Q1 2015.
- Average Cash from Investing Activities over 4 years is -$590217.5, with a median of -$57575.0 recorded in 2018.
- The largest YoY upside for Cash from Investing Activities was 108.58% in 2016 against a maximum downside of 2147.51% in 2016.
- Over 4 years, Cash from Investing Activities stood at $354189.0 in 2015, then plunged by 71.77% to $99998.0 in 2016, then sank by 148.64% to -$48641.0 in 2017, then jumped by 92.38% to -$3707.0 in 2018.
- The last three Cash from Investing Activities figures came in at -$3707.0 (Q4 2018), -$57575.0 (Q2 2018), and -$136725.0 (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | -122.00 Mn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | -78.00 Mn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | -410.00 Mn |
| 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 | 349.40 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | -14.10 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -21.60 Mn |
| 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, 2018 | -3,707.00 |
| Jun 30, 2018 | -57,575.00 |
| Mar 31, 2018 | -136,725.00 |
| Dec 31, 2017 | -48,641.00 |
| Sep 30, 2017 | -1.03 Mn |
| Jun 30, 2017 | -746,687.00 |
| Mar 31, 2017 | -85,583.00 |
| Dec 31, 2016 | 99,998.00 |
| Sep 30, 2016 | -53,738.00 |
| Jun 30, 2016 | -2.78 Mn |
| Mar 31, 2016 | 386,021.00 |
| Dec 31, 2015 | 354,189.00 |
| Sep 30, 2015 | -2,391.00 |
| Jun 30, 2015 | -250,000.00 |
| Mar 31, 2015 | -4.50 Mn |
Synergy CHC Cash from Investing Activities 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=cash-from-investing-activities&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();