Viasat (VSAT) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
Viasat (VSAT) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 125.50 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 36.62 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 134.22 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 3.44 Bn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 66.13 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 8.87 Bn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 1.76 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | 2.07 Bn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 23.84 Bn |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | 7.25 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.25 Bn |
| Mar 31, 2026 | 7.27 Bn |
| Dec 31, 2025 | 7.30 Bn |
| Sep 30, 2025 | 7.29 Bn |
| Jun 30, 2025 | 7.34 Bn |
| Mar 31, 2025 | 7.41 Bn |
| Dec 31, 2024 | 7.56 Bn |
| Sep 30, 2024 | 7.49 Bn |
| Jun 30, 2024 | 7.53 Bn |
| Mar 31, 2024 | 7.56 Bn |
| Dec 31, 2023 | 7.37 Bn |
| Sep 30, 2023 | 7.71 Bn |
| Jun 30, 2023 | 9.16 Bn |
| Mar 31, 2023 | 4.38 Bn |
| Dec 31, 2022 | 4.20 Bn |
| Sep 30, 2022 | 4.00 Bn |
| Jun 30, 2022 | 3.86 Bn |
| Mar 31, 2022 | 3.70 Bn |
| Dec 31, 2021 | 3.60 Bn |
| Sep 30, 2021 | 3.47 Bn |
API Access
Viasat Property, Plant & Equipment (Net) 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&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "VSAT", "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&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();