EchoStar (ECHO) Income from Non-Controlling Interests (2009 - 2026)
EchoStar's (ECHO) quarterly Income from Non-Controlling Interests came in at -$244000.0 in Q2 2026, up 65.73% year-over-year from -$147227.1 in Q2 2025, and up 41.2% quarter-over-quarter from -$415000.0 in Q1 2026.
EchoStar (ECHO) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
EchoStar has disclosed Income from Non-Controlling Interests across 15 years of filings, most recently posting -$244000.0 for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests rose 65.73% year-over-year to -$244000.0; the TTM figure through Jun 2026 stood at -$11.3 million (down 124.77% YoY), while the FY2025 annual figure was -$9.8 million, up 20.43% from the prior year.
- Income from Non-Controlling Interests came in at -$244000.0 for Q2 2026 at EchoStar, up from -$415000.0 in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $69.6 million in Q4 2022 to a low of -$11.4 million in Q4 2025.
- Average Income from Non-Controlling Interests over 5 years is $6.1 million, with a median of -$563500.0 recorded in 2025.
- Year-over-year, Income from Non-Controlling Interests surged 955.31% in 2023 and slumped 222.62% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at $69.6 million in 2022, then slumped by 85.71% to $9.9 million in 2023, then plunged by 135.37% to -$3.5 million in 2024, then tumbled by 222.62% to -$11.4 million in 2025, then jumped by 97.85% to -$244000.0 in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$244000.0 in Q2 2026, -$415000.0 in Q1 2026, and -$11.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 114.00 Mn |
| 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 | 383.00 Mn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 19.26 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -107.00 Mn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 173,000.00 |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -69.01 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 23.13 Mn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 173,000.00 |
| Mar 31, 2026 | -415,000.00 |
| Dec 31, 2025 | -8.28 Mn |
| Sep 30, 2025 | -152,000.00 |
| Jun 30, 2025 | -712,000.00 |
| Mar 31, 2025 | -612,000.00 |
| Dec 31, 2024 | -114,000.00 |
| Sep 30, 2024 | -1.99 Mn |
| Jun 30, 2024 | -1.87 Mn |
| Mar 31, 2024 | -999,000.00 |
| Dec 31, 2023 | 8.26 Mn |
| Sep 30, 2023 | 19.63 Mn |
| Jun 30, 2023 | 20.03 Mn |
| Mar 31, 2023 | 19.31 Mn |
| Dec 31, 2022 | 67.91 Mn |
| Sep 30, 2022 | -2.85 Mn |
| Jun 30, 2022 | -3.40 Mn |
| Mar 31, 2022 | -2.49 Mn |
| Dec 31, 2021 | 41.57 Mn |
| Sep 30, 2021 | -3.19 Mn |
EchoStar Income from Non-Controlling Interests 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-non-controlling-interests&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();