AST SpaceMobile (ASTS) EBITDA (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly EBITDA came in at -$320.0 million in Q2 2026, down 423.72% year-over-year from $98.8 million in Q2 2025, and down 99.39% quarter-over-quarter from -$160.5 million in Q1 2026.
AST SpaceMobile (ASTS) EBITDA (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported EBITDA for 7 consecutive years, with -$320.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBITDA fell 423.72% year-over-year to -$320.0 million in Q2 2026; TTM through Jun 2026 was -$652.4 million, a 204.27% decrease from a year earlier, with the FY2025 full-year figure at -$320.7 million, down 78.73% from the prior year.
- EBITDA was -$320.0 million for Q2 2026 at AST SpaceMobile, down from -$160.5 million in the prior quarter.
- Over five years, EBITDA peaked at -$19.6 million in Q1 2024 and troughed at -$320.0 million in Q2 2026.
- A 5-year average of -$73.0 million and a median of -$49.3 million in 2022 frame the typical range for EBITDA.
- Across the five-year window, EBITDA tumbled 2083.66% in 2022 and soared 54.13% in 2024, its largest moves.
- Over 5 years, EBITDA stood at -$48.2 million in 2022, then increased by 14.4% to -$41.3 million in 2023, then retreated by 21.91% to -$50.3 million in 2024, then tumbled by 97.73% to -$99.5 million in 2025, then slumped by 221.57% to -$320.0 million in 2026.
- The last three EBITDA figures came in at -$320.0 million (Q2 2026), -$160.5 million (Q1 2026), and -$99.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 12.19 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 8.92 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 12.00 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | -151.78 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 8.85 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 683.48 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -300.48 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | -273.89 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -300.48 Mn |
| Mar 31, 2026 | -143.45 Mn |
| Dec 31, 2025 | -85.97 Mn |
| Sep 30, 2025 | -72.47 Mn |
| Jun 30, 2025 | -61.08 Mn |
| Mar 31, 2025 | -52.01 Mn |
| Dec 31, 2024 | -50.26 Mn |
| Sep 30, 2024 | -51.00 Mn |
| Jun 30, 2024 | -110.73 Mn |
| Mar 31, 2024 | -19.57 Mn |
| Dec 31, 2023 | -41.29 Mn |
| Sep 30, 2023 | -39.94 Mn |
| Jun 30, 2023 | -43.96 Mn |
| Mar 31, 2023 | -42.72 Mn |
| Dec 31, 2022 | -48.07 Mn |
| Sep 30, 2022 | -39.31 Mn |
| Jun 30, 2022 | -29.16 Mn |
| Mar 31, 2022 | -31.18 Mn |
| Dec 31, 2021 | -27.56 Mn |
| Sep 30, 2021 | -21.90 Mn |
AST SpaceMobile EBITDA 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=ebitda&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();