AST SpaceMobile (ASTS) EBT (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly EBT came in at -$298.8 million in Q2 2026, down 121.07% year-over-year from $1.4 billion in Q2 2025, and down 20.29% quarter-over-quarter from -$248.4 million in Q1 2026.
AST SpaceMobile (ASTS) EBT (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported EBT for 7 consecutive years, with -$298.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBT fell 121.07% year-over-year to -$298.8 million in Q2 2026; TTM through Jun 2026 was -$812.5 million, a 45.8% decrease from a year earlier, with the FY2025 full-year figure at -$463.9 million, up 12.36% from the prior year.
- EBT was -$298.8 million for Q2 2026 at AST SpaceMobile, down from -$248.4 million in the prior quarter.
- Over five years, EBT peaked at -$8.0 million in Q2 2022 and troughed at -$302.4 million in Q3 2024.
- A 5-year average of -$104.1 million and a median of -$59.8 million in 2024 frame the typical range for EBT.
- Across the five-year window, EBT surged 87.76% in 2022 and slumped 531.94% in 2023, its largest moves.
- Over 5 years, EBT stood at -$25.2 million in 2022, then sank by 235.17% to -$84.5 million in 2023, then surged by 33.52% to -$56.2 million in 2024, then slumped by 81.12% to -$101.8 million in 2025, then slumped by 193.57% to -$298.8 million in 2026.
- The last three EBT figures came in at -$298.8 million (Q2 2026), -$248.4 million (Q1 2026), and -$101.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 5.27 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 4.33 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 5.82 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 18.28 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 4.61 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 441.44 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 9.79 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -298.81 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | 372.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -298.81 Mn |
| Mar 31, 2026 | -248.41 Mn |
| Dec 31, 2025 | -95.04 Mn |
| Sep 30, 2025 | -163.45 Mn |
| Jun 30, 2025 | -135.16 Mn |
| Mar 31, 2025 | -63.46 Mn |
| Dec 31, 2024 | -51.94 Mn |
| Sep 30, 2024 | -302.43 Mn |
| Jun 30, 2024 | -131.12 Mn |
| Mar 31, 2024 | -39.51 Mn |
| Dec 31, 2023 | -75.04 Mn |
| Sep 30, 2023 | -50.48 Mn |
| Jun 30, 2023 | -50.38 Mn |
| Mar 31, 2023 | -45.10 Mn |
| Dec 31, 2022 | -25.22 Mn |
| Sep 30, 2022 | -31.50 Mn |
| Jun 30, 2022 | -7.97 Mn |
| Mar 31, 2022 | -37.80 Mn |
| Dec 31, 2021 | -12.55 Mn |
| Sep 30, 2021 | 16.82 Mn |
AST SpaceMobile EBT 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=ebt&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "ticker": "ASTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();