EchoStar (ECHO) Net Income towards Common Stockholders (2009 - 2026)
EchoStar's (ECHO) quarterly Net Income towards Common Stockholders came in at $8.5 billion in Q2 2026, up 2864.29% year-over-year from $285.5 million in Q2 2025, and up 5861.22% quarter-over-quarter from -$146.9 million in Q1 2026.
EchoStar (ECHO) Net Income towards Common Stockholders (2009 - 2026) Analysis & Trends
EchoStar has disclosed Net Income towards Common Stockholders across 18 years of filings, most recently posting $8.5 billion for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders rose 2864.29% year-over-year to $8.5 billion; the TTM figure through Jun 2026 stood at -$5.7 billion (down 1698.75% YoY), while the FY2025 annual figure was -$14.5 billion, down 12026.86% from the prior year.
- Net Income towards Common Stockholders came in at $8.5 billion for Q2 2026 at EchoStar, up from -$146.9 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $8.5 billion in Q2 2026 to a low of -$12.8 billion in Q3 2025.
- Average Net Income towards Common Stockholders over 5 years is -$307.0 million, with a median of -$122.9 million recorded in 2023.
- Year-over-year, Net Income towards Common Stockholders slumped 8912.77% in 2025 and soared 2864.29% in 2026.
- Over 5 years, Net Income towards Common Stockholders stood at $984.3 million in 2022, then tumbled by 306.23% to -$2.0 billion in 2023, then soared by 116.51% to $335.2 million in 2024, then slumped by 460.1% to -$1.2 billion in 2025, then jumped by 801.0% to $8.5 billion in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were $8.5 billion in Q2 2026, -$146.9 million in Q1 2026, and -$1.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 3.84 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 3.24 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 4.59 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | -28.58 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 3.53 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 356.44 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 8.46 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -230.91 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 403.39 Mn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | 310.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.46 Bn |
| Mar 31, 2026 | -146.89 Mn |
| Dec 31, 2025 | -1.21 Bn |
| Sep 30, 2025 | -12.78 Bn |
| Jun 30, 2025 | -306.13 Mn |
| Mar 31, 2025 | -202.67 Mn |
| Dec 31, 2024 | 335.23 Mn |
| Sep 30, 2024 | -141.81 Mn |
| Jun 30, 2024 | -205.59 Mn |
| Mar 31, 2024 | -107.38 Mn |
| Dec 31, 2023 | -2.03 Bn |
| Sep 30, 2023 | -138.37 Mn |
| Jun 30, 2023 | 212.66 Mn |
| Mar 31, 2023 | 253.53 Mn |
| Dec 31, 2022 | 984.26 Mn |
| Sep 30, 2022 | 433.61 Mn |
| Jun 30, 2022 | 536.31 Mn |
| Mar 31, 2022 | 523.53 Mn |
| Dec 31, 2021 | 2.34 Bn |
| Sep 30, 2021 | 33.41 Mn |
EchoStar Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "ECHO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();