Synergy CHC (SNYR) Property, Plant & Equipment (Net) Growth (1y) (2016 - 2020)
Analysis
Synergy CHC (SNYR) Property, Plant & Equipment (Net) Growth (1y) (2016 - 2020) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 2.43% |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 9.22% |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 9.99% |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | -1.60% |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | 63.24% |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | -7.10% |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | -17.71% |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | -11.44% |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | -7.08% |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | -98.95% |
| Dec 31, 2019 | -98.77% |
| Sep 30, 2019 | -18.40% |
| Jun 30, 2019 | -18.94% |
| Mar 31, 2019 | -19.09% |
| Dec 31, 2018 | -18.71% |
| Sep 30, 2018 | -11.18% |
| Jun 30, 2018 | -3.59% |
| Mar 31, 2018 | 2.75% |
| Dec 31, 2017 | 3.20% |
| Sep 30, 2017 | -10.11% |
| Jun 30, 2017 | -15.48% |
| Mar 31, 2017 | -24.75% |
| Dec 31, 2016 | -24.26% |
| Sep 30, 2016 | 431,365.16% |
| Jun 30, 2016 | 1,098,965.65% |
| Mar 31, 2016 | 1,089,701.33% |
API Access
Synergy CHC Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();