Amazon Com (AMZN) Change in Accured Expenses (2009 - 2026)
Amazon Com's (AMZN) quarterly Change in Accured Expenses came in at -$10.1 billion in Q2 2026, down 11.65% year-over-year from -$11.4 billion in Q2 2025, and down 25.08% quarter-over-quarter from -$8.0 billion in Q1 2026.
Amazon Com (AMZN) Change in Accured Expenses (2009 - 2026) Analysis & Trends
Amazon Com has disclosed Change in Accured Expenses across 18 years of filings, most recently posting -$10.1 billion for Q2 2026.
- In Q2 2026, Change in Accured Expenses fell 11.65% year-over-year to -$10.1 billion; the TTM figure through Jun 2026 stood at -$38.1 billion (down 40.74% YoY), while the FY2026 annual figure was -$6.1 billion, down 25.34% from the prior year.
- Change in Accured Expenses came in at -$10.1 billion for Q2 2026 at Amazon Com, down from -$8.0 billion in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of -$2.9 billion in Q1 2024 to a low of -$11.0 billion in Q3 2025.
- Average Change in Accured Expenses over 5 years is -$7.3 billion, with a median of -$7.3 billion recorded in 2022.
- Year-over-year, Change in Accured Expenses soared 49.19% in 2024 and slumped 98.1% in 2026.
- Over 5 years, Change in Accured Expenses stood at -$7.3 billion in 2022, then slipped by 23.0% to -$9.0 billion in 2023, then advanced by 23.01% to -$6.9 billion in 2024, then sank by 58.54% to -$11.0 billion in 2025, then grew by 8.62% to -$10.1 billion in 2026.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$10.1 billion in Q2 2026, -$8.0 billion in Q1 2026, and -$11.0 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -10.06 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -297.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 202.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 7.15 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 12.07 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 3.81 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -2.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.06 Bn |
| Mar 31, 2026 | -8.05 Bn |
| Sep 30, 2025 | -11.01 Bn |
| Jun 30, 2025 | -9.01 Bn |
| Mar 31, 2025 | -4.06 Bn |
| Sep 30, 2024 | -6.95 Bn |
| Jun 30, 2024 | -7.08 Bn |
| Mar 31, 2024 | -2.93 Bn |
| Sep 30, 2023 | -9.02 Bn |
| Jun 30, 2023 | -7.70 Bn |
| Mar 31, 2023 | -5.76 Bn |
| Sep 30, 2022 | -7.34 Bn |
| Jun 30, 2022 | -7.32 Bn |
| Mar 31, 2022 | -5.90 Bn |
| Sep 30, 2021 | -7.21 Bn |
| Jun 30, 2021 | -5.75 Bn |
| Mar 31, 2021 | -4.06 Bn |
| Sep 30, 2020 | -1.38 Bn |
| Jun 30, 2020 | 1.70 Bn |
| Mar 31, 2020 | -2.76 Bn |
Amazon Com Change in Accured Expenses 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-accured-expenses&ticker=AMZN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=AMZN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();