Perrigo (PRGO) Change in Account Payables (2013 - 2026)
Perrigo's (PRGO) quarterly Change in Account Payables came in at -$30.9 million in Q2 2026, down 14.02% year-over-year from -$35.9 million in Q2 2025, and up 13.93% quarter-over-quarter from -$35.9 million in Q1 2026.
Perrigo (PRGO) Change in Account Payables (2013 - 2026) Analysis & Trends
Perrigo (PRGO) has reported Change in Account Payables for 14 consecutive years, with -$30.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Account Payables fell 14.02% year-over-year to -$30.9 million in Q2 2026; TTM through Jun 2026 was -$75.6 million, a 470.59% decrease from a year earlier, with the FY2025 full-year figure at -$28.7 million, down 152.95% from the prior year.
- Change in Account Payables was -$30.9 million for Q2 2026 at Perrigo, up from -$35.9 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $72.6 million in Q2 2022 and troughed at -$39.0 million in Q3 2023.
- A 5-year average of -$383333.3 and a median of -$15.0 million in 2024 frame the typical range for Change in Account Payables.
- Across the five-year window, Change in Account Payables jumped 2068.0% in 2022 and slumped 598.61% in 2026, its largest moves.
- Over 5 years, Change in Account Payables stood at $54.2 million in 2022, then slumped by 50.18% to $27.0 million in 2023, then soared by 118.89% to $59.1 million in 2024, then slumped by 92.55% to $4.4 million in 2025, then tumbled by 802.27% to -$30.9 million in 2026.
- The last three Change in Account Payables figures came in at -$30.9 million (Q2 2026), -$35.9 million (Q1 2026), and $4.4 million (Q4 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 |
|---|---|
| Jun 27, 2026 | -30.90 Mn |
| Mar 28, 2026 | -35.90 Mn |
| Dec 31, 2025 | 4.40 Mn |
| Sep 27, 2025 | -13.20 Mn |
| Jun 28, 2025 | -27.10 Mn |
| Mar 29, 2025 | 7.20 Mn |
| Dec 31, 2024 | 59.10 Mn |
| Sep 28, 2024 | -18.80 Mn |
| Jun 29, 2024 | 30.60 Mn |
| Mar 30, 2024 | -16.70 Mn |
| Dec 31, 2023 | 27.00 Mn |
| Sep 30, 2023 | -24.10 Mn |
| Jul 1, 2023 | -39.00 Mn |
| Apr 1, 2023 | -29.80 Mn |
| Dec 31, 2022 | 54.20 Mn |
| Oct 1, 2022 | -18.10 Mn |
| Jul 2, 2022 | -8.40 Mn |
| Apr 2, 2022 | 72.60 Mn |
| Dec 31, 2021 | 2.50 Mn |
| Oct 2, 2021 | 12.10 Mn |
Perrigo 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=PRGO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "PRGO", "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=PRGO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();