EchoStar (ECHO) Change in Cash (2009 - 2026)
EchoStar's (ECHO) quarterly Change in Cash came in at -$42.5 million in Q2 2026, up 74.77% year-over-year from -$24.3 million in Q2 2025, and up 93.9% quarter-over-quarter from -$696.4 million in Q1 2026.
EchoStar (ECHO) Change in Cash (2009 - 2026) Analysis & Trends
EchoStar has disclosed Change in Cash across 18 years of filings, most recently posting -$42.5 million for Q2 2026.
- In Q2 2026, Change in Cash rose 74.77% year-over-year to -$42.5 million; the TTM figure through Jun 2026 stood at -$1.2 billion (down 157.27% YoY), while the FY2025 annual figure was -$2.4 billion, down 189.91% from the prior year.
- Change in Cash came in at -$42.5 million for Q2 2026 at EchoStar, up from -$696.4 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $2.3 billion in Q3 2024 to a low of -$6.1 billion in Q4 2022.
- Average Change in Cash over 5 years is -$379.6 million, with a median of -$108.7 million recorded in 2022.
- Year-over-year, Change in Cash sank 1485.75% in 2023 and surged 1466.52% in 2024.
- Over 5 years, Change in Cash stood at -$6.1 billion in 2022, then surged by 97.85% to -$130.7 million in 2023, then surged by 1466.52% to $1.8 billion in 2024, then sank by 129.54% to -$527.7 million in 2025, then soared by 91.95% to -$42.5 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$42.5 million in Q2 2026, -$696.4 million in Q1 2026, and -$527.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -6.43 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -734.00 Mn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 1.86 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -1.78 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -42.48 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -736.03 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -643.40 Mn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -42.48 Mn |
| Mar 31, 2026 | -696.36 Mn |
| Dec 31, 2025 | -527.67 Mn |
| Sep 30, 2025 | 64.51 Mn |
| Jun 30, 2025 | -168.39 Mn |
| Mar 31, 2025 | -1.78 Bn |
| Dec 31, 2024 | 1.79 Bn |
| Sep 30, 2024 | 2.26 Bn |
| Jun 30, 2024 | -156.79 Mn |
| Mar 31, 2024 | -1.21 Bn |
| Dec 31, 2023 | -130.72 Mn |
| Sep 30, 2023 | 231.41 Mn |
| Jun 30, 2023 | -1.42 Bn |
| Mar 31, 2023 | 671.62 Mn |
| Dec 31, 2022 | -6.09 Bn |
| Sep 30, 2022 | -86.59 Mn |
| Jun 30, 2022 | 102.65 Mn |
| Mar 31, 2022 | 354.48 Mn |
| Dec 31, 2021 | 4.38 Bn |
| Sep 30, 2021 | -283.15 Mn |
EchoStar Change in Cash 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=change-in-cash&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();