Herbalife (HLF) Dividends Paid - Common (QoQ) (2009 - 2014)
Analysis
Herbalife (HLF) Dividends Paid - Common (QoQ) (2009 - 2014) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn |
| 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 |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - |
| 10 | Honest Company | 611.15 Mn | 505.26 Mn | 40.36 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | -0.16% |
| Dec 31, 2013 | -1.14% |
| Sep 30, 2013 | -0.32% |
| Jun 30, 2013 | -0.01% |
| Mar 31, 2013 | -4.66% |
| Dec 31, 2012 | 0.04% |
| Sep 30, 2012 | -7.69% |
| Jun 30, 2012 | -0.20% |
| Mar 31, 2012 | 50.88% |
| Dec 31, 2011 | -0.80% |
| Sep 30, 2011 | -1.67% |
| Jun 30, 2011 | 61.28% |
| Mar 31, 2011 | 0.09% |
| Dec 31, 2010 | -0.63% |
| Sep 30, 2010 | 24.17% |
| Jun 30, 2010 | -0.54% |
| Mar 31, 2010 | 0.59% |
| Dec 31, 2009 | -0.96% |
API Access
Herbalife Dividends Paid - Common (QoQ) 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-qoq&ticker=HLF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-qoq", "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-qoq&ticker=HLF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();