Prestige Consumer Healthcare (PBH) Change in Account Payables (2010 - 2025)
Prestige Consumer Healthcare (PBH) posted Change in Account Payables of -$4.1 million for Q4 2025, down 120.66% on a QoQ basis from $19.8 million in Q3 2025, and up 63.68% year-over-year from -$2.5 million in Q4 2024.
Prestige Consumer Healthcare (PBH) Change in Account Payables (2010 - 2025) Analysis & Trends
Prestige Consumer Healthcare has reported Change in Account Payables for 16 years, with the latest figure at -$4.1 million in Q4 2025.
- On a quarterly basis, Change in Account Payables rose 63.68% year-over-year to -$4.1 million in Q4 2025; TTM through Dec 2025 was $17.9 million, a 190.12% increase from a year earlier, with the FY2025 full-year figure at -$19.4 million, up 22.27% from the prior year.
- Change in Account Payables was -$4.1 million for Q4 2025 at Prestige Consumer Healthcare, down from $19.8 million in the prior quarter.
- The five-year high for Change in Account Payables was $19.8 million in Q3 2025, with the low at -$15.6 million in Q2 2021.
- Average Change in Account Payables over 5 years is $446700.0, with a median of -$783500.0 recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Change in Account Payables slumped 766.38% in 2023, then jumped 366.33% in 2025.
- Over 5 years, Change in Account Payables stood at $2.2 million in 2021, then jumped by 258.65% to $7.9 million in 2022, then plunged by 165.31% to -$5.1 million in 2023, then slumped by 118.8% to -$11.3 million in 2024, then soared by 63.68% to -$4.1 million in 2025.
- The last three Change in Account Payables figures came in at -$4.1 million (Q4 2025), $19.8 million (Q3 2025), and $2.8 million (Q2 2025), per Business Quant data.
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 |
|---|---|
| Dec 31, 2025 | -4.09 Mn |
| Sep 30, 2025 | 19.79 Mn |
| Jun 30, 2025 | 2.76 Mn |
| Mar 31, 2025 | -560,000.00 |
| Dec 31, 2024 | -11.26 Mn |
| Sep 30, 2024 | -8.19 Mn |
| Jun 30, 2024 | 591,000.00 |
| Mar 31, 2024 | -1.01 Mn |
| Dec 31, 2023 | -5.14 Mn |
| Sep 30, 2023 | -13.22 Mn |
| Jun 30, 2023 | -5.60 Mn |
| Mar 31, 2023 | -1.63 Mn |
| Dec 31, 2022 | 7.88 Mn |
| Sep 30, 2022 | -1.53 Mn |
| Jun 30, 2022 | 2.54 Mn |
| Mar 31, 2022 | 15.23 Mn |
| Dec 31, 2021 | 2.20 Mn |
| Sep 30, 2021 | 7.28 Mn |
| Jun 30, 2021 | -15.55 Mn |
| Mar 31, 2021 | 18.45 Mn |
Prestige Consumer Healthcare 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=PBH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "PBH", "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=PBH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();