AST SpaceMobile (ASTS) Cash from Operations (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Cash from Operations came in at -$97.2 million in Q2 2026, down 123.46% year-over-year from $414.2 million in Q2 2025, and down 102.16% quarter-over-quarter from -$48.1 million in Q1 2026.
AST SpaceMobile (ASTS) Cash from Operations (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Cash from Operations for 7 consecutive years, with -$97.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations fell 123.46% year-over-year to -$97.2 million in Q2 2026; TTM through Jun 2026 was -$144.7 million, a 8.08% decrease from a year earlier, with the FY2025 full-year figure at -$71.5 million, up 43.3% from the prior year.
- Cash from Operations was -$97.2 million for Q2 2026 at AST SpaceMobile, down from -$48.1 million in the prior quarter.
- Over five years, Cash from Operations peaked at $65.0 million in Q4 2025 and troughed at -$97.2 million in Q2 2026.
- A 5-year average of -$36.0 million and a median of -$36.9 million in 2023 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations slumped 457.15% in 2022 and jumped 328.44% in 2025, its largest moves.
- Over 5 years, Cash from Operations stood at -$35.0 million in 2022, then grew by 28.94% to -$24.9 million in 2023, then fell by 14.21% to -$28.4 million in 2024, then jumped by 328.44% to $65.0 million in 2025, then slumped by 249.54% to -$97.2 million in 2026.
- The last three Cash from Operations figures came in at -$97.2 million (Q2 2026), -$48.1 million (Q1 2026), and $65.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 10.44 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 7.50 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 10.80 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 8.09 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -9.96 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -97.15 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 1.56 Bn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -97.15 Mn |
| Mar 31, 2026 | -48.06 Mn |
| Dec 31, 2025 | 64.97 Mn |
| Sep 30, 2025 | -64.46 Mn |
| Jun 30, 2025 | -43.48 Mn |
| Mar 31, 2025 | -28.55 Mn |
| Dec 31, 2024 | -28.44 Mn |
| Sep 30, 2024 | -33.43 Mn |
| Jun 30, 2024 | -16.15 Mn |
| Mar 31, 2024 | -48.12 Mn |
| Dec 31, 2023 | -24.90 Mn |
| Sep 30, 2023 | -36.05 Mn |
| Jun 30, 2023 | -50.26 Mn |
| Mar 31, 2023 | -37.73 Mn |
| Dec 31, 2022 | -35.04 Mn |
| Sep 30, 2022 | -32.92 Mn |
| Jun 30, 2022 | -41.00 Mn |
| Mar 31, 2022 | -47.51 Mn |
| Dec 31, 2021 | -21.48 Mn |
| Sep 30, 2021 | -20.24 Mn |
AST SpaceMobile Cash from Operations 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=cash-from-operations&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();