EchoStar (ECHO) Equity Income (2012 - 2026)
EchoStar's (ECHO) quarterly Equity Income came in at $3.3 million in Q2 2026, up 28.04% year-over-year from $2.5 million in Q2 2025, and up 14.07% quarter-over-quarter from $2.8 million in Q1 2026.
EchoStar (ECHO) Equity Income (2012 - 2026) Analysis & Trends
EchoStar has disclosed Equity Income across 15 years of filings, most recently posting $3.3 million for Q2 2026.
- In Q2 2026, Equity Income rose 28.04% year-over-year to $3.3 million; the TTM figure through Jun 2026 stood at $9.6 million (up 11415.29% YoY), while the FY2025 annual figure was $7.7 million, up 110.48% from the prior year.
- Equity Income came in at $3.3 million for Q2 2026 at EchoStar, up from $2.8 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $3.3 million in Q2 2026 to a low of -$66.4 million in Q2 2024.
- Average Equity Income over 5 years is -$3.9 million, with a median of -$1.4 million recorded in 2022.
- Year-over-year, Equity Income tumbled 4401.49% in 2024 and surged 176.88% in 2025.
- Over 5 years, Equity Income stood at $1.4 million in 2022, then plunged by 205.39% to -$1.4 million in 2023, then surged by 170.64% to $1.0 million in 2024, then soared by 176.88% to $2.8 million in 2025, then advanced by 16.48% to $3.3 million in 2026.
- Per Business Quant data, the three most recent Equity Income figures were $3.3 million in Q2 2026, $2.8 million in Q1 2026, and $2.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 44.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 | -29.00 Mn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 4.30 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | - |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 347,833.25 |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 3.25 Mn |
| 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 | -22.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.25 Mn |
| Mar 31, 2026 | 2.85 Mn |
| Dec 31, 2025 | 2.79 Mn |
| Sep 30, 2025 | 726,000.00 |
| Jun 30, 2025 | 2.54 Mn |
| Mar 31, 2025 | 1.64 Mn |
| Dec 31, 2024 | 1.01 Mn |
| Sep 30, 2024 | -5.28 Mn |
| Jun 30, 2024 | -66.40 Mn |
| Mar 31, 2024 | -2.79 Mn |
| Dec 31, 2023 | -1.43 Mn |
| Sep 30, 2023 | -3.19 Mn |
| Jun 30, 2023 | -1.48 Mn |
| Mar 31, 2023 | -2.00 Mn |
| Dec 31, 2022 | 1.35 Mn |
| Sep 30, 2022 | -1.43 Mn |
| Jun 30, 2022 | -1.30 Mn |
| Mar 31, 2022 | -1.71 Mn |
| Dec 31, 2021 | -3.63 Mn |
| Sep 30, 2021 | 74,000.00 |
EchoStar Equity 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=equity-income&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();