ContextLogic Holdings (LOGC) Net Income towards Common Stockholders (2024 - 2026)
ContextLogic Holdings (LOGC) recorded quarterly Net Income towards Common Stockholders of $9.0 million in Q2 2026, down 41.18% on a QoQ basis from $15.3 million in Q1 2026, and up 91.49% YoY from $4.7 million in Q2 2025.
ContextLogic Holdings (LOGC) Net Income towards Common Stockholders (2024 - 2026) Analysis & Trends
ContextLogic Holdings (LOGC) has reported Net Income towards Common Stockholders for 3 consecutive years, with $9.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income towards Common Stockholders rose 91.49% year-over-year to $9.0 million; the trailing twelve-month figure through Jun 2026 stood at $8.3 million (up 80.43% YoY), and the FY2025 full-year result was -$29.0 million, up 61.33% from the prior year.
- Net Income towards Common Stockholders was $9.0 million for Q2 2026 at ContextLogic Holdings, down from $15.3 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $15.3 million in Q1 2026, with the low at -$14.0 million in Q4 2025.
- Historically, Net Income towards Common Stockholders has averaged -$11111.1 across 3 years, with a median of -$1.0 million in 2024.
- Annual changes were most pronounced in 2025 — Net Income towards Common Stockholders slumped 600.0% — and 2026, when it soared 427.59%.
- Tracing LOGC's Net Income towards Common Stockholders over 3 years: stood at -$2.0 million in 2024, then slumped by 600.0% to -$14.0 million in 2025, then jumped by 164.29% to $9.0 million in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were $9.0 million in Q2 2026, $15.3 million in Q1 2026, and -$14.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | 38.76 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | 34.51 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | -185.10 Mn |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | -25.10 Mn |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | 14.53 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | -5.70 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | 9.00 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | -6.96 Mn |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | -40.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.00 Mn |
| Mar 31, 2026 | 15.30 Mn |
| Dec 31, 2025 | -14.00 Mn |
| Sep 30, 2025 | -2.00 Mn |
| Jun 30, 2025 | 4.70 Mn |
| Mar 31, 2025 | 2.90 Mn |
| Dec 31, 2024 | -2.00 Mn |
| Sep 30, 2024 | -1.00 Mn |
| Jun 30, 2024 | -13.00 Mn |
ContextLogic Holdings 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=LOGC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "LOGC", "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=LOGC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();