EchoStar (ECHO) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
EchoStar (ECHO) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -28.55% |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -24.82% |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 22.63% |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 2.35% |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -6.28% |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -14.42% |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | - |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 0.97% |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | 15.38% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -14.42% |
| Mar 31, 2026 | 13.46% |
| Dec 31, 2025 | -8.98% |
| Sep 30, 2025 | 39.22% |
| Jun 30, 2025 | 33.23% |
| Mar 31, 2025 | 41.70% |
| Dec 31, 2024 | 100.28% |
| Sep 30, 2024 | 13.16% |
| Jun 30, 2024 | -16.36% |
| Mar 31, 2024 | -27.10% |
| Dec 31, 2023 | 26.68% |
| Sep 30, 2023 | 25.36% |
| Jun 30, 2023 | -28.84% |
| Mar 31, 2023 | -16.82% |
| Dec 31, 2022 | 18.02% |
| Sep 30, 2022 | -16.48% |
| Jun 30, 2022 | -8.58% |
| Mar 31, 2022 | -12.99% |
| Dec 31, 2021 | -16.73% |
| Sep 30, 2021 | -35.45% |
API Access
EchoStar Cash & Equivalents Growth (3y) 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-and-equivalents-growth-3y&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-and-equivalents-growth-3y&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();