Coupang (CPNG) Other Non Operating Income (2020 - 2026)
Coupang's (CPNG) quarterly Other Non Operating Income came in at $6.0 million in Q2 2026, down 68.42% on a YoY basis from $19.0 million in Q2 2025, and up 113.64% quarter-over-quarter from -$44.0 million in Q1 2026.
Coupang (CPNG) Other Non Operating Income (2020 - 2026) Analysis & Trends
Coupang (CPNG) has reported Other Non Operating Income for 7 consecutive years, with $6.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income fell 68.42% year-over-year to $6.0 million; the trailing twelve-month figure through Jun 2026 stood at -$82.0 million (down 730.77% YoY), and the FY2025 full-year result was $11.0 million, up 128.21% from the prior year.
- Other Non Operating Income climbed to $6.0 million in Q2 2026 per CPNG's latest filing, from -$44.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $36.0 million in Q1 2025 and bottomed at -$46.0 million in Q4 2024.
- Historically, Other Non Operating Income has averaged -$8.7 million across 5 years, with a median of -$6.5 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Other Non Operating Income plunged 4700.0% in 2024, then jumped 500.0% in 2025.
- Over 5 years, Other Non Operating Income stood at -$43.5 million in 2022, then soared by 102.3% to $1.0 million in 2023, then slumped by 4700.0% to -$46.0 million in 2024, then jumped by 63.04% to -$17.0 million in 2025, then soared by 135.29% to $6.0 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $6.0 million, -$44.0 million, and -$17.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn |
| 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 |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.00 Mn |
| Mar 31, 2026 | -44.00 Mn |
| Dec 31, 2025 | -17.00 Mn |
| Sep 30, 2025 | -27.00 Mn |
| Jun 30, 2025 | 19.00 Mn |
| Mar 31, 2025 | 36.00 Mn |
| Dec 31, 2024 | -46.00 Mn |
| Sep 30, 2024 | 4.00 Mn |
| Jun 30, 2024 | 12.00 Mn |
| Mar 31, 2024 | -9.00 Mn |
| Dec 31, 2023 | 1.00 Mn |
| Sep 30, 2023 | -8.00 Mn |
| Jun 30, 2023 | -6.00 Mn |
| Mar 31, 2023 | -7.00 Mn |
| Dec 31, 2022 | -43.49 Mn |
| Sep 30, 2022 | 11.22 Mn |
| Jun 30, 2022 | -34.20 Mn |
| Mar 31, 2022 | -3.81 Mn |
| Dec 31, 2021 | 49.29 Mn |
| Sep 30, 2021 | -4.03 Mn |
Coupang Other Non Operating Income 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=other-non-operating-income&ticker=CPNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CPNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();