EchoStar (ECHO) Non Operating Investment Income (2009 - 2026)
EchoStar's (ECHO) quarterly Non Operating Investment Income came in at $24.3 million in Q1 2025, up 201.72% year-over-year from $8.1 million in Q1 2024, and up 177.68% quarter-over-quarter from -$31.3 million in Q4 2024.
EchoStar (ECHO) Non Operating Investment Income (2009 - 2026) Analysis & Trends
EchoStar has disclosed Non Operating Investment Income across 17 years of filings, most recently posting $24.3 million for Q1 2025.
- In Q1 2025, Non Operating Investment Income rose 201.72% year-over-year to $24.3 million; the TTM figure through Mar 2025 stood at -$25.0 million (down 789.69% YoY), while the FY2024 annual figure was -$73.2 million, down 635.84% from the prior year.
- Non Operating Investment Income came in at $24.3 million for Q1 2025 at EchoStar, up from -$31.3 million in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $80.7 million in Q1 2022 to a low of -$46.6 million in Q4 2021.
- Average Non Operating Investment Income over 5 years is $6.1 million, with a median of $3.7 million recorded in 2021.
- The largest YoY upside for Non Operating Investment Income was 603.0% in 2021 against a maximum downside of 821.38% in 2021.
- Over 5 years, Non Operating Investment Income stood at -$46.6 million in 2021, then surged by 154.14% to $25.2 million in 2022, then rose by 10.87% to $28.0 million in 2023, then tumbled by 211.89% to -$31.3 million in 2024, then jumped by 177.68% to $24.3 million in 2025.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were $24.3 million in Q1 2025, -$31.3 million in Q4 2024, and $7.4 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment 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 | - |
| 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 | 9.73 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | - |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -1.45 Mn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.73 Bn |
| Dec 31, 2025 | 40.55 Mn |
| Sep 30, 2025 | 22.03 Mn |
| Jun 30, 2025 | 37.44 Mn |
| Mar 31, 2025 | 24.30 Mn |
| Sep 30, 2024 | 50.42 Mn |
| Jun 30, 2024 | -25.42 Mn |
| Mar 31, 2024 | -23.89 Mn |
| Dec 31, 2023 | 27.96 Mn |
| Sep 30, 2023 | -10.72 Mn |
| Jun 30, 2023 | 3.84 Mn |
| Mar 31, 2023 | -7.42 Mn |
| Dec 31, 2022 | 25.22 Mn |
| Sep 30, 2022 | -10.08 Mn |
| Jun 30, 2022 | -22.54 Mn |
| Mar 31, 2022 | 80.69 Mn |
| Dec 31, 2021 | -46.59 Mn |
| Sep 30, 2021 | 3.75 Mn |
| Jun 30, 2021 | 30.63 Mn |
| Mar 31, 2021 | 78.60 Mn |
EchoStar Non Operating Investment 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-investment-income&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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-investment-income&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();