ContextLogic Holdings (LOGC) EPS (Basic) (2024 - 2026)
ContextLogic Holdings (LOGC) recorded quarterly EPS (Basic) of $0.2 in Q2 2026, down 41.25% on a QoQ basis from $0.33 in Q1 2026, and up 11.38% YoY from $0.18 in Q2 2025.
ContextLogic Holdings (LOGC) EPS (Basic) (2024 - 2026) Analysis & Trends
ContextLogic Holdings (LOGC) has reported EPS (Basic) for 3 consecutive years, with $0.2 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 11.38% year-over-year to $0.2; the trailing twelve-month figure through Jun 2026 stood at $0.18 (up 4.95% YoY), and the FY2025 full-year result was -$1.09, up 62.64% from the prior year.
- EPS (Basic) was $0.2 for Q2 2026 at ContextLogic Holdings, down from $0.33 in the prior quarter.
- The five-year high for EPS (Basic) was $0.33 in Q1 2026, with the low at -$0.53 in Q4 2025.
- Historically, EPS (Basic) has averaged -$0.04 across 3 years, with a median of -$0.04 in 2024.
- Annual changes were most pronounced in 2025 — EPS (Basic) plunged 576.41% — and 2026, when it jumped 196.74%.
- Tracing LOGC's EPS (Basic) over 3 years: stood at -$0.08 in 2024, then plunged by 576.41% to -$0.53 in 2025, then jumped by 137.37% to $0.2 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were $0.2 in Q2 2026, $0.33 in Q1 2026, and -$0.53 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | 1.86 |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | 1.20 |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | -5.95 |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | -0.20 |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | 1.48 |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | -0.13 |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | 0.20 |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | -0.05 |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | -1.54 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.20 |
| Mar 31, 2026 | 0.33 |
| Dec 31, 2025 | -0.53 |
| Sep 30, 2025 | -0.07 |
| Jun 30, 2025 | 0.18 |
| Mar 31, 2025 | 0.11 |
| Dec 31, 2024 | -0.08 |
| Sep 30, 2024 | -0.04 |
| Jun 30, 2024 | -0.50 |
ContextLogic Holdings EPS (Basic) 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=eps-basic&ticker=LOGC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=LOGC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();