Coupang (CPNG) Change in Cash (2020 - 2026)
Coupang's (CPNG) quarterly Change in Cash came in at -$187.0 million in Q2 2026, down 127.14% on a YoY basis from $689.0 million in Q2 2025, and down 790.48% quarter-over-quarter from -$21.0 million in Q1 2026.
Coupang (CPNG) Change in Cash (2020 - 2026) Analysis & Trends
Coupang (CPNG) has reported Change in Cash for 7 consecutive years, with -$187.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 127.14% year-over-year to -$187.0 million; the trailing twelve-month figure through Jun 2026 stood at -$685.0 million (down 162.56% YoY), and the FY2025 full-year result was $381.0 million, down 12.21% from the prior year.
- Change in Cash fell to -$187.0 million in Q2 2026 per CPNG's latest filing, from -$21.0 million in the prior quarter.
- Across five years, Change in Cash topped out at $689.0 million in Q2 2025 and bottomed at -$912.0 million in Q4 2025.
- Historically, Change in Cash has averaged $133.0 million across 5 years, with a median of $168.5 million in 2024.
- The widest YoY moves for Change in Cash: up 834.78% in 2025, down 1421.74% in 2025.
- Over 5 years, Change in Cash stood at $627.1 million in 2022, then slumped by 46.42% to $336.0 million in 2023, then sank by 79.46% to $69.0 million in 2024, then slumped by 1421.74% to -$912.0 million in 2025, then surged by 79.5% to -$187.0 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$187.0 million, -$21.0 million, and -$912.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -23.77 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -6.95 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -187.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 61.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 4.20 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 1.61 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -24.27 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -31.45 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -187.00 Mn |
| Mar 31, 2026 | -21.00 Mn |
| Dec 31, 2025 | -912.00 Mn |
| Sep 30, 2025 | 435.00 Mn |
| Jun 30, 2025 | 689.00 Mn |
| Mar 31, 2025 | 169.00 Mn |
| Dec 31, 2024 | 69.00 Mn |
| Sep 30, 2024 | 168.00 Mn |
| Jun 30, 2024 | 220.00 Mn |
| Mar 31, 2024 | -23.00 Mn |
| Dec 31, 2023 | 336.00 Mn |
| Sep 30, 2023 | 517.00 Mn |
| Jun 30, 2023 | 620.00 Mn |
| Mar 31, 2023 | 437.00 Mn |
| Dec 31, 2022 | 627.13 Mn |
| Sep 30, 2022 | -211.94 Mn |
| Jun 30, 2022 | -405.40 Mn |
| Mar 31, 2022 | -132.79 Mn |
| Dec 31, 2021 | -459.71 Mn |
| Sep 30, 2021 | -190.68 Mn |
Coupang Change in Cash 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-cash&ticker=CPNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=CPNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();