Viasat (VSAT) Cash from Investing Activities (2009 - 2026)
Viasat's (VSAT) quarterly Cash from Investing Activities came in at -$218.9 million in Q2 2026, down 24.43% year-over-year from -$289.7 million in Q2 2025, and down 129.53% quarter-over-quarter from -$95.4 million in Q1 2026.
Viasat (VSAT) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Cash from Investing Activities for 18 consecutive years, with -$218.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 24.43% year-over-year to -$218.9 million in Q2 2026; TTM through Jun 2026 was -$802.0 million, a 12.52% decrease from a year earlier, with the FY2026 full-year figure at -$759.0 million, changed 0.09% from the prior year.
- Cash from Investing Activities was -$218.9 million for Q2 2026 at Viasat, down from -$95.4 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $1.6 billion in Q1 2023 and troughed at -$769.5 million in Q2 2023.
- A 5-year average of -$141.0 million and a median of -$226.5 million in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities soared 680.36% in 2023 and plunged 245.32% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$295.9 million in 2022, then tumbled by 52.34% to -$450.8 million in 2023, then surged by 57.29% to -$192.6 million in 2024, then sank by 42.3% to -$274.0 million in 2025, then climbed by 20.1% to -$218.9 million in 2026.
- The last three Cash from Investing Activities figures came in at -$218.9 million (Q2 2026), -$95.4 million (Q1 2026), and -$274.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -4.93 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -3.05 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | -5.75 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -3.57 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -342.65 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -37.36 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -600.46 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | -814.74 Mn |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | -218.93 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -218.93 Mn |
| Mar 31, 2026 | -95.38 Mn |
| Dec 31, 2025 | -274.01 Mn |
| Sep 30, 2025 | -213.70 Mn |
| Jun 30, 2025 | -175.95 Mn |
| Mar 31, 2025 | -233.47 Mn |
| Dec 31, 2024 | -192.56 Mn |
| Sep 30, 2024 | -110.81 Mn |
| Jun 30, 2024 | -221.52 Mn |
| Mar 31, 2024 | 160.67 Mn |
| Dec 31, 2023 | -450.83 Mn |
| Sep 30, 2023 | -231.47 Mn |
| Jun 30, 2023 | -769.55 Mn |
| Mar 31, 2023 | 1.62 Bn |
| Dec 31, 2022 | -295.93 Mn |
| Sep 30, 2022 | -283.96 Mn |
| Jun 30, 2022 | -270.86 Mn |
| Mar 31, 2022 | -278.93 Mn |
| Dec 31, 2021 | -237.27 Mn |
| Sep 30, 2021 | -214.07 Mn |
Viasat Cash from Investing Activities 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-from-investing-activities&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();