Amneal Pharmaceuticals (AMRX) Change in Account Payables (2017 - 2026)
Amneal Pharmaceuticals (AMRX) posted Change in Account Payables of -$8.5 million for Q2 2026, up 79.25% on a QoQ basis from -$41.1 million in Q1 2026, and down 232.93% year-over-year from $6.4 million in Q2 2025.
Amneal Pharmaceuticals (AMRX) Change in Account Payables (2017 - 2026) Analysis & Trends
Amneal Pharmaceuticals has reported Change in Account Payables for 10 years, with the latest figure at -$8.5 million in Q2 2026.
- On a quarterly basis, Change in Account Payables fell 232.93% year-over-year to -$8.5 million in Q2 2026; TTM through Jun 2026 was -$54.0 million, a 207.74% decrease from a year earlier, with the FY2025 full-year figure at $931000.0, down 98.29% from the prior year.
- Change in Account Payables was -$8.5 million for Q2 2026 at Amneal Pharmaceuticals, up from -$41.1 million in the prior quarter.
- The five-year high for Change in Account Payables was $34.1 million in Q4 2024, with the low at -$41.1 million in Q1 2026.
- Average Change in Account Payables over 5 years is $980055.6, with a median of $1.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Change in Account Payables tumbled 6605.33% in 2022, then surged 1493.61% in 2023.
- Over 5 years, Change in Account Payables stood at -$407000.0 in 2022, then soared by 1493.61% to $5.7 million in 2023, then soared by 501.23% to $34.1 million in 2024, then plunged by 106.38% to -$2.2 million in 2025, then slumped by 292.0% to -$8.5 million in 2026.
- The last three Change in Account Payables figures came in at -$8.5 million (Q2 2026), -$41.1 million (Q1 2026), and -$2.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | - |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | -21.20 Mn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | 45.25 Mn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | -8.53 Mn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | - |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | -1.12 Mn |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | 30.70 Mn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | - |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | - |
| 10 | NutriBand | 94.45 Mn | 91.03 Mn | 181,874.00 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.53 Mn |
| Mar 31, 2026 | -41.10 Mn |
| Dec 31, 2025 | -2.18 Mn |
| Sep 30, 2025 | -2.19 Mn |
| Jun 30, 2025 | 6.42 Mn |
| Mar 31, 2025 | -1.12 Mn |
| Dec 31, 2024 | 34.10 Mn |
| Sep 30, 2024 | 10.72 Mn |
| Jun 30, 2024 | 4.12 Mn |
| Mar 31, 2024 | 5.50 Mn |
| Dec 31, 2023 | 5.67 Mn |
| Sep 30, 2023 | 1.24 Mn |
| Jun 30, 2023 | 1.24 Mn |
| Mar 31, 2023 | 1.67 Mn |
| Dec 31, 2022 | -407,000.00 |
| Sep 30, 2022 | -5.03 Mn |
| Jun 30, 2022 | 2.38 Mn |
| Mar 31, 2022 | 5.13 Mn |
| Dec 31, 2021 | 1.63 Mn |
| Sep 30, 2021 | -75,000.00 |
Amneal Pharmaceuticals 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=AMRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "AMRX", "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=AMRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();