AST SpaceMobile (ASTS) Deferred Taxes (2020 - 2021)
AST SpaceMobile's (ASTS) quarterly Deferred Taxes came in at -$9680.0 in Q1 2021, down 113.01% year-over-year from $74431.0 in Q1 2020, and down 207.39% quarter-over-quarter from $9014.0 in Q4 2020.
AST SpaceMobile (ASTS) Deferred Taxes (2020 - 2021) Analysis & Trends
AST SpaceMobile (ASTS) has reported Deferred Taxes for 2 consecutive years, with -$9680.0 the latest figure, recorded in Q1 2021.
- On a quarterly basis, Deferred Taxes fell 113.01% year-over-year to -$9680.0 in Q1 2021; TTM through Mar 2021 was -$78042.0, a N/A change from a year earlier, with the FY2020 full-year figure at $6069.0, up 68.07% from the prior year.
- Deferred Taxes was -$9680.0 for Q1 2021 at AST SpaceMobile, down from $9014.0 in the prior quarter.
- Over five years, Deferred Taxes peaked at $74431.0 in Q1 2020 and troughed at -$76343.0 in Q2 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 730.00 Mn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 893.00 Mn |
| 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 | - | 697.00 Mn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 1.32 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 | 430.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | -9,680.00 |
| Dec 31, 2020 | 9,014.00 |
| Sep 30, 2020 | -1,033.00 |
| Jun 30, 2020 | -76,343.00 |
| Mar 31, 2020 | 74,431.00 |
AST SpaceMobile Deferred Taxes 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=deferred-taxes&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();