EchoStar (ECHO) Income from Discontinued Operations (2016 - 2019)
EchoStar's (ECHO) quarterly Income from Discontinued Operations came in at -$6.8 million in Q4 2019, down 140.4% year-over-year from $16.9 million in Q4 2018, and down 439.74% quarter-over-quarter from $2.0 million in Q3 2019.
EchoStar (ECHO) Income from Discontinued Operations (2016 - 2019) Analysis & Trends
EchoStar has disclosed Income from Discontinued Operations across 4 years of filings, most recently posting -$6.8 million for Q4 2019.
- In Q4 2019, Income from Discontinued Operations fell 140.4% year-over-year to -$6.8 million; the TTM figure through Sep 2020 stood at -$6.8 million (down 110.81% YoY), while the FY2019 annual figure was $39.4 million, down 57.96% from the prior year.
- Income from Discontinued Operations came in at -$6.8 million for Q4 2019 at EchoStar, down from $2.0 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $264.1 million in Q4 2017 to a low of -$6.8 million in Q4 2019.
- Average Income from Discontinued Operations over 4 years is $27.9 million, with a median of $12.4 million recorded in 2016.
- Year-over-year, Income from Discontinued Operations soared 3111.77% in 2018 and tumbled 140.4% in 2019.
- Over 4 years, Income from Discontinued Operations stood at $15.1 million in 2016, then soared by 1648.38% to $264.1 million in 2017, then tumbled by 93.61% to $16.9 million in 2018, then plunged by 140.4% to -$6.8 million in 2019.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$6.8 million in Q4 2019, $2.0 million in Q3 2019, and $25.0 million in Q2 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -28.00 Mn |
| 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 |
|---|---|
| Dec 31, 2019 | -6.82 Mn |
| Sep 30, 2019 | 2.01 Mn |
| Jun 30, 2019 | 24.97 Mn |
| Mar 31, 2019 | 19.25 Mn |
| Dec 31, 2018 | 16.89 Mn |
| Sep 30, 2018 | 19.70 Mn |
| Dec 31, 2017 | 264.13 Mn |
| Sep 30, 2017 | -654,000.00 |
| Jun 30, 2017 | 531,000.00 |
| Mar 31, 2017 | 6.58 Mn |
| Dec 31, 2016 | 15.11 Mn |
| Sep 30, 2016 | 4.50 Mn |
| Jun 30, 2016 | 11.66 Mn |
| Mar 31, 2016 | 13.06 Mn |
EchoStar Income 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=income-from-discontinued-operations&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-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=income-from-discontinued-operations&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();