EchoStar (ECHO) Liabilities from Discontinued Operations (2016 - 2018)
EchoStar's (ECHO) quarterly Liabilities from Discontinued Operations came in at $4.6 million in Q3 2019, down 98.88% quarter-over-quarter from $406.2 million in Q4 2018.
EchoStar (ECHO) Liabilities from Discontinued Operations (2016 - 2018) Analysis & Trends
EchoStar has disclosed Liabilities from Discontinued Operations across 4 years of filings, most recently posting $4.6 million for Q3 2019.
- In Q3 2019, Liabilities from Discontinued Operations changed N/A year-over-year to $4.6 million; the TTM figure through Sep 2019 stood at $4.6 million (changed N/A YoY), while the FY2018 annual figure was $406.2 million, up 74842.44% from the prior year.
- Liabilities from Discontinued Operations came in at $4.6 million for Q3 2019 at EchoStar, down from $406.2 million in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $406.2 million in Q4 2018 to a low of $311000.0 in Q1 2017.
- Average Liabilities from Discontinued Operations over 4 years is $69.5 million, with a median of $3.1 million recorded in 2017.
- Year-over-year, Liabilities from Discontinued Operations sank 99.24% in 2017 and soared 74842.44% in 2018.
- Over 4 years, Liabilities from Discontinued Operations stood at $71.4 million in 2016, then slumped by 99.24% to $542000.0 in 2017, then soared by 74842.44% to $406.2 million in 2018, then plunged by 98.88% to $4.6 million in 2019.
- Per Business Quant data, the three most recent Liabilities from Discontinued Operations figures were $4.6 million in Q3 2019, $406.2 million in Q4 2018, and $542000.0 in Q4 2017.
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 |
EchoStar Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();