Coupang (CPNG) Change in Accured Expenses (2020 - 2026)
Coupang's (CPNG) quarterly Change in Accured Expenses came in at -$297.0 million in Q2 2026, down 881.58% on a YoY basis from $38.0 million in Q2 2025, and down 128.46% quarter-over-quarter from -$130.0 million in Q1 2026.
Coupang (CPNG) Change in Accured Expenses (2020 - 2026) Analysis & Trends
Coupang (CPNG) has reported Change in Accured Expenses for 7 consecutive years, with -$297.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Accured Expenses fell 881.58% year-over-year to -$297.0 million; the trailing twelve-month figure through Jun 2026 stood at -$655.0 million (down 72.82% YoY), and the FY2025 full-year result was -$283.0 million, down 32.86% from the prior year.
- Change in Accured Expenses retreated to -$297.0 million in Q2 2026 per CPNG's latest filing, from -$130.0 million in the prior quarter.
- Across five years, Change in Accured Expenses topped out at $141.0 million in Q2 2024 and bottomed at -$297.0 million in Q2 2026.
- Historically, Change in Accured Expenses has averaged -$77.3 million across 5 years, with a median of -$72.9 million in 2022.
- The sharpest annual moves came in 2024 and 2026: Change in Accured Expenses jumped 246.88% in 2024, then plunged 881.58% in 2026.
- Over 5 years, Change in Accured Expenses stood at -$25.0 million in 2022, then slumped by 372.23% to -$118.0 million in 2023, then retreated by 5.08% to -$124.0 million in 2024, then slipped by 28.23% to -$159.0 million in 2025, then tumbled by 86.79% to -$297.0 million in 2026.
- According to Business Quant data, Change in Accured Expenses over the past three periods registered -$297.0 million, -$130.0 million, and -$159.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -297.00 Mn |
| Mar 31, 2026 | -130.00 Mn |
| Dec 31, 2025 | -159.00 Mn |
| Sep 30, 2025 | -69.00 Mn |
| Jun 30, 2025 | 38.00 Mn |
| Mar 31, 2025 | -93.00 Mn |
| Dec 31, 2024 | -124.00 Mn |
| Sep 30, 2024 | -200.00 Mn |
| Jun 30, 2024 | 141.00 Mn |
| Mar 31, 2024 | -30.00 Mn |
| Dec 31, 2023 | -118.00 Mn |
| Sep 30, 2023 | -28.00 Mn |
| Jun 30, 2023 | -96.00 Mn |
| Mar 31, 2023 | -47.00 Mn |
| Dec 31, 2022 | -24.99 Mn |
| Sep 30, 2022 | -27.28 Mn |
| Jun 30, 2022 | -76.75 Mn |
| Mar 31, 2022 | -49.98 Mn |
| Dec 31, 2021 | 301.13 Mn |
| Sep 30, 2021 | -7.08 Mn |
Coupang 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=CPNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "ticker": "CPNG", "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=CPNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();