Herbalife (HLF) Dividends Paid - Common Growth (1y) (2010 - 2014)
Analysis
Herbalife (HLF) Dividends Paid - Common Growth (1y) (2010 - 2014) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | -2.53% |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | 1.27% |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | 1.43% |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn | -6.98% |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - | - |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn | 3.34% |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | -2.78% |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | - |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | -1.63% |
| Dec 31, 2013 | -6.06% |
| Sep 30, 2013 | -4.94% |
| Jun 30, 2013 | -11.97% |
| Mar 31, 2013 | -12.13% |
| Dec 31, 2012 | 39.04% |
| Sep 30, 2012 | 37.87% |
| Jun 30, 2012 | 46.86% |
| Mar 31, 2012 | 137.34% |
| Dec 31, 2011 | 57.45% |
| Sep 30, 2011 | 57.72% |
| Jun 30, 2011 | 99.17% |
| Mar 31, 2011 | 22.83% |
| Dec 31, 2010 | 23.45% |
| Sep 30, 2010 | 23.04% |
API Access
Herbalife Dividends Paid - Common 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=dividends-paid-common-growth-1y&ticker=HLF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-1y", "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=dividends-paid-common-growth-1y&ticker=HLF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();