Herbalife (HLF) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026)
Analysis
Herbalife (HLF) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | 1.54% |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | 6.71% |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | -3.84% |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn | -3.64% |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - | 20.01% |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn | -2.58% |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | -4.85% |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | -5.31% |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | 263.71% |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn | -16.47% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.31% |
| Mar 31, 2026 | -3.65% |
| Dec 31, 2025 | -2.72% |
| Sep 30, 2025 | -0.80% |
| Jun 30, 2025 | 0.01% |
| Mar 31, 2025 | -0.25% |
| Dec 31, 2024 | 1.35% |
| Sep 30, 2024 | 4.01% |
| Jun 30, 2024 | 5.45% |
| Mar 31, 2024 | 9.44% |
| Dec 31, 2023 | 9.08% |
| Sep 30, 2023 | 10.02% |
| Jun 30, 2023 | 9.90% |
| Mar 31, 2023 | 9.49% |
| Dec 31, 2022 | 9.39% |
| Jun 30, 2022 | 9.07% |
| Mar 31, 2022 | 8.08% |
| Dec 31, 2021 | 7.09% |
| Sep 30, 2021 | 5.35% |
| Jun 30, 2021 | 3.91% |
API Access
Herbalife Property, Plant & Equipment (Net) Growth (3y) 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-3y&ticker=HLF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "HLF", "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-3y&ticker=HLF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();