Analysts expect Newegg Commerce, Inc. to report revenue of 354.24 M for Q3 23, against a range of 328.92 M to 379.55 M. The most recent reported quarter, Q2 25, came in at 348.49 M, a 6.0% beat against the 328.66 M consensus.
| Metric | Q3 22 | Q4 22 | Q3 23 | Q4 23 | Q1 24 | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 349.16 M | 480.60 M | - | - | - | - | - | - | - | 348.49 M | - | |
| High Estimate | - | 462.49 M | 379.55 M | 492.80 M | 352.78 M | 392.03 M | 252.63 M | 343.36 M | 319.06 M | 340.71 M | 265.22 M | |
| Low Estimate | - | 382.19 M | 328.92 M | 462.98 M | 300.21 M | 325.32 M | 209.82 M | 299.86 M | 268.09 M | 316.60 M | 223.10 M | |
| Consensus Estimate | - | 422.34 M | 354.24 M | 477.89 M | 326.49 M | 358.68 M | 231.23 M | 321.61 M | 293.57 M | 328.66 M | 244.16 M |
Analysts expect Newegg Commerce, Inc. to report earnings per share of -1.14 for Q3 23, against a range of -1.25 to -1.03. The most recent reported quarter, Q2 25, came in at -10.02 , in line with the -0.39 consensus.
| Metric | Q3 22 | Q4 22 | Q3 23 | Q4 23 | Q1 24 | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -0.40 | -1.60 | - | - | - | - | - | - | - | -10.02 | - | |
| High Estimate | - | -0.40 | -1.03 | -0.36 | -0.16 | -0.16 | -1.21 | -0.38 | -0.41 | -0.37 | -2.00 | |
| Low Estimate | - | -0.46 | -1.25 | -0.38 | -0.18 | -0.18 | -1.39 | -0.42 | -0.47 | -0.41 | -2.20 | |
| Consensus Estimate | - | -0.43 | -1.14 | -0.37 | -0.17 | -0.17 | -1.30 | -0.40 | -0.44 | -0.39 | -2.10 |
Pull Wall Street consensus for Newegg Commerce, 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=NEGG&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "NEGG", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=NEGG&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();