Newegg Commerce (NEGG) Net Income towards Common Stockholders (2010 - 2026)
Newegg Commerce's (NEGG) quarterly Net Income towards Common Stockholders came in at $2.2 million in Q2 2026, up 231.04% year-over-year from $672131.3 in Q2 2025, and up 231.04% quarter-over-quarter from -$1.7 million in Q2 2025.
Newegg Commerce (NEGG) Net Income towards Common Stockholders (2010 - 2026) Analysis & Trends
Newegg Commerce has disclosed Net Income towards Common Stockholders across 9 years of filings, most recently posting $2.2 million for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders rose 231.04% year-over-year to $2.2 million; the TTM figure through Jun 2026 stood at -$44.5 million (up 19.39% YoY), while the FY2025 annual figure was -$3.1 million, up 88.99% from the prior year.
- Net Income towards Common Stockholders came in at $2.2 million for Q2 2026 at Newegg Commerce, up from -$1.7 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $2.2 million in Q2 2026 to a low of -$30.1 million in Q4 2022.
- Average Net Income towards Common Stockholders over 4 years is -$10.6 million, with a median of -$8.5 million recorded in 2022.
- Year-over-year, Net Income towards Common Stockholders tumbled 580.23% in 2022 and jumped 231.04% in 2026.
- Over 4 years, Net Income towards Common Stockholders stood at -$30.1 million in 2022, then surged by 50.19% to -$15.0 million in 2023, then jumped by 88.66% to -$1.7 million in 2025, then jumped by 231.04% to $2.2 million in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were $2.2 million in Q2 2026, -$1.7 million in Q2 2025, and -$15.0 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 92.89 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.80 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -570.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -1.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 42.34 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 27.50 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 18.62 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 30.60 Mn |
| 10 | Newegg Commerce | 2.31 Mn | -80.78 Mn | 39.75 Mn | 2.23 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.23 Mn |
| Jun 30, 2025 | -1.70 Mn |
| Dec 31, 2023 | -14.98 Mn |
| Dec 31, 2022 | -30.07 Mn |
| Sep 30, 2022 | -8.49 Mn |
| Dec 31, 2021 | 6.26 Mn |
| Sep 30, 2021 | 8.45 Mn |
| Dec 31, 2020 | 5.93 Mn |
| Sep 30, 2020 | 5.56 Mn |
| Dec 31, 2012 | -371,304.00 |
| Sep 30, 2012 | 1.04 Mn |
| Jun 30, 2012 | 1.68 Mn |
| Mar 31, 2012 | 130,615.00 |
| Dec 31, 2011 | -300,992.00 |
| Sep 30, 2011 | 1.38 Mn |
| Jun 30, 2011 | 1.74 Mn |
| Mar 31, 2011 | 209,744.00 |
| Dec 31, 2010 | 1.48 Mn |
| Sep 30, 2010 | 1.41 Mn |
| Jun 30, 2010 | 1.14 Mn |
Newegg Commerce Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=NEGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=NEGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();