ContextLogic Holdings (LOGC) Cash from Operations (2024 - 2026)
ContextLogic Holdings (LOGC) recorded quarterly Cash from Operations of -$19.8 million in Q2 2026, up 2.94% on a QoQ basis from -$20.4 million in Q1 2026, and down 341.46% YoY from $8.2 million in Q2 2025.
ContextLogic Holdings (LOGC) Cash from Operations (2024 - 2026) Analysis & Trends
ContextLogic Holdings (LOGC) has reported Cash from Operations for 3 consecutive years, with -$19.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations fell 341.46% year-over-year to -$19.8 million; the trailing twelve-month figure through Jun 2026 stood at -$68.3 million (down 943.21% YoY), and the FY2025 full-year result was -$16.0 million, up 82.98% from the prior year.
- Cash from Operations was -$19.8 million for Q2 2026 at ContextLogic Holdings, up from -$20.4 million in the prior quarter.
- The five-year high for Cash from Operations was $8.2 million in Q2 2025, with the low at -$26.1 million in Q3 2025.
- Historically, Cash from Operations has averaged -$7.5 million across 3 years, with a median of -$2.0 million in 2024.
- On a YoY basis, Cash from Operations climbed as much as 0.0% in 2025 and fell as far as 1205.0% in 2025.
- Tracing LOGC's Cash from Operations over 3 years: stood at -$2.0 million in 2024, then changed by 0.0% to -$2.0 million in 2025, then plunged by 890.0% to -$19.8 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were -$19.8 million in Q2 2026, -$20.4 million in Q1 2026, and -$2.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | 74.81 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | 39.07 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | 63.00 Mn |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | -553,000.00 |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | 24.77 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | 2.40 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | -19.80 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | -6.08 Mn |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | -68.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.80 Mn |
| Mar 31, 2026 | -20.40 Mn |
| Dec 31, 2025 | -2.00 Mn |
| Sep 30, 2025 | -26.10 Mn |
| Jun 30, 2025 | 8.20 Mn |
| Mar 31, 2025 | 3.90 Mn |
| Dec 31, 2024 | -2.00 Mn |
| Sep 30, 2024 | -2.00 Mn |
ContextLogic Holdings Cash from Operations 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=cash-from-operations&ticker=LOGC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=LOGC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();