EchoStar (ECHO) Income towards Parent Company (2009 - 2026)
EchoStar's (ECHO) quarterly Income towards Parent Company 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 towards Parent Company (2009 - 2026) Analysis & Trends
EchoStar has disclosed Income towards Parent Company across 18 years of filings, most recently posting $8.5 billion for Q2 2026.
- In Q2 2026, Income towards Parent Company 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 towards Parent Company 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 towards Parent Company ranged from a high of $8.5 billion in Q2 2026 to a low of -$12.8 billion in Q3 2025.
- Average Income towards Parent Company over 5 years is -$300.8 million, with a median of -$113.6 million recorded in 2023.
- Year-over-year, Income towards Parent Company plunged 8788.22% in 2025 and jumped 2857.93% in 2026.
- Over 5 years, Income towards Parent Company 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 towards Parent Company 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) |
|---|---|---|---|---|
| 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 |
|---|---|
| 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.02 Bn |
| Sep 30, 2023 | -118.74 Mn |
| Jun 30, 2023 | 232.69 Mn |
| Mar 31, 2023 | 272.85 Mn |
| Dec 31, 2022 | 1.00 Bn |
| Sep 30, 2022 | 448.11 Mn |
| Jun 30, 2022 | 550.09 Mn |
| Mar 31, 2022 | 537.24 Mn |
| Dec 31, 2021 | 2.38 Bn |
| Sep 30, 2021 | 30.22 Mn |
EchoStar Income towards Parent Company 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-towards-parent-company&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();