Analysts expect AST SpaceMobile, Inc. to report revenue of 50.64 M for Q3 26, against a range of 47.64 M to 53.65 M. The most recent reported quarter, Q2 26, came in at 31.52 M, a 14.5% miss against the 36.88 M 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) | 1.92 M | 718,000.00 | 1.16 M | 14.74 M | 54.30 M | 14.73 M | 31.52 M | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 2.40 M | 4.18 M | 7.44 M | 21.72 M | 41.37 M | 38.62 M | 39.52 M | 53.65 M | 74.90 M | 92.30 M | 125.49 M | 159.90 M | 173.05 M | 412.28 M | 475.72 M | ||||||||||
| Low Estimate | 2.11 M | 3.68 M | 6.69 M | 19.36 M | 38.05 M | 35.39 M | 34.24 M | 47.64 M | 67.01 M | 80.55 M | 111.12 M | 136.17 M | 153.81 M | 378.13 M | 411.03 M | ||||||||||
| Consensus Estimate | 2.26 M | 3.93 M | 7.07 M | 20.54 M | 39.71 M | 37.00 M | 36.88 M | 50.64 M | 70.95 M | 86.42 M | 118.30 M | 148.04 M | 163.43 M | 395.20 M | 443.38 M |
Analysts expect AST SpaceMobile, Inc. to report earnings per share of -0.41 for Q3 26, against a range of -0.44 to -0.38. The most recent reported quarter, Q2 26, came in at -0.77, a 133.3% miss against the -0.33 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 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -1.10 | -0.18 | -0.20 | -0.41 | -0.45 | -0.18 | -0.51 | -0.77 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | -0.18 | -0.19 | -0.16 | -0.18 | -0.18 | -0.17 | -0.25 | -0.30 | -0.38 | -0.36 | -0.43 | -0.41 | -0.18 | -0.06 | -0.14 | -0.14 | ||||||||||
| Low Estimate | -0.20 | -0.21 | -0.20 | -0.20 | -0.22 | -0.19 | -0.29 | -0.36 | -0.44 | -0.42 | -0.47 | -0.49 | -0.20 | -0.08 | -0.16 | -0.18 | ||||||||||
| Consensus Estimate | -0.19 | -0.20 | -0.18 | -0.19 | -0.20 | -0.18 | -0.27 | -0.33 | -0.41 | -0.39 | -0.45 | -0.45 | -0.19 | -0.07 | -0.15 | -0.16 |
Pull Wall Street consensus for AST SpaceMobile, 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=ASTS&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "ASTS", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=ASTS&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();