Herbalife (HLF) Change in Account Payables (2009 - 2026)
Herbalife's (HLF) quarterly Change in Account Payables came in at $12.1 million in Q2 2026, up 168.89% year-over-year from $4.5 million in Q2 2025, and up 200.0% quarter-over-quarter from -$12.1 million in Q1 2026.
Herbalife (HLF) Change in Account Payables (2009 - 2026) Analysis & Trends
Herbalife has disclosed Change in Account Payables across 18 years of filings, most recently posting $12.1 million for Q2 2026.
- In Q2 2026, Change in Account Payables rose 168.89% year-over-year to $12.1 million; the TTM figure through Jun 2026 stood at $8.1 million (up 65.31% YoY), while the FY2025 annual figure was $24.1 million, up 265.07% from the prior year.
- Change in Account Payables came in at $12.1 million for Q2 2026 at Herbalife, up from -$12.1 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $23.3 million in Q2 2023 to a low of -$24.1 million in Q1 2023.
- Average Change in Account Payables over 5 years is $55555.6, with a median of $2.0 million recorded in 2022.
- Year-over-year, Change in Account Payables sank 947.83% in 2023 and soared 784.62% in 2025.
- Over 5 years, Change in Account Payables stood at $2.6 million in 2022, then soared by 80.77% to $4.7 million in 2023, then slumped by 429.79% to -$15.5 million in 2024, then jumped by 175.48% to $11.7 million in 2025, then advanced by 3.42% to $12.1 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were $12.1 million in Q2 2026, -$12.1 million in Q1 2026, and $11.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | - |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | - |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | - |
| 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 | -30.90 Mn |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | - |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | 12.10 Mn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 12.10 Mn |
| Mar 31, 2026 | -12.10 Mn |
| Dec 31, 2025 | 11.70 Mn |
| Sep 30, 2025 | -3.60 Mn |
| Jun 30, 2025 | 4.50 Mn |
| Mar 31, 2025 | 11.50 Mn |
| Dec 31, 2024 | -15.50 Mn |
| Sep 30, 2024 | 4.40 Mn |
| Jun 30, 2024 | -4.80 Mn |
| Mar 31, 2024 | 1.30 Mn |
| Dec 31, 2023 | 4.70 Mn |
| Sep 30, 2023 | -11.30 Mn |
| Jun 30, 2023 | 23.30 Mn |
| Mar 31, 2023 | -24.10 Mn |
| Dec 31, 2022 | 2.60 Mn |
| Sep 30, 2022 | -13.90 Mn |
| Jun 30, 2022 | 12.50 Mn |
| Mar 31, 2022 | -2.30 Mn |
| Dec 31, 2021 | -4.90 Mn |
| Sep 30, 2021 | -5.00 Mn |
Herbalife Change in Account Payables 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=change-in-account-payables&ticker=HLF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=HLF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();