Analysts expect Coupang, Inc. to report revenue of 9.18 B for Q3 26, against a range of 8.84 B to 9.51 B. The most recent reported quarter, Q2 26, came in at 8.86 B, a 6.0% miss against the 9.43 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 7.87 B | 7.96 B | 7.91 B | 8.52 B | 9.27 B | 8.84 B | 8.50 B | 8.86 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 8.65 B | 8.29 B | 8.05 B | 8.64 B | 9.08 B | 9.97 B | 9.36 B | 10.36 B | 9.51 B | 10.91 B | 11.30 B | 11.88 B | 12.70 B | 12.83 B | 12.02 B | 13.09 B | ||||||||||
| Low Estimate | 7.45 B | 7.06 B | 6.95 B | 7.41 B | 8.14 B | 8.82 B | 8.62 B | 8.49 B | 8.84 B | 9.62 B | 9.42 B | 9.78 B | 10.51 B | 10.76 B | 11.24 B | 11.19 B | ||||||||||
| Consensus Estimate | 8.05 B | 7.67 B | 7.50 B | 8.02 B | 8.61 B | 9.40 B | 8.99 B | 9.43 B | 9.18 B | 10.26 B | 10.36 B | 10.83 B | 11.60 B | 11.80 B | 11.63 B | 12.14 B |
Analysts expect Coupang, Inc. to report earnings per share of -0.06 for Q3 26, against a range of -0.07 to -0.05. The most recent reported quarter, Q2 26, came in at -0.32, a 23.1% miss against the -0.26 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.04 | 0.08 | 0.06 | 0.02 | 0.05 | -0.01 | -0.15 | -0.32 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.01 | 0.01 | 0.05 | 0.08 | 0.04 | 0.03 | -0.07 | -0.25 | -0.05 | 0.05 | 0.05 | 0.11 | 0.13 | 0.19 | 0.14 | 0.16 | ||||||||||
| Low Estimate | 0.01 | 0.01 | 0.05 | 0.06 | 0.04 | 0.03 | -0.09 | -0.27 | -0.07 | 0.05 | 0.05 | 0.09 | 0.11 | 0.17 | 0.12 | 0.14 | ||||||||||
| Consensus Estimate | 0.01 | 0.01 | 0.05 | 0.07 | 0.04 | 0.03 | -0.08 | -0.26 | -0.06 | 0.05 | 0.05 | 0.10 | 0.12 | 0.18 | 0.13 | 0.15 |
Pull Wall Street consensus for Coupang, Inc. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=CPNG&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "CPNG", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=CPNG&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();