AST SpaceMobile (ASTS) Income from Continuing Operations (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Income from Continuing Operations came in at -$299.9 million in Q2 2026, down 120.69% year-over-year from $1.4 billion in Q2 2025, and down 20.17% quarter-over-quarter from -$249.6 million in Q1 2026.
AST SpaceMobile (ASTS) Income from Continuing Operations (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Income from Continuing Operations for 7 consecutive years, with -$299.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations fell 120.69% year-over-year to -$299.9 million in Q2 2026; TTM through Jun 2026 was -$717.8 million, a 28.27% decrease from a year earlier, with the FY2025 full-year figure at -$367.9 million, up 30.76% from the prior year.
- Income from Continuing Operations was -$299.9 million for Q2 2026 at AST SpaceMobile, down from -$249.6 million in the prior quarter.
- Over five years, Income from Continuing Operations peaked at -$4.5 million in Q4 2025 and troughed at -$303.1 million in Q3 2024.
- A 5-year average of -$99.2 million and a median of -$53.9 million in 2023 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations sank 529.62% in 2023 and surged 92.1% in 2025, its largest moves.
- Over 5 years, Income from Continuing Operations stood at -$26.6 million in 2022, then sank by 229.2% to -$87.5 million in 2023, then surged by 34.84% to -$57.0 million in 2024, then surged by 92.1% to -$4.5 million in 2025, then tumbled by 6555.99% to -$299.9 million in 2026.
- The last three Income from Continuing Operations figures came in at -$299.9 million (Q2 2026), -$249.6 million (Q1 2026), and -$4.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 3.95 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 3.24 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 5.04 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 45.86 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 3.42 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 356.44 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 8.46 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -299.92 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | 270.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -299.92 Mn |
| Mar 31, 2026 | -249.58 Mn |
| Dec 31, 2025 | -97.65 Mn |
| Sep 30, 2025 | -163.83 Mn |
| Jun 30, 2025 | -135.90 Mn |
| Mar 31, 2025 | -63.63 Mn |
| Dec 31, 2024 | -52.10 Mn |
| Sep 30, 2024 | -303.08 Mn |
| Jun 30, 2024 | -131.35 Mn |
| Mar 31, 2024 | -39.80 Mn |
| Dec 31, 2023 | -77.12 Mn |
| Sep 30, 2023 | -50.75 Mn |
| Jun 30, 2023 | -49.59 Mn |
| Mar 31, 2023 | -45.22 Mn |
| Dec 31, 2022 | -26.58 Mn |
| Sep 30, 2022 | -30.95 Mn |
| Jun 30, 2022 | -7.88 Mn |
| Mar 31, 2022 | -37.90 Mn |
| Dec 31, 2021 | -12.80 Mn |
| Sep 30, 2021 | 16.80 Mn |
AST SpaceMobile Income from Continuing Operations 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=income-from-continuing-operations&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();