EchoStar (ECHO) EV to FCF (2010 - 2023)
EchoStar's (ECHO) quarterly EV to FCF came in at 273.81 in Q2 2026, down 2021.84% year-over-year from 14.25 in Q2 2025, and down 188.7% quarter-over-quarter from 308.68 in Q1 2026.
EchoStar (ECHO) EV to FCF (2010 - 2023) Analysis & Trends
EchoStar has disclosed EV to FCF across 18 years of filings, most recently posting 273.81 for Q2 2026.
- In Q2 2026, EV to FCF fell 2021.84% year-over-year to 273.81; the TTM figure through Jun 2026 stood at 38.61 (down 626.46% YoY), while the FY2025 annual figure was 26.59, down 892.5% from the prior year.
- EV to FCF came in at 273.81 for Q2 2026 at EchoStar, down from 308.68 in the prior quarter.
- In the past five years, EV to FCF ranged from a high of 308.68 in Q1 2026 to a low of 273.81 in Q2 2026.
- Average EV to FCF over 5 years is 22.35, with a median of 9.01 recorded in 2025.
- Year-over-year, EV to FCF tumbled 216935.58% in 2022 and surged 1583.34% in 2024.
- Over 5 years, EV to FCF stood at 5.12 in 2022, then plunged by 210.66% to 15.9 in 2023, then surged by 83.52% to 2.62 in 2024, then slumped by 1752.48% to 48.55 in 2025, then plunged by 464.01% to 273.81 in 2026.
- Per Business Quant data, the three most recent EV to FCF figures were 273.81 in Q2 2026, 308.68 in Q1 2026, and 48.55 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -1.05 |
| Mar 31, 2023 | -0.09 |
| Dec 31, 2022 | -4.28 |
| Sep 30, 2022 | -0.03 |
| Jun 30, 2022 | 0.07 |
| Mar 31, 2022 | 0.22 |
| Dec 31, 2021 | 0.29 |
| Sep 30, 2021 | 5.84 |
| Jun 30, 2021 | 5.83 |
| Mar 31, 2021 | -0.03 |
| Dec 31, 2020 | -3.14 |
| Sep 30, 2020 | -0.09 |
| Jun 30, 2020 | 2.70 |
| Mar 31, 2020 | 5.67 |
| Dec 31, 2019 | 7.35 |
| Sep 30, 2019 | 4.92 |
| Jun 30, 2019 | 4.14 |
| Mar 31, 2019 | -1.88 |
| Dec 31, 2018 | -1.84 |
| Sep 30, 2018 | 1.83 |
EchoStar EV to FCF 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=ev-to-fcf&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();