EchoStar (ECHO) Non Operating Income (2009 - 2026)
EchoStar's (ECHO) quarterly Non Operating Income came in at $9.3 billion in Q2 2026, up 5290.73% year-over-year from $172.1 million in Q2 2025, and up 1753.49% quarter-over-quarter from -$561.1 million in Q1 2026.
EchoStar (ECHO) Non Operating Income (2009 - 2026) Analysis & Trends
EchoStar has disclosed Non Operating Income across 12 years of filings, most recently posting $9.3 billion for Q2 2026.
- In Q2 2026, Non Operating Income rose 5290.73% year-over-year to $9.3 billion; the TTM figure through Jun 2026 stood at $7.9 billion (up 6252.06% YoY), while the FY2025 annual figure was -$1.2 billion, down 612.11% from the prior year.
- Non Operating Income came in at $9.3 billion for Q2 2026 at EchoStar, up from -$561.1 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $9.3 billion in Q2 2026 to a low of -$1.6 billion in Q4 2023.
- Average Non Operating Income over 4 years is $437.2 million, with a median of -$152.8 million recorded in 2023.
- Year-over-year, Non Operating Income slumped 1520.86% in 2025 and soared 5290.73% in 2026.
- Over 4 years, Non Operating Income stood at -$1.6 billion in 2023, then soared by 131.54% to $500.5 million in 2024, then slumped by 203.37% to -$517.4 million in 2025, then surged by 1893.13% to $9.3 billion in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were $9.3 billion in Q2 2026, -$561.1 million in Q1 2026, and -$517.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -1.16 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | -1.22 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 503.00 Mn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 21.87 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 9.28 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -1.23 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | -141.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.28 Bn |
| Mar 31, 2026 | -561.07 Mn |
| Dec 31, 2025 | -517.37 Mn |
| Sep 30, 2025 | -294.93 Mn |
| Jun 30, 2025 | -178.73 Mn |
| Mar 31, 2025 | -179.14 Mn |
| Dec 31, 2024 | 500.49 Mn |
| Sep 30, 2024 | -18.20 Mn |
| Jun 30, 2024 | -158.74 Mn |
| Mar 31, 2024 | -95.06 Mn |
| Dec 31, 2023 | -1.59 Bn |
| Sep 30, 2023 | -146.83 Mn |
| Jun 30, 2023 | 66.73 Mn |
| Mar 31, 2023 | 13.39 Mn |
| Jun 30, 2016 | -6.09 Mn |
| Mar 31, 2016 | -10.36 Mn |
| Jun 30, 2015 | -44.47 Mn |
| Mar 31, 2015 | -35.21 Mn |
| Dec 31, 2014 | -33.45 Mn |
| Sep 30, 2014 | -27.73 Mn |
EchoStar Non Operating Income 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=non-operating-income&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();