Analysts expect CoreWeave, Inc. to report revenue of 3.77 B for Q3 26, against a range of 3.52 B to 4.02 B. The most recent reported quarter, Q2 26, came in at 2.58 B, a 8.0% beat against the 2.39 B consensus.
| Metric | 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 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 747.40 M | 981.63 M | 1.21 B | 1.36 B | 1.57 B | 2.08 B | 2.58 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | - | 955.72 M | 1.16 B | 1.24 B | 1.59 B | 1.92 B | 2.48 B | 4.02 B | 4.88 B | 5.22 B | 6.00 B | 7.89 B | 11.13 B | 9.08 B | 9.52 B | ||||||||||
| Low Estimate | - | 824.47 M | 1.07 B | 1.17 B | 1.42 B | 1.79 B | 2.30 B | 3.52 B | 4.30 B | 4.85 B | 5.34 B | 7.35 B | 10.39 B | 8.15 B | 8.86 B | ||||||||||
| Consensus Estimate | - | 890.10 M | 1.12 B | 1.21 B | 1.51 B | 1.85 B | 2.39 B | 3.77 B | 4.59 B | 5.04 B | 5.67 B | 7.62 B | 10.76 B | 8.61 B | 9.19 B |
Analysts expect CoreWeave, Inc. to report earnings per share of -1.31 for Q3 26, against a range of -1.42 to -1.20. The most recent reported quarter, Q2 26, came in at -1.03, a 12.7% beat against the -1.18 consensus.
| Metric | 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 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -0.08 | -0.60 | -0.27 | -0.08 | -0.56 | -1.11 | -1.03 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | - | -0.12 | -0.21 | -0.35 | -0.49 | -0.80 | -1.07 | -1.20 | -0.64 | -0.64 | -0.59 | -1.04 | -0.67 | 0.11 | 0.44 | ||||||||||
| Low Estimate | - | -0.12 | -0.23 | -0.39 | -0.53 | -0.96 | -1.29 | -1.42 | -0.74 | -0.78 | -0.65 | -1.18 | -0.71 | 0.09 | 0.36 | ||||||||||
| Consensus Estimate | - | -0.12 | -0.22 | -0.37 | -0.51 | -0.88 | -1.18 | -1.31 | -0.69 | -0.71 | -0.62 | -1.11 | -0.69 | 0.10 | 0.40 |
Pull Wall Street consensus for CoreWeave, 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=CRWV&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "CRWV", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=CRWV&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();