EchoStar (ECHO) Cash from Investing Activities (2009 - 2026)
EchoStar's (ECHO) quarterly Cash from Investing Activities came in at -$37.4 million in Q2 2026, up 73.87% year-over-year from -$21.5 million in Q2 2025, and down 104.4% quarter-over-quarter from $849.1 million in Q1 2026.
EchoStar (ECHO) Cash from Investing Activities (2009 - 2026) Analysis & Trends
EchoStar has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$37.4 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 73.87% year-over-year to -$37.4 million; the TTM figure through Jun 2026 stood at $1.2 billion (up 130.17% YoY), while the FY2025 annual figure was -$1.4 billion, up 53.92% from the prior year.
- Cash from Investing Activities came in at -$37.4 million for Q2 2026 at EchoStar, down from $849.1 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $849.1 million in Q1 2026 to a low of -$9.2 billion in Q4 2022.
- Average Cash from Investing Activities over 5 years is -$861.6 million, with a median of -$185.1 million recorded in 2022.
- Year-over-year, Cash from Investing Activities tumbled 172923.65% in 2023 and jumped 151.25% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$9.2 billion in 2022, then jumped by 95.65% to -$399.3 million in 2023, then slumped by 368.53% to -$1.9 billion in 2024, then jumped by 113.12% to $245.4 million in 2025, then sank by 115.22% to -$37.4 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$37.4 million in Q2 2026, $849.1 million in Q1 2026, and $245.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -4.93 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -3.05 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | -5.75 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -3.57 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -342.65 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -37.36 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -600.46 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -814.74 Mn |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -37.36 Mn |
| Mar 31, 2026 | 849.10 Mn |
| Dec 31, 2025 | 245.44 Mn |
| Sep 30, 2025 | 149.68 Mn |
| Jun 30, 2025 | -143.00 Mn |
| Mar 31, 2025 | -1.66 Bn |
| Dec 31, 2024 | -1.87 Bn |
| Sep 30, 2024 | -329.23 Mn |
| Jun 30, 2024 | -610.02 Mn |
| Mar 31, 2024 | -238.15 Mn |
| Dec 31, 2023 | -399.32 Mn |
| Sep 30, 2023 | -158.32 Mn |
| Jun 30, 2023 | -2.05 Bn |
| Mar 31, 2023 | -204.86 Mn |
| Dec 31, 2022 | -9.17 Bn |
| Sep 30, 2022 | -165.29 Mn |
| Jun 30, 2022 | 1.18 Mn |
| Mar 31, 2022 | 279.11 Mn |
| Dec 31, 2021 | -4.48 Bn |
| Sep 30, 2021 | -336.15 Mn |
EchoStar Cash from Investing Activities 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=cash-from-investing-activities&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();