AST SpaceMobile (ASTS) Retained Earnings (2019 - 2026)
AST SpaceMobile's (ASTS) quarterly Retained Earnings came in at $3.1 billion in Q2 2026, up 109.59% year-over-year from $1.5 billion in Q2 2025, and up 1.46% quarter-over-quarter from $3.1 billion in Q1 2026.
AST SpaceMobile (ASTS) Retained Earnings (2019 - 2026) Analysis & Trends
AST SpaceMobile (ASTS) has reported Retained Earnings for 8 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 109.59% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $3.1 billion, a 109.59% increase from a year earlier, with the FY2025 full-year figure at $2.7 billion, up 175.72% from the prior year.
- Retained Earnings was $3.1 billion for Q2 2026 at AST SpaceMobile, up from $3.1 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $3.1 billion in Q2 2026 and troughed at $172.7 million in Q1 2022.
- A 5-year average of $1.0 billion and a median of $427.1 million in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings grew 9.48% in 2022 and soared 251.46% in 2025, its largest moves.
- Over 5 years, Retained Earnings stood at $235.4 million in 2022, then climbed by 22.52% to $288.4 million in 2023, then jumped by 235.99% to $969.0 million in 2024, then jumped by 175.72% to $2.7 billion in 2025, then gained by 17.75% to $3.1 billion in 2026.
- The last three Retained Earnings figures came in at $3.1 billion (Q2 2026), $3.1 billion (Q1 2026), and $2.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 97.73 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 24.69 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 20.29 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 5.88 Bn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 60.30 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 17.52 Bn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 5.44 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -1.25 Bn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -1.52 Bn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.25 Bn |
| Mar 31, 2026 | -1.02 Bn |
| Dec 31, 2025 | -831.69 Mn |
| Sep 30, 2025 | -757.72 Mn |
| Jun 30, 2025 | -634.85 Mn |
| Mar 31, 2025 | -535.45 Mn |
| Dec 31, 2024 | -489.75 Mn |
| Sep 30, 2024 | -453.89 Mn |
| Jun 30, 2024 | -281.94 Mn |
| Mar 31, 2024 | -209.39 Mn |
| Dec 31, 2023 | -189.66 Mn |
| Sep 30, 2023 | -157.74 Mn |
| Jun 30, 2023 | -136.83 Mn |
| Mar 31, 2023 | -118.42 Mn |
| Dec 31, 2022 | -102.10 Mn |
| Sep 30, 2022 | -93.87 Mn |
| Mar 31, 2022 | -81.18 Mn |
| Dec 31, 2021 | -70.46 Mn |
| Sep 30, 2021 | -67.35 Mn |
| Jun 30, 2021 | -71.47 Mn |
AST SpaceMobile Retained Earnings 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=retained-earnings&ticker=ASTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=ASTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();