AST SpaceMobile (ASTS) Other Non Operating Income (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Other Non Operating Income came in at -$144000.0 in Q4 2021, down 7300.0% year-over-year from $2000.0 in Q4 2020, and down 180.0% quarter-over-quarter from $180000.0 in Q3 2021.
AST SpaceMobile (ASTS) Other Non Operating Income (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Other Non Operating Income for 2 consecutive years, with -$144000.0 the latest figure, recorded in Q4 2021.
- On a quarterly basis, Other Non Operating Income fell 7300.0% year-over-year to -$144000.0 in Q4 2021; TTM through Dec 2021 was $32000.0, a 97.46% decrease from a year earlier, with the FY2025 full-year figure at -$11.2 million, down 1.82% from the prior year.
- Other Non Operating Income was -$144000.0 for Q4 2021 at AST SpaceMobile, down from $180000.0 in the prior quarter.
- Over five years, Other Non Operating Income peaked at $1.3 million in Q1 2020 and troughed at -$144000.0 in Q4 2021.
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 |
|---|---|
| Mar 31, 2026 | 1.17 Mn |
| Dec 31, 2025 | 2.85 Mn |
| Sep 30, 2025 | -2.94 Mn |
| Jun 30, 2025 | 65.03 Mn |
| Mar 31, 2025 | 3.21 Mn |
| Dec 31, 2024 | -16.21 Mn |
| Sep 30, 2024 | 236.91 Mn |
| Jun 30, 2024 | 66.14 Mn |
| Mar 31, 2024 | -18.21 Mn |
| Dec 31, 2023 | 12.47 Mn |
| Sep 30, 2023 | -7.48 Mn |
| Jun 30, 2023 | -6.48 Mn |
| Mar 31, 2023 | -7.50 Mn |
| Dec 31, 2022 | -17.45 Mn |
| Sep 30, 2022 | 15.90 Mn |
| Jun 30, 2022 | -23.05 Mn |
| Mar 31, 2022 | 5.48 Mn |
| Dec 31, 2021 | -18.04 Mn |
| Sep 30, 2021 | -39.40 Mn |
| Jun 30, 2021 | 41.68 Mn |
AST SpaceMobile Other 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=other-non-operating-income&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();