AST SpaceMobile (ASTS) Profit After Tax (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Profit After Tax 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) Profit After Tax (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Profit After Tax for 7 consecutive years, with -$299.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Profit After Tax fell 120.69% year-over-year to -$299.9 million in Q2 2026; TTM through Jun 2026 was -$811.0 million, a 46.2% decrease from a year earlier, with the FY2025 full-year figure at -$461.0 million, up 12.41% from the prior year.
- Profit After Tax was -$299.9 million for Q2 2026 at AST SpaceMobile, down from -$249.6 million in the prior quarter.
- Over five years, Profit After Tax peaked at -$8.1 million in Q2 2022 and troughed at -$303.1 million in Q3 2024.
- A 5-year average of -$103.5 million and a median of -$57.9 million in 2024 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax jumped 87.62% in 2022 and slumped 514.64% in 2023, its largest moves.
- Over 5 years, Profit After Tax stood at -$25.1 million in 2022, then slumped by 207.4% to -$77.1 million in 2023, then soared by 32.45% to -$52.1 million in 2024, then plunged by 87.45% to -$97.7 million in 2025, then slumped by 207.13% to -$299.9 million in 2026.
- The last three Profit After Tax figures came in at -$299.9 million (Q2 2026), -$249.6 million (Q1 2026), and -$97.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 Profit After Tax 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=profit-after-tax&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();