AST SpaceMobile (ASTS) EBIT (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly EBIT came in at -$320.0 million in Q2 2026, down 339.55% year-over-year from $133.6 million in Q2 2025, and down 99.39% quarter-over-quarter from -$160.5 million in Q1 2026.
AST SpaceMobile (ASTS) EBIT (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported EBIT for 7 consecutive years, with -$320.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBIT fell 339.55% year-over-year to -$320.0 million in Q2 2026; TTM through Jun 2026 was -$665.1 million, a 155.8% decrease from a year earlier, with the FY2025 full-year figure at -$320.7 million, down 32.12% from the prior year.
- EBIT was -$320.0 million for Q2 2026 at AST SpaceMobile, down from -$160.5 million in the prior quarter.
- Over five years, EBIT peaked at -$30.3 million in Q2 2022 and troughed at -$320.0 million in Q2 2026.
- A 5-year average of -$81.7 million and a median of -$59.9 million in 2023 frame the typical range for EBIT.
- Across the five-year window, EBIT plunged 2153.36% in 2022 and jumped 44.48% in 2025, its largest moves.
- Over 5 years, EBIT stood at -$49.3 million in 2022, then retreated by 23.43% to -$60.9 million in 2023, then grew by 3.54% to -$58.7 million in 2024, then tumbled by 69.45% to -$99.5 million in 2025, then slumped by 221.57% to -$320.0 million in 2026.
- The last three EBIT 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) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 7.18 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 5.49 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 7.04 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 90.33 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 5.16 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 419.57 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 512.94 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -321.14 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | 513.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -321.14 Mn |
| Mar 31, 2026 | -161.06 Mn |
| Dec 31, 2025 | -101.69 Mn |
| Sep 30, 2025 | -85.19 Mn |
| Jun 30, 2025 | -72.80 Mn |
| Mar 31, 2025 | -62.96 Mn |
| Dec 31, 2024 | -58.72 Mn |
| Sep 30, 2024 | -65.55 Mn |
| Jun 30, 2024 | -131.12 Mn |
| Mar 31, 2024 | -39.51 Mn |
| Dec 31, 2023 | -60.88 Mn |
| Sep 30, 2023 | -58.97 Mn |
| Jun 30, 2023 | -58.07 Mn |
| Mar 31, 2023 | -44.45 Mn |
| Dec 31, 2022 | -49.32 Mn |
| Sep 30, 2022 | -40.48 Mn |
| Jun 30, 2022 | -30.34 Mn |
| Mar 31, 2022 | -32.33 Mn |
| Dec 31, 2021 | -28.48 Mn |
| Sep 30, 2021 | -22.77 Mn |
AST SpaceMobile EBIT 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=ebit&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();