EchoStar (ECHO) Change in Intangibles (2012 - 2023)
EchoStar's (ECHO) quarterly Change in Intangibles came in at $23.1 million in Q3 2013.
Analysis
EchoStar (ECHO) Change in Intangibles (2012 - 2023) Analysis & Trends
EchoStar has disclosed Change in Intangibles across 1 years of filings, most recently posting $23.1 million for Q3 2013.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Intangibless (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 1.07 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 484.00 Mn |
| 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 | - | 587.00 Mn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -463,123.80 |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | - |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | 24.44 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2023 | 7.12 Mn |
| Jun 30, 2023 | 8.29 Mn |
| Mar 31, 2023 | 6.96 Mn |
| Dec 31, 2022 | 6.18 Mn |
| Sep 30, 2022 | 4.96 Mn |
| Jun 30, 2022 | 6.87 Mn |
| Mar 31, 2022 | 5.09 Mn |
| Dec 31, 2021 | 7.91 Mn |
| Sep 30, 2021 | 8.80 Mn |
| Jun 30, 2021 | 8.99 Mn |
| Mar 31, 2021 | 7.85 Mn |
| Dec 31, 2020 | 10.83 Mn |
| Sep 30, 2020 | 8.59 Mn |
| Jun 30, 2020 | 10.60 Mn |
| Mar 31, 2020 | 8.64 Mn |
| Dec 31, 2019 | 13.08 Mn |
| Sep 30, 2019 | 6.04 Mn |
| Jun 30, 2019 | 7.73 Mn |
| Mar 31, 2019 | 7.60 Mn |
| Dec 31, 2018 | 7.07 Mn |
API Access
EchoStar Change in Intangibles 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=change-in-intangibles&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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=change-in-intangibles&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();