Viasat (VSAT) Income from Continuing Operations (2009 - 2026)
Viasat's (VSAT) quarterly Income from Continuing Operations came in at -$43.0 million in Q2 2026, up 16.39% year-over-year from -$37.0 million in Q2 2025, and down 169.53% quarter-over-quarter from $61.9 million in Q1 2026.
Viasat (VSAT) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Income from Continuing Operations for 18 consecutive years, with -$43.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 16.39% year-over-year to -$43.0 million in Q2 2026; TTM through Jun 2026 was -$3.1 million, a 99.58% increase from a year earlier, with the FY2026 full-year figure at -$11.4 million, up 98.35% from the prior year.
- Income from Continuing Operations was -$43.0 million for Q2 2026 at Viasat, down from $61.9 million in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $61.9 million in Q1 2026 and troughed at -$765.2 million in Q3 2023.
- A 5-year average of -$108.2 million and a median of -$53.8 million in 2025 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations jumped 137.25% in 2024 and plunged 1902.8% in 2025, its largest moves.
- Over 5 years, Income from Continuing Operations stood at -$44.7 million in 2022, then slumped by 172.73% to -$122.0 million in 2023, then decreased by 23.17% to -$150.3 million in 2024, then soared by 122.74% to $34.2 million in 2025, then plunged by 225.87% to -$43.0 million in 2026.
- The last three Income from Continuing Operations figures came in at -$43.0 million (Q2 2026), $61.9 million (Q1 2026), and $34.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 3.95 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 3.24 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 5.04 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 45.86 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 3.42 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 356.44 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 8.46 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -299.92 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | - |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | -43.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -43.02 Mn |
| Mar 31, 2026 | 61.87 Mn |
| Dec 31, 2025 | 34.18 Mn |
| Sep 30, 2025 | -56.09 Mn |
| Jun 30, 2025 | -51.46 Mn |
| Mar 31, 2025 | -244.37 Mn |
| Dec 31, 2024 | -150.31 Mn |
| Sep 30, 2024 | -125.24 Mn |
| Jun 30, 2024 | -24.45 Mn |
| Mar 31, 2024 | -85.48 Mn |
| Dec 31, 2023 | -119.35 Mn |
| Sep 30, 2023 | -765.76 Mn |
| Jun 30, 2023 | -76.90 Mn |
| Mar 31, 2023 | -58.57 Mn |
| Dec 31, 2022 | -44.76 Mn |
| Sep 30, 2022 | -69.74 Mn |
| Jun 30, 2022 | -38.56 Mn |
| Mar 31, 2022 | -45.73 Mn |
| Dec 31, 2021 | -30.44 Mn |
| Sep 30, 2021 | -21.33 Mn |
Viasat Income from Continuing Operations 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=income-from-continuing-operations&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();