ContextLogic Holdings (LOGC) Cash from Investing Activities (2024 - 2026)
ContextLogic Holdings (LOGC) recorded quarterly Cash from Investing Activities of -$587.5 million in Q2 2026, little changed on a QoQ basis from -$585.9 million in Q1 2026, and down 36618.75% YoY from N/an in Q2 2025.
ContextLogic Holdings (LOGC) Cash from Investing Activities (2024 - 2026) Analysis & Trends
ContextLogic Holdings (LOGC) has reported Cash from Investing Activities for 3 consecutive years, with -$587.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 36618.75% year-over-year to -$587.5 million; the trailing twelve-month figure through Jun 2026 stood at -$1.2 billion (down 3182.8% YoY), and the FY2025 full-year result was -$52.0 million, up 23.53% from the prior year.
- Cash from Investing Activities was -$587.5 million for Q2 2026 at ContextLogic Holdings, roughly flat from -$585.9 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $35.0 million in Q4 2024, with the low at -$587.5 million in Q2 2026.
- Historically, Cash from Investing Activities has averaged -$157.3 million across 3 years, with a median of -$23.9 million in 2025.
- Annual changes were most pronounced in 2025 — Cash from Investing Activities jumped 63.53% — and 2026, when it tumbled 36618.75%.
- Tracing LOGC's Cash from Investing Activities over 3 years: stood at $35.0 million in 2024, then slumped by 165.71% to -$23.0 million in 2025, then plunged by 2454.35% to -$587.5 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$587.5 million in Q2 2026, -$585.9 million in Q1 2026, and -$23.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | -16.13 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | -17.87 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | -33.20 Mn |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | -151.52 Mn |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | -5.79 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | -21.20 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | -587.50 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | -6.25 Mn |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | -6.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -587.50 Mn |
| Mar 31, 2026 | -585.90 Mn |
| Dec 31, 2025 | -23.00 Mn |
| Sep 30, 2025 | -24.80 Mn |
| Jun 30, 2025 | -1.60 Mn |
| Mar 31, 2025 | -2.60 Mn |
| Dec 31, 2024 | 35.00 Mn |
| Sep 30, 2024 | -68.00 Mn |
ContextLogic Holdings Cash from Investing Activities 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-investing-activities&ticker=LOGC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=LOGC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();