AST SpaceMobile (ASTS) Non Operating Income (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Non Operating Income came in at -$1.2 million in Q2 2026, up 98.03% year-over-year from -$620615.2 in Q2 2025, and up 98.76% quarter-over-quarter from -$99.0 million in Q1 2026.
AST SpaceMobile (ASTS) Non Operating Income (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Non Operating Income for 7 consecutive years, with -$1.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Income rose 98.03% year-over-year to -$1.2 million in Q2 2026; TTM through Jun 2026 was -$206.8 million, a 29.42% increase from a year earlier, with the FY2025 full-year figure at -$169.4 million, up 39.98% from the prior year.
- Non Operating Income was -$1.2 million for Q2 2026 at AST SpaceMobile, up from -$99.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at $22.4 million in Q2 2022 and troughed at -$236.9 million in Q3 2024.
- A 5-year average of -$28.2 million and a median of -$937500.0 in 2023 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income surged 2575.23% in 2024 and sank 19819.52% in 2026, its largest moves.
- Over 5 years, Non Operating Income stood at $17.4 million in 2022, then tumbled by 181.42% to -$14.2 million in 2023, then surged by 147.92% to $6.8 million in 2024, then sank by 435.52% to -$22.8 million in 2025, then surged by 94.6% to -$1.2 million in 2026.
- The last three Non Operating Income figures came in at -$1.2 million (Q2 2026), -$99.0 million (Q1 2026), and -$22.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -1.16 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | -1.22 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 503.00 Mn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 21.87 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 9.28 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -1.23 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | -141.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.23 Mn |
| Mar 31, 2026 | -99.00 Mn |
| Dec 31, 2025 | -22.76 Mn |
| Sep 30, 2025 | -83.78 Mn |
| Jun 30, 2025 | -62.36 Mn |
| Mar 31, 2025 | -497,000.00 |
| Dec 31, 2024 | 6.78 Mn |
| Sep 30, 2024 | -236.89 Mn |
| Jun 30, 2024 | -68.13 Mn |
| Mar 31, 2024 | 15.99 Mn |
| Dec 31, 2023 | -14.16 Mn |
| Sep 30, 2023 | 8.48 Mn |
| Jun 30, 2023 | 7.69 Mn |
| Mar 31, 2023 | -646,000.00 |
| Dec 31, 2022 | 17.39 Mn |
| Sep 30, 2022 | 8.98 Mn |
| Jun 30, 2022 | 22.37 Mn |
| Mar 31, 2022 | -5.47 Mn |
| Dec 31, 2021 | 15.94 Mn |
| Sep 30, 2021 | 39.59 Mn |
AST SpaceMobile Non Operating Income 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=non-operating-income&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();