AST SpaceMobile (ASTS) Goodwill (2019 - 2022)
AST SpaceMobile's (ASTS) quarterly Goodwill came in at $3.5 million in Q1 2022, down 2.61% quarter-over-quarter from $3.6 million in Q4 2021.
AST SpaceMobile (ASTS) Goodwill (2019 - 2022) Analysis & Trends
AST SpaceMobile (ASTS) has reported Goodwill for 4 consecutive years, with $3.5 million the latest figure, recorded in Q1 2022.
- On a quarterly basis, Goodwill changed N/A year-over-year to $3.5 million in Q1 2022; TTM through Mar 2022 was $3.5 million, a N/A change from a year earlier, with the FY2021 full-year figure at $3.6 million, down 6.93% from the prior year.
- Goodwill was $3.5 million for Q1 2022 at AST SpaceMobile, down from $3.6 million in the prior quarter.
- Over five years, Goodwill peaked at $3.9 million in Q4 2020 and troughed at $3.5 million in Q1 2022.
- A 4-year average of $3.7 million and a median of $3.7 million in 2021 frame the typical range for Goodwill.
- Across the five-year window, Goodwill climbed 8.88% in 2020 and decreased 6.93% in 2021, its largest moves.
- Over 4 years, Goodwill stood at $3.6 million in 2019, then grew by 8.88% to $3.9 million in 2020, then declined by 6.93% to $3.6 million in 2021, then declined by 2.61% to $3.5 million in 2022.
- The last three Goodwill figures came in at $3.5 million (Q1 2022), $3.6 million (Q4 2021), and $3.7 million (Q3 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 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 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 3.55 Mn |
| Dec 31, 2021 | 3.64 Mn |
| Sep 30, 2021 | 3.70 Mn |
| Jun 30, 2021 | 3.79 Mn |
| Dec 31, 2020 | 3.91 Mn |
| Dec 31, 2019 | 3.59 Mn |
AST SpaceMobile Goodwill 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=goodwill&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();