AST SpaceMobile (ASTS) Tax Rate (2020 - 2026)
AST SpaceMobile's (ASTS) quarterly Tax Rate came in at 0.37% in Q2 2026, up 18.0% year-over-year from 0.32% in Q2 2025, and up 20.85% quarter-over-quarter from 0.47% in Q1 2026.
AST SpaceMobile (ASTS) Tax Rate (2020 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Tax Rate for 7 consecutive years, with 0.37% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate rose 18.0% year-over-year to 0.37% in Q2 2026; TTM through Jun 2026 was 11.65%, a 1207.0% increase from a year earlier, with the FY2025 full-year figure at 20.69%, up 2107.0% from the prior year.
- Tax Rate was 0.37% for Q2 2026 at AST SpaceMobile, up from 0.47% in the prior quarter.
- Over five years, Tax Rate peaked at 95.57% in Q4 2025 and troughed at 5.41% in Q4 2022.
- A 5-year average of 4.76% and a median of 0.27% in 2025 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate sank 335 bps in 2022 and jumped 9704 bps in 2025, its largest moves.
- Over 5 years, Tax Rate stood at 5.41% in 2022, then jumped by 35 bps to 3.53% in 2023, then surged by 58 bps to 1.47% in 2024, then jumped by 6610 bps to 95.57% in 2025, then plunged by 100 bps to 0.37% in 2026.
- The last three Tax Rate figures came in at 0.37% (Q2 2026), 0.47% (Q1 2026), and 95.57% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 25.12% |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 25.16% |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 13.47% |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | -150.96% |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 25.89% |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 19.26% |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 13.56% |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -0.37% |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | 27.21% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.37% |
| Mar 31, 2026 | -0.47% |
| Dec 31, 2025 | -2.75% |
| Sep 30, 2025 | -0.23% |
| Jun 30, 2025 | -0.55% |
| Mar 31, 2025 | -0.26% |
| Dec 31, 2024 | -0.30% |
| Sep 30, 2024 | -0.21% |
| Jun 30, 2024 | -0.18% |
| Mar 31, 2024 | -0.74% |
| Dec 31, 2023 | -2.78% |
| Sep 30, 2023 | -0.53% |
| Jun 30, 2023 | 1.57% |
| Mar 31, 2023 | -0.26% |
| Dec 31, 2022 | -5.41% |
| Sep 30, 2022 | 1.75% |
| Jun 30, 2022 | 1.20% |
| Mar 31, 2022 | -0.28% |
| Dec 31, 2021 | -2.06% |
| Sep 30, 2021 | 0.10% |
AST SpaceMobile Tax Rate 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=tax-rate&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();