EchoStar (ECHO) Income from Continuing Operations (2009 - 2026)
EchoStar's (ECHO) quarterly Income from Continuing Operations came in at $8.5 billion in Q2 2026, up 2857.93% year-over-year from $286.1 million in Q2 2025, and up 5845.11% quarter-over-quarter from -$147.3 million in Q1 2026.
EchoStar (ECHO) Income from Continuing Operations (2009 - 2026) Analysis & Trends
EchoStar has disclosed Income from Continuing Operations across 18 years of filings, most recently posting $8.5 billion for Q2 2026.
- In Q2 2026, Income from Continuing Operations rose 2857.93% year-over-year to $8.5 billion; the TTM figure through Jun 2026 stood at -$5.7 billion (down 1682.13% YoY), while the FY2025 annual figure was -$14.5 billion, down 11550.76% from the prior year.
- Income from Continuing Operations came in at $8.5 billion for Q2 2026 at EchoStar, up from -$147.3 million in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $8.5 billion in Q2 2026 to a low of -$12.8 billion in Q3 2025.
- Average Income from Continuing Operations over 5 years is -$300.8 million, with a median of -$113.6 million recorded in 2023.
- Year-over-year, Income from Continuing Operations plunged 8788.22% in 2025 and jumped 2857.93% in 2026.
- Over 5 years, Income from Continuing Operations stood at $2.4 billion in 2022, then sank by 183.61% to -$2.0 billion in 2023, then jumped by 116.58% to $335.1 million in 2024, then sank by 462.7% to -$1.2 billion in 2025, then jumped by 796.24% to $8.5 billion in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $8.5 billion in Q2 2026, -$147.3 million in Q1 2026, and -$1.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 3.95 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 | 5.04 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 45.86 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 3.42 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 | -299.92 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | 270.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.46 Bn |
| Mar 31, 2026 | -147.30 Mn |
| Dec 31, 2025 | -1.22 Bn |
| Sep 30, 2025 | -12.78 Bn |
| Jun 30, 2025 | -306.84 Mn |
| Mar 31, 2025 | -203.28 Mn |
| Dec 31, 2024 | 335.12 Mn |
| Sep 30, 2024 | -143.80 Mn |
| Jun 30, 2024 | -207.46 Mn |
| Mar 31, 2024 | -108.38 Mn |
| Dec 31, 2023 | -2.02 Bn |
| Sep 30, 2023 | -118.74 Mn |
| Jun 30, 2023 | 232.69 Mn |
| Mar 31, 2023 | 272.85 Mn |
| Dec 31, 2022 | 2.42 Bn |
| Sep 30, 2022 | 19.55 Mn |
| Jun 30, 2022 | 10.46 Mn |
| Mar 31, 2022 | 88.93 Mn |
| Dec 31, 2021 | 2.38 Bn |
| Sep 30, 2021 | 30.22 Mn |
EchoStar Income from Continuing Operations 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=income-from-continuing-operations&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();