AST SpaceMobile (ASTS) FCF Margin (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly FCF Margin came in at 2204.22% in Q2 2026, up 2838782.0% year-over-year from N/an in Q2 2025, and down 4.89% quarter-over-quarter from 2101.51% in Q1 2026.
AST SpaceMobile (ASTS) FCF Margin (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported FCF Margin for 6 consecutive years, with 2204.22% the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Margin rose 2838782.0% year-over-year to 2204.22% in Q2 2026; TTM through Jun 2026 was 1420.69%, a 1241562.0% increase from a year earlier, with the FY2025 full-year figure at 1602.21%, up 519430.0% from the prior year.
- FCF Margin was 2204.22% for Q2 2026 at AST SpaceMobile, down from 2101.51% in the prior quarter.
- Over five years, FCF Margin peaked at 609.02% in Q4 2025 and troughed at 30592.04% in Q2 2025.
- A 4-year average of 7376.53% and a median of 2204.22% in 2026 frame the typical range for FCF Margin.
- Across the five-year window, FCF Margin slumped 2633049 bps in 2025 and jumped 2838782 bps in 2026, its largest moves.
- Over 4 years, FCF Margin stood at 1083.71% in 2022, then slumped by 431 bps to 5759.75% in 2024, then soared by 89 bps to 609.02% in 2025, then tumbled by 262 bps to 2204.22% in 2026.
- The last three FCF Margin figures came in at 2204.22% (Q2 2026), 2101.51% (Q1 2026), and 609.02% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 18.76% |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 21.05% |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 16.16% |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 17.33% |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 8.63% |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -2.86% |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -2,204.22% |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 52.49% |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2,204.22% |
| Mar 31, 2026 | -2,101.51% |
| Dec 31, 2025 | -609.02% |
| Sep 30, 2025 | -2,054.99% |
| Jun 30, 2025 | -30,592.04% |
| Mar 31, 2025 | -20,752.37% |
| Dec 31, 2024 | -5,759.75% |
| Sep 30, 2024 | -5,795.82% |
| Jun 30, 2024 | -4,261.56% |
| Mar 31, 2024 | -17,538.00% |
| Sep 30, 2022 | -1,083.71% |
| Jun 30, 2022 | -962.79% |
| Mar 31, 2022 | -2,179.11% |
| Dec 31, 2021 | -406.27% |
| Sep 30, 2021 | -826.12% |
| Jun 30, 2021 | -1,230.26% |
| Mar 31, 2021 | -1,183.49% |
| Dec 31, 2020 | -524.02% |
| Sep 30, 2020 | -292.49% |
| Jun 30, 2020 | -2,288.15% |
AST SpaceMobile FCF Margin 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=fcf-margin&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();