Viasat (VSAT) Cash from Financing Activities (2009 - 2026)
Viasat's (VSAT) quarterly Cash from Financing Activities came in at -$50.2 million in Q2 2026, up 90.22% year-over-year from -$26.4 million in Q2 2025, and down 129.02% quarter-over-quarter from $173.1 million in Q1 2026.
Viasat (VSAT) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Cash from Financing Activities for 18 consecutive years, with -$50.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 90.22% year-over-year to -$50.2 million in Q2 2026; TTM through Jun 2026 was -$230.8 million, a 75.28% increase from a year earlier, with the FY2026 full-year figure at -$694.4 million, down 56.9% from the prior year.
- Cash from Financing Activities was -$50.2 million for Q2 2026 at Viasat, down from $173.1 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $1.6 billion in Q3 2024 and troughed at -$2.0 billion in Q4 2024.
- A 5-year average of $9.8 million and a median of -$14.9 million in 2023 frame the typical range for Cash from Financing Activities.
- The widest YoY moves for Cash from Financing Activities: up 16247.11% in 2024, down 6086.61% in 2024.
- Over 5 years, Cash from Financing Activities stood at $237.6 million in 2022, then slumped by 113.64% to -$32.4 million in 2023, then tumbled by 6086.61% to -$2.0 billion in 2024, then jumped by 83.35% to -$333.8 million in 2025, then soared by 84.95% to -$50.2 million in 2026.
- The last three Cash from Financing Activities figures came in at -$50.2 million (Q2 2026), $173.1 million (Q1 2026), and -$333.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -11.84 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -5.18 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 680.00 Mn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -6.31 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -88.97 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 4.58 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -37.00 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | -50.23 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -50.23 Mn |
| Mar 31, 2026 | 173.08 Mn |
| Dec 31, 2025 | -333.76 Mn |
| Sep 30, 2025 | -19.93 Mn |
| Jun 30, 2025 | -513.82 Mn |
| Mar 31, 2025 | -6.70 Mn |
| Dec 31, 2024 | -2.00 Bn |
| Sep 30, 2024 | 1.59 Bn |
| Jun 30, 2024 | -22.45 Mn |
| Mar 31, 2024 | -111.73 Mn |
| Dec 31, 2023 | -32.41 Mn |
| Sep 30, 2023 | -9.86 Mn |
| Jun 30, 2023 | 1.28 Bn |
| Mar 31, 2023 | -472.10 Mn |
| Dec 31, 2022 | 237.57 Mn |
| Sep 30, 2022 | 24.18 Mn |
| Jun 30, 2022 | 144.21 Mn |
| Mar 31, 2022 | 305.37 Mn |
| Dec 31, 2021 | 27.93 Mn |
| Sep 30, 2021 | -4.89 Mn |
Viasat Cash from Financing 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-financing-activities&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();