Amazon Com (AMZN) Change in Account Payables (2009 - 2026)
Amazon Com's (AMZN) quarterly Change in Account Payables came in at $9.4 billion in Q2 2026, up 33.78% year-over-year from $7.1 billion in Q2 2025, and up 208.07% quarter-over-quarter from -$8.7 billion in Q1 2026.
Amazon Com (AMZN) Change in Account Payables (2009 - 2026) Analysis & Trends
Amazon Com has disclosed Change in Account Payables across 18 years of filings, most recently posting $9.4 billion for Q2 2026.
- In Q2 2026, Change in Account Payables rose 33.78% year-over-year to $9.4 billion; the TTM figure through Jun 2026 stood at $9.9 billion (up 671.74% YoY), while the FY2026 annual figure was $13.9 billion, up 122.24% from the prior year.
- Change in Account Payables came in at $9.4 billion for Q2 2026 at Amazon Com, up from -$8.7 billion in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $9.4 billion in Q2 2026 to a low of -$11.3 billion in Q1 2024.
- Average Change in Account Payables over 5 years is -$4.1 billion, with a median of -$6.3 billion recorded in 2022.
- Year-over-year, Change in Account Payables slumped 57.44% in 2022 and soared 172.92% in 2024.
- Over 5 years, Change in Account Payables stood at -$6.9 billion in 2022, then rose by 21.6% to -$5.4 billion in 2023, then decreased by 6.26% to -$5.8 billion in 2024, then soared by 137.38% to $2.2 billion in 2025, then jumped by 338.96% to $9.4 billion in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were $9.4 billion in Q2 2026, -$8.7 billion in Q1 2026, and $2.2 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 9.44 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 467.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | - |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | - |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 35.62 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 15.52 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | 14.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.44 Bn |
| Mar 31, 2026 | -8.74 Bn |
| Sep 30, 2025 | 2.15 Bn |
| Jun 30, 2025 | 7.06 Bn |
| Mar 31, 2025 | -9.04 Bn |
| Sep 30, 2024 | -5.75 Bn |
| Jun 30, 2024 | 6.01 Bn |
| Mar 31, 2024 | -11.28 Bn |
| Sep 30, 2023 | -5.42 Bn |
| Jun 30, 2023 | -8.24 Bn |
| Mar 31, 2023 | -11.26 Bn |
| Sep 30, 2022 | -6.91 Bn |
| Jun 30, 2022 | -5.68 Bn |
| Mar 31, 2022 | -9.38 Bn |
| Sep 30, 2021 | -4.39 Bn |
| Jun 30, 2021 | -8.22 Bn |
| Mar 31, 2021 | -8.27 Bn |
| Sep 30, 2020 | 4.23 Bn |
| Jun 30, 2020 | 8.62 Bn |
| Mar 31, 2020 | -8.04 Bn |
Amazon Com 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=AMZN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "AMZN", "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=AMZN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();