Viasat (VSAT) Change in Cash (2009 - 2026)
Viasat's (VSAT) quarterly Change in Cash came in at -$11.0 million in Q2 2026, up 97.47% year-over-year from -$5.6 million in Q2 2025, and down 102.75% quarter-over-quarter from $400.7 million in Q1 2026.
Viasat (VSAT) Change in Cash (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Change in Cash for 18 consecutive years, with -$11.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 97.47% year-over-year to -$11.0 million in Q2 2026; TTM through Jun 2026 was $558.3 million, a 188.05% increase from a year earlier, with the FY2026 full-year figure at $134.7 million, up 146.63% from the prior year.
- Change in Cash was -$11.0 million for Q2 2026 at Viasat, down from $400.7 million in the prior quarter.
- Over five years, Change in Cash peaked at $1.7 billion in Q3 2024 and troughed at -$2.0 billion in Q4 2024.
- A 5-year average of $87.2 million and a median of $42.8 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash slumped 1154.49% in 2023 and jumped 7348.75% in 2024, its largest moves.
- Over 5 years, Change in Cash stood at $33.0 million in 2022, then tumbled by 1154.49% to -$347.5 million in 2023, then plunged by 467.79% to -$2.0 billion in 2024, then jumped by 105.88% to $116.1 million in 2025, then slumped by 109.49% to -$11.0 million in 2026.
- The last three Change in Cash figures came in at -$11.0 million (Q2 2026), $400.7 million (Q1 2026), and $116.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -6.43 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -734.00 Mn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 1.86 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -1.78 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -42.48 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -736.03 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -643.40 Mn |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | -11.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -11.02 Mn |
| Mar 31, 2026 | 400.70 Mn |
| Dec 31, 2025 | 116.06 Mn |
| Sep 30, 2025 | 52.58 Mn |
| Jun 30, 2025 | -434.61 Mn |
| Mar 31, 2025 | 55.62 Mn |
| Dec 31, 2024 | -1.97 Bn |
| Sep 30, 2024 | 1.72 Bn |
| Jun 30, 2024 | -89.43 Mn |
| Mar 31, 2024 | 279.81 Mn |
| Dec 31, 2023 | -347.54 Mn |
| Sep 30, 2023 | -23.70 Mn |
| Jun 30, 2023 | 613.08 Mn |
| Mar 31, 2023 | 1.20 Bn |
| Dec 31, 2022 | 32.96 Mn |
| Sep 30, 2022 | -72.35 Mn |
| Jun 30, 2022 | -88.94 Mn |
| Mar 31, 2022 | 144.43 Mn |
| Dec 31, 2021 | -51.62 Mn |
| Sep 30, 2021 | -58.03 Mn |
Viasat Change in Cash 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-cash&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();