Synergy CHC (SNYR) Property, Plant & Equipment (Net) (2015 - 2020)
Analysis
Synergy CHC (SNYR) Property, Plant & Equipment (Net) (2015 - 2020) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 4.64 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | 2.23 Bn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 6.95 Bn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn | 1.11 Bn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - | 121.69 Mn |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn | 849.00 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn | 292.70 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn | 412.50 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | 3.63 Mn |
| 10 | Synergy CHC | 1.02 Mn | -1.77 Mn | 2.22 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | 112,907.00 |
| Dec 31, 2019 | 135,898.00 |
| Sep 30, 2019 | 10.16 Mn |
| Jun 30, 2019 | 10.46 Mn |
| Mar 31, 2019 | 10.76 Mn |
| Dec 31, 2018 | 11.07 Mn |
| Sep 30, 2018 | 12.45 Mn |
| Jun 30, 2018 | 12.91 Mn |
| Mar 31, 2018 | 13.30 Mn |
| Dec 31, 2017 | 13.62 Mn |
| Sep 30, 2017 | 14.02 Mn |
| Jun 30, 2017 | 13.39 Mn |
| Mar 31, 2017 | 12.95 Mn |
| Dec 31, 2016 | 13.20 Mn |
| Sep 30, 2016 | 15.59 Mn |
| Jun 30, 2016 | 15.84 Mn |
| Mar 31, 2016 | 17.21 Mn |
| Dec 31, 2015 | 17.42 Mn |
| Sep 30, 2015 | 3,614.00 |
| Jun 30, 2015 | 1,441.00 |
API Access
Synergy CHC Property, Plant & Equipment (Net) 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&ticker=SNYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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&ticker=SNYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();