Newegg Commerce (NEGG) EBIT (2010 - 2026)
Newegg Commerce's (NEGG) quarterly EBIT came in at $1.4 million in Q2 2026, up 134.95% year-over-year from $598856.3 in Q2 2025, and up 134.95% quarter-over-quarter from -$4.0 million in Q2 2025.
Newegg Commerce (NEGG) EBIT (2010 - 2026) Analysis & Trends
Newegg Commerce has disclosed EBIT across 9 years of filings, most recently posting $1.4 million for Q2 2026.
- In Q2 2026, EBIT rose 134.95% year-over-year to $1.4 million; the TTM figure through Jun 2026 stood at -$28.3 million (up 34.15% YoY), while the FY2025 annual figure was -$6.2 million, up 81.91% from the prior year.
- EBIT came in at $1.4 million for Q2 2026 at Newegg Commerce, up from -$4.0 million in the prior quarter.
- In the past five years, EBIT ranged from a high of $1.4 million in Q2 2026 to a low of -$17.7 million in Q4 2023.
- Average EBIT over 4 years is -$8.3 million, with a median of -$8.0 million recorded in 2022.
- Year-over-year, EBIT tumbled 358.26% in 2022 and soared 134.95% in 2026.
- Over 4 years, EBIT stood at -$8.0 million in 2022, then tumbled by 119.75% to -$17.7 million in 2023, then soared by 77.2% to -$4.0 million in 2025, then soared by 134.95% to $1.4 million in 2026.
- Per Business Quant data, the three most recent EBIT figures were $1.4 million in Q2 2026, -$4.0 million in Q2 2025, and -$17.7 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 51.31 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.23 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -556.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 104.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 47.51 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 35.54 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 22.10 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 26.18 Mn |
| 10 | Newegg Commerce | 2.31 Mn | -80.78 Mn | 39.75 Mn | 1.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.41 Mn |
| Jun 30, 2025 | -4.03 Mn |
| Dec 31, 2023 | -17.66 Mn |
| Dec 31, 2022 | -8.04 Mn |
| Sep 30, 2022 | -13.28 Mn |
| Dec 31, 2021 | 3.11 Mn |
| Sep 30, 2021 | 7.99 Mn |
| Dec 31, 2020 | 1.08 Mn |
| Sep 30, 2020 | 4.61 Mn |
| Dec 31, 2012 | -1.87 Mn |
| Sep 30, 2012 | 1.41 Mn |
| Jun 30, 2012 | 1.93 Mn |
| Mar 31, 2012 | 454,820.00 |
| Dec 31, 2011 | -1.67 Mn |
| Sep 30, 2011 | 1.66 Mn |
| Jun 30, 2011 | 1.93 Mn |
| Mar 31, 2011 | 298,368.00 |
| Dec 31, 2010 | 1.52 Mn |
| Sep 30, 2010 | 1.61 Mn |
| Jun 30, 2010 | 1.36 Mn |
Newegg Commerce EBIT 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=ebit&ticker=NEGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=NEGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();