Viasat (VSAT) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Viasat (VSAT) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -49.00% |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -72.46% |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 67.35% |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -20.91% |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 17.48% |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -81.24% |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | - |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -5.76% |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | 47.42% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 47.42% |
| Mar 31, 2026 | 8.36% |
| Dec 31, 2025 | -13.51% |
| Sep 30, 2025 | -65.15% |
| Jun 30, 2025 | -35.00% |
| Mar 31, 2025 | -15.20% |
| Dec 31, 2024 | -3.99% |
| Sep 30, 2024 | 79.94% |
| Jun 30, 2024 | -7.50% |
| Mar 31, 2024 | 40.94% |
| Dec 31, 2023 | 790.15% |
| Sep 30, 2023 | 1,214.98% |
| Jun 30, 2023 | 784.12% |
| Mar 31, 2023 | 334.47% |
| Dec 31, 2022 | 9.70% |
| Sep 30, 2022 | -31.46% |
| Jun 30, 2022 | -19.65% |
| Mar 31, 2022 | 4.90% |
| Dec 31, 2021 | -47.68% |
| Sep 30, 2021 | -37.89% |
API Access
Viasat Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();