Newegg Commerce (NEGG) EBT (2010 - 2026)
Newegg Commerce's (NEGG) quarterly EBT came in at $2.3 million in Q2 2026, up 296.85% year-over-year from $583338.3 in Q2 2025, and up 296.85% quarter-over-quarter from -$1.2 million in Q2 2025.
Newegg Commerce (NEGG) EBT (2010 - 2026) Analysis & Trends
Newegg Commerce has disclosed EBT across 9 years of filings, most recently posting $2.3 million for Q2 2026.
- In Q2 2026, EBT rose 296.85% year-over-year to $2.3 million; the TTM figure through Jun 2026 stood at -$22.9 million (up 37.52% YoY), while the FY2025 annual figure was -$1.9 million, up 93.7% from the prior year.
- EBT came in at $2.3 million for Q2 2026 at Newegg Commerce, up from -$1.2 million in the prior quarter.
- In the past five years, EBT ranged from a high of $2.3 million in Q2 2026 to a low of -$14.7 million in Q4 2023.
- Average EBT over 4 years is -$6.9 million, with a median of -$9.3 million recorded in 2022.
- Year-over-year, EBT plunged 338.16% in 2022 and surged 296.85% in 2026.
- Over 4 years, EBT stood at -$9.3 million in 2022, then tumbled by 57.54% to -$14.7 million in 2023, then surged by 92.01% to -$1.2 million in 2025, then surged by 296.85% to $2.3 million in 2026.
- Per Business Quant data, the three most recent EBT figures were $2.3 million in Q2 2026, -$1.2 million in Q2 2025, and -$14.7 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 120.69 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 2.62 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -533.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 2.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 49.91 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 37.54 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 24.86 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 26.93 Mn |
| 10 | Newegg Commerce | 2.31 Mn | -80.78 Mn | 39.75 Mn | 2.32 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.32 Mn |
| Jun 30, 2025 | -1.18 Mn |
| Dec 31, 2023 | -14.72 Mn |
| Dec 31, 2022 | -9.35 Mn |
| Sep 30, 2022 | -11.46 Mn |
| Dec 31, 2021 | -2.13 Mn |
| Sep 30, 2021 | 8.70 Mn |
| Dec 31, 2020 | 6.31 Mn |
| Sep 30, 2020 | 5.35 Mn |
| Dec 31, 2012 | -1.88 Mn |
| Sep 30, 2012 | 1.27 Mn |
| Jun 30, 2012 | 2.00 Mn |
| Mar 31, 2012 | 227,663.00 |
| Dec 31, 2011 | -1.62 Mn |
| Sep 30, 2011 | 1.66 Mn |
| Jun 30, 2011 | 2.05 Mn |
| Mar 31, 2011 | 292,281.00 |
| Dec 31, 2010 | 1.79 Mn |
| Sep 30, 2010 | 1.66 Mn |
| Jun 30, 2010 | 1.34 Mn |
Newegg Commerce EBT 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=ebt&ticker=NEGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "ticker": "NEGG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt&ticker=NEGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();