AST SpaceMobile (ASTS) Income from Non-Controlling Interests (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Income from Non-Controlling Interests came in at -$69.0 million in Q2 2026, down 89.02% year-over-year from -$628.6 million in Q2 2025, and down 17.83% quarter-over-quarter from -$58.6 million in Q1 2026.
AST SpaceMobile (ASTS) Income from Non-Controlling Interests (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Income from Non-Controlling Interests for 7 consecutive years, with -$69.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests fell 89.02% year-over-year to -$69.0 million in Q2 2026; TTM through Jun 2026 was -$192.2 million, a 4.75% increase from a year earlier, with the FY2025 full-year figure at -$119.1 million, up 47.37% from the prior year.
- Income from Non-Controlling Interests was -$69.0 million for Q2 2026 at AST SpaceMobile, down from -$58.6 million in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at -$5.1 million in Q2 2022 and troughed at -$131.1 million in Q3 2024.
- A 5-year average of -$37.7 million and a median of -$29.4 million in 2023 frame the typical range for Income from Non-Controlling Interests.
- The widest YoY moves for Income from Non-Controlling Interests: up 88.62% in 2022, down 5250.79% in 2022.
- Over 5 years, Income from Non-Controlling Interests stood at -$16.9 million in 2022, then sank by 168.08% to -$45.2 million in 2023, then surged by 64.07% to -$16.2 million in 2024, then sank by 45.86% to -$23.7 million in 2025, then plunged by 191.34% to -$69.0 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at -$69.0 million (Q2 2026), -$58.6 million (Q1 2026), and -$23.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 114.00 Mn |
| 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 | 383.00 Mn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 19.26 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -107.00 Mn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 173,000.00 |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -69.01 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 23.13 Mn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -69.01 Mn |
| Mar 31, 2026 | -58.57 Mn |
| Dec 31, 2025 | -23.69 Mn |
| Sep 30, 2025 | -40.95 Mn |
| Jun 30, 2025 | -36.51 Mn |
| Mar 31, 2025 | -17.92 Mn |
| Dec 31, 2024 | -16.24 Mn |
| Sep 30, 2024 | -131.13 Mn |
| Jun 30, 2024 | -58.80 Mn |
| Mar 31, 2024 | -20.07 Mn |
| Dec 31, 2023 | -45.20 Mn |
| Sep 30, 2023 | -29.84 Mn |
| Jun 30, 2023 | -31.18 Mn |
| Mar 31, 2023 | -28.90 Mn |
| Dec 31, 2022 | -16.86 Mn |
| Sep 30, 2022 | -22.29 Mn |
| Jun 30, 2022 | -5.14 Mn |
| Mar 31, 2022 | -27.18 Mn |
| Dec 31, 2021 | -9.69 Mn |
| Sep 30, 2021 | 12.69 Mn |
AST SpaceMobile Income from Non-Controlling Interests 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-non-controlling-interests&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();