Analysts expect Viasat Inc to report revenue of 1.16 B for Q2 26, against a range of 1.09 B to 1.23 B. The most recent reported quarter, Q1 26, came in at 1.16 B, a 0.7% beat against the 1.15 B consensus.
| Metric | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.12 B | 1.12 B | 1.15 B | 1.17 B | 1.14 B | 1.16 B | 1.17 B | 1.16 B | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | 1.13 B | 1.16 B | 1.27 B | 1.23 B | 1.17 B | 1.20 B | 1.32 B | 1.25 B | 1.23 B | 1.42 B | 1.37 B | 1.25 B | 1.28 B | 1.27 B | 1.44 B | 1.46 B | |||||||||||
| Low Estimate | 996.44 M | 959.54 M | 1.14 B | 1.10 B | 1.07 B | 1.01 B | 1.18 B | 1.06 B | 1.09 B | 1.17 B | 1.20 B | 1.10 B | 1.12 B | 1.16 B | 1.34 B | 1.27 B | |||||||||||
| Consensus Estimate | 1.06 B | 1.06 B | 1.20 B | 1.16 B | 1.12 B | 1.10 B | 1.25 B | 1.15 B | 1.16 B | 1.30 B | 1.29 B | 1.17 B | 1.20 B | 1.21 B | 1.39 B | 1.37 B |
Analysts expect Viasat Inc to report earnings per share of -0.41 for Q2 26, against a range of -0.43 to -0.39. The most recent reported quarter, Q1 26, came in at -0.38, a 26.7% miss against the -0.30 consensus.
| Metric | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -1.07 | -1.23 | -1.89 | -0.43 | -0.45 | 0.18 | 0.41 | -0.38 | - | - | - | - | - | - | - | - | |||||||||||
| High Estimate | -0.53 | -0.77 | -0.59 | -0.60 | -0.48 | -0.26 | -0.27 | -0.28 | -0.39 | -0.40 | -0.45 | -0.66 | -0.41 | -0.27 | -0.25 | -0.31 | |||||||||||
| Low Estimate | -0.63 | -0.83 | -0.65 | -0.68 | -0.52 | -0.32 | -0.31 | -0.32 | -0.43 | -0.44 | -0.49 | -0.70 | -0.45 | -0.31 | -0.29 | -0.35 | |||||||||||
| Consensus Estimate | -0.58 | -0.80 | -0.62 | -0.64 | -0.50 | -0.29 | -0.29 | -0.30 | -0.41 | -0.42 | -0.47 | -0.68 | -0.43 | -0.29 | -0.27 | -0.33 |
Pull Wall Street consensus for Viasat Inc (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=VSAT&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "VSAT", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=VSAT&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();