AST SpaceMobile (ASTS) Income towards Parent Company (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Income towards Parent Company 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 towards Parent Company (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Income towards Parent Company for 7 consecutive years, with -$299.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company 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 towards Parent Company was -$299.9 million for Q2 2026 at AST SpaceMobile, down from -$249.6 million in the prior quarter.
- Over five years, Income towards Parent Company 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 towards Parent Company.
- Across the five-year window, Income towards Parent Company sank 529.62% in 2023 and surged 92.1% in 2025, its largest moves.
- Over 5 years, Income towards Parent Company 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 towards Parent Company 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) |
|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -230.91 Mn |
| Mar 31, 2026 | -191.01 Mn |
| Dec 31, 2025 | -73.97 Mn |
| Sep 30, 2025 | -122.87 Mn |
| Jun 30, 2025 | -99.39 Mn |
| Mar 31, 2025 | -45.71 Mn |
| Dec 31, 2024 | -35.86 Mn |
| Sep 30, 2024 | -171.95 Mn |
| Jun 30, 2024 | -72.55 Mn |
| Mar 31, 2024 | -19.73 Mn |
| Dec 31, 2023 | -31.93 Mn |
| Sep 30, 2023 | -20.91 Mn |
| Jun 30, 2023 | -18.41 Mn |
| Mar 31, 2023 | -16.32 Mn |
| Dec 31, 2022 | -8.23 Mn |
| Sep 30, 2022 | -9.77 Mn |
| Jun 30, 2022 | -2.92 Mn |
| Mar 31, 2022 | -10.72 Mn |
| Dec 31, 2021 | -32.16 Mn |
| Sep 30, 2021 | 4.12 Mn |
AST SpaceMobile Income towards Parent Company 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-towards-parent-company&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();