Viasat (VSAT) Income towards Parent Company (2009 - 2026)
Viasat's (VSAT) quarterly Income towards Parent Company 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 towards Parent Company (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Income towards Parent Company for 18 consecutive years, with -$43.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company 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 towards Parent Company was -$43.0 million for Q2 2026 at Viasat, down from $61.9 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $1.2 billion in Q1 2023 and troughed at -$765.2 million in Q3 2023.
- A 5-year average of -$34.5 million and a median of -$45.3 million in 2022 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company surged 5638.13% in 2023 and plunged 1902.8% in 2025, its largest moves.
- Over 5 years, Income towards Parent Company stood at -$40.4 million in 2022, then plunged by 201.97% 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 towards Parent Company 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) |
|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -51.74 Mn |
| Mar 31, 2026 | 58.82 Mn |
| Dec 31, 2025 | 24.97 Mn |
| Sep 30, 2025 | -61.44 Mn |
| Jun 30, 2025 | -56.43 Mn |
| Mar 31, 2025 | -246.05 Mn |
| Dec 31, 2024 | -158.41 Mn |
| Sep 30, 2024 | -137.58 Mn |
| Jun 30, 2024 | -32.91 Mn |
| Mar 31, 2024 | -100.26 Mn |
| Dec 31, 2023 | -124.40 Mn |
| Sep 30, 2023 | -767.24 Mn |
| Jun 30, 2023 | -77.00 Mn |
| Mar 31, 2023 | 1.20 Bn |
| Dec 31, 2022 | -42.23 Mn |
| Sep 30, 2022 | -48.24 Mn |
| Jun 30, 2022 | -21.56 Mn |
| Mar 31, 2022 | -38.73 Mn |
| Dec 31, 2021 | 7.00 Mn |
| Sep 30, 2021 | 9.90 Mn |
Viasat Income towards Parent Company 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-towards-parent-company&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();