EchoStar (ECHO) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026)
Analysis
EchoStar (ECHO) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 16.13% |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -2.29% |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 3.97% |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 3.28% |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -4.15% |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -79.94% |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | - |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 11.88% |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -79.94% |
| Mar 31, 2026 | -75.50% |
| Dec 31, 2025 | -75.58% |
| Sep 30, 2025 | -66.79% |
| Jun 30, 2025 | -6.93% |
| Mar 31, 2025 | -6.35% |
| Dec 31, 2024 | -3.92% |
| Sep 30, 2024 | 333.05% |
| Jun 30, 2024 | 334.76% |
| Mar 31, 2024 | 340.72% |
| Dec 31, 2023 | 20.96% |
| Sep 30, 2023 | -4.73% |
| Jun 30, 2023 | -6.23% |
| Mar 31, 2023 | -8.43% |
| Dec 31, 2022 | 238.07% |
| Sep 30, 2022 | -5.17% |
| Jun 30, 2022 | -4.90% |
| Mar 31, 2022 | -1.85% |
| Dec 31, 2021 | -2.18% |
| Sep 30, 2021 | 0.06% |
API Access
EchoStar Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();