AST SpaceMobile (ASTS) Non-Current Deffered Revenue (2019 - 2026)
AST SpaceMobile's (ASTS) quarterly Non-Current Deffered Revenue came in at $252.1 million in Q2 2026, up 21.73% quarter-over-quarter from $207.1 million in Q1 2026.
AST SpaceMobile (ASTS) Non-Current Deffered Revenue (2019 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Non-Current Deffered Revenue for 5 consecutive years, with $252.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Deffered Revenue changed N/A year-over-year to $252.1 million in Q2 2026; TTM through Jun 2026 was $252.1 million, a N/A change from a year earlier, with the FY2025 full-year figure at $207.1 million, changed N/A from the prior year.
- Non-Current Deffered Revenue was $252.1 million for Q2 2026 at AST SpaceMobile, up from $207.1 million in the prior quarter.
- Over five years, Non-Current Deffered Revenue peaked at $252.1 million in Q2 2026 and troughed at $43.5 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Deffered Revenue (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 | 239.64 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | - |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 203.38 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | - |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | 252.09 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 | 252.09 Mn |
| Mar 31, 2026 | 207.09 Mn |
| Dec 31, 2025 | 207.09 Mn |
| Sep 30, 2025 | 43.50 Mn |
| Mar 31, 2021 | 8.05 Mn |
| Dec 31, 2020 | 8.05 Mn |
| Sep 30, 2020 | 8.05 Mn |
| Jun 30, 2020 | 8.05 Mn |
| Mar 31, 2020 | 8.05 Mn |
| Dec 31, 2019 | 8.05 Mn |
AST SpaceMobile Non-Current Deffered Revenue 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-current-deffered-revenue&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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-current-deffered-revenue&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();