ContextLogic Holdings (LOGC) Cash from Financing Activities (2025 - 2026)
ContextLogic Holdings (LOGC) recorded quarterly Cash from Financing Activities of $401.0 million in Q2 2026, little changed on a QoQ basis from $401.0 million in Q1 2026, and up 7135.09% YoY from $5.5 million in Q2 2025.
ContextLogic Holdings (LOGC) Cash from Financing Activities (2025 - 2026) Analysis & Trends
ContextLogic Holdings (LOGC) has reported Cash from Financing Activities for 2 consecutive years, with $401.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 7135.09% year-over-year to $401.0 million; the trailing twelve-month figure through Jun 2026 stood at $881.9 million (up 11263.29% YoY), and the FY2025 full-year result was $72.0 million, up 7300.0% from the prior year.
- Cash from Financing Activities was $401.0 million for Q2 2026 at ContextLogic Holdings, roughly flat from $401.0 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $401.0 million in Q1 2026, with the low at -$5.7 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | -54.50 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | -1.72 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | -400,000.00 |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | 280.51 Mn |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | -2.92 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | 200,000.00 |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | 401.00 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | 300.74 Mn |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | 100.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 401.00 Mn |
| Mar 31, 2026 | 401.00 Mn |
| Sep 30, 2025 | 79.90 Mn |
| Jun 30, 2025 | -5.70 Mn |
| Mar 31, 2025 | -2.20 Mn |
ContextLogic Holdings Cash from Financing 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-financing-activities&ticker=LOGC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=LOGC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();