Herbalife (HLF) Cash from Investing Activities (2009 - 2026)
Herbalife's (HLF) quarterly Cash from Investing Activities came in at -$21.6 million in Q2 2026, up 57.31% year-over-year from -$13.7 million in Q2 2025, and down 92.86% quarter-over-quarter from -$11.2 million in Q1 2026.
Herbalife (HLF) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Herbalife has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$21.6 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 57.31% year-over-year to -$21.6 million; the TTM figure through Jun 2026 stood at -$72.1 million (up 15.18% YoY), while the FY2025 annual figure was -$108.7 million, down 28.49% from the prior year.
- Cash from Investing Activities came in at -$21.6 million for Q2 2026 at Herbalife, down from -$11.2 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $10.0 million in Q3 2024 to a low of -$50.6 million in Q2 2025.
- Average Cash from Investing Activities over 5 years is -$28.7 million, with a median of -$32.0 million recorded in 2023.
- Year-over-year, Cash from Investing Activities soared 132.15% in 2024 and sank 306.0% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$42.8 million in 2022, then gained by 17.76% to -$35.2 million in 2023, then gained by 27.27% to -$25.6 million in 2024, then gained by 26.95% to -$18.7 million in 2025, then retreated by 15.51% to -$21.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$21.6 million in Q2 2026, -$11.2 million in Q1 2026, and -$18.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | -122.00 Mn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | -78.00 Mn |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | -410.00 Mn |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn | - |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - | - |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn | 349.40 Mn |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | -14.10 Mn |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | -21.60 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn | -762,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -21.60 Mn |
| Mar 31, 2026 | -11.20 Mn |
| Dec 31, 2025 | -18.70 Mn |
| Sep 30, 2025 | -20.60 Mn |
| Jun 30, 2025 | -50.60 Mn |
| Mar 31, 2025 | -18.80 Mn |
| Dec 31, 2024 | -25.60 Mn |
| Sep 30, 2024 | 10.00 Mn |
| Jun 30, 2024 | -36.20 Mn |
| Mar 31, 2024 | -32.80 Mn |
| Dec 31, 2023 | -35.20 Mn |
| Sep 30, 2023 | -31.10 Mn |
| Jun 30, 2023 | -38.30 Mn |
| Mar 31, 2023 | -30.20 Mn |
| Dec 31, 2022 | -42.80 Mn |
| Sep 30, 2022 | -37.60 Mn |
| Jun 30, 2022 | -34.60 Mn |
| Mar 31, 2022 | -41.20 Mn |
| Dec 31, 2021 | -47.50 Mn |
| Sep 30, 2021 | -40.50 Mn |
Herbalife Cash from Investing Activities 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=cash-from-investing-activities&ticker=HLF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=HLF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();