Analysts expect ContextLogic Holdings Inc. to report revenue of 53.50 M for Q3 25, against a range of 48.88 M to 58.12 M. The most recent reported quarter, Q2 26, came in at 33.60 M.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.00 | 0.00 | 32.30 M | 33.80 M | - | - | 12.10 M | 33.60 M | - | - | - | - | - | - | ||||
| High Estimate | 0.00 | 0.00 | 57.60 M | 57.38 M | 58.12 M | 60.92 M | - | - | 59.68 M | 75.03 M | -17.83 M | -16.42 M | 9.78 M | 27.60 M | ||||
| Low Estimate | 0.00 | 0.00 | 53.48 M | 50.17 M | 48.88 M | 53.74 M | - | - | 49.60 M | 63.18 M | -20.49 M | -19.80 M | 8.72 M | 23.88 M | ||||
| Consensus Estimate | 0.00 | 0.00 | 55.54 M | 53.78 M | 53.50 M | 57.33 M | - | - | 54.64 M | 69.11 M | -19.16 M | -18.11 M | 9.25 M | 25.74 M |
Analysts expect ContextLogic Holdings Inc. to report earnings per share of -0.04 for Q3 26, against a range of -0.04 to -0.04. The most recent reported quarter, Q2 26, came in at -0.14, a 250.0% miss against the -0.04 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -0.04 | -0.08 | -0.27 | -0.23 | -0.07 | -0.52 | 0.33 | -0.14 | - | - | - | - | - | - | - | - | ||
| High Estimate | -0.01 | 0.04 | -0.07 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.08 | -0.07 | -0.02 | -0.10 | 0.05 | -0.04 | ||
| Low Estimate | -0.01 | 0.04 | -0.09 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.08 | -0.09 | -0.02 | -0.12 | 0.05 | -0.04 | ||
| Consensus Estimate | -0.01 | 0.04 | -0.08 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.04 | -0.08 | -0.08 | -0.02 | -0.11 | 0.05 | -0.04 |
Pull Wall Street consensus for ContextLogic Holdings Inc. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=LOGC&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "LOGC", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=LOGC&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();