Coupang (CPNG) Other financing activities (2020 - 2026)
Coupang's (CPNG) quarterly Other financing activities came in at $1.0 million in Q1 2026, up 108.33% on a YoY basis from $480000.0 in Q1 2025, and up 200.0% quarter-over-quarter from -$1.0 million in Q3 2025.
Coupang (CPNG) Other financing activities (2020 - 2026) Analysis & Trends
Coupang (CPNG) has reported Other financing activities for 7 consecutive years, with $1.0 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Other financing activities rose 108.33% year-over-year to $1.0 million; the trailing twelve-month figure through Mar 2026 stood at -$15.0 million (up 37.5% YoY), and the FY2025 full-year result was -$28.0 million, down 166.67% from the prior year.
- Other financing activities advanced to $1.0 million in Q1 2026 per CPNG's latest filing, from -$1.0 million in the prior quarter.
- Across five years, Other financing activities topped out at $54.0 million in Q1 2024 and bottomed at -$35.0 million in Q3 2023.
- Historically, Other financing activities has averaged $2.7 million across 5 years, with a median of $1.0 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Other financing activities soared 1183.75% in 2022, then sank 1600.0% in 2025.
- Over 5 years, Other financing activities stood at $3.0 million in 2022, then declined by 0.07% to $3.0 million in 2023, then slumped by 166.67% to -$2.0 million in 2024, then soared by 50.0% to -$1.0 million in 2025, then jumped by 200.0% to $1.0 million in 2026.
- According to Business Quant data, Other financing activities over the past three periods registered $1.0 million, -$1.0 million, and -$15.0 million for Q1 2026, Q3 2025, and Q2 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 |
|---|---|
| Mar 31, 2026 | 1.00 Mn |
| Sep 30, 2025 | -1.00 Mn |
| Jun 30, 2025 | -15.00 Mn |
| Mar 31, 2025 | -12.00 Mn |
| Dec 31, 2024 | -2.00 Mn |
| Sep 30, 2024 | -11.00 Mn |
| Jun 30, 2024 | 1.00 Mn |
| Mar 31, 2024 | 54.00 Mn |
| Dec 31, 2023 | 3.00 Mn |
| Sep 30, 2023 | -35.00 Mn |
| Jun 30, 2023 | -2.00 Mn |
| Mar 31, 2023 | 44.00 Mn |
| Dec 31, 2022 | 3.00 Mn |
| Sep 30, 2022 | 2.63 Mn |
| Jun 30, 2022 | 4.18 Mn |
| Mar 31, 2022 | 8.18 Mn |
| Dec 31, 2021 | -277,000.00 |
| Mar 31, 2021 | 3.43 Bn |
| Dec 31, 2020 | 17.39 Mn |
| Sep 30, 2020 | 3.16 Mn |
Coupang Other financing activities 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-financing-activities&ticker=CPNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=CPNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();