Viasat (VSAT) Long-Term Investments (2017)
Viasat's (VSAT) quarterly Long-Term Investments came in at $161.0 million in Q4 2017, up 4.55% quarter-over-quarter from $154.0 million in Q3 2017.
Viasat (VSAT) Long-Term Investments (2017) Analysis & Trends
Viasat (VSAT) has reported Long-Term Investments for 1 consecutive years, with $161.0 million the latest figure, recorded in Q4 2017.
- On a quarterly basis, Long-Term Investments changed N/A year-over-year to $161.0 million in Q4 2017; TTM through Dec 2017 was $161.0 million, a N/A change from a year earlier, with the FY2017 full-year figure at $141.9 million, changed N/A from the prior year.
- Long-Term Investments was $161.0 million for Q4 2017 at Viasat, up from $154.0 million in the prior quarter.
- Over five years, Long-Term Investments peaked at $161.0 million in Q4 2017 and troughed at $141.9 million in Q1 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 783.00 Mn |
| 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 | 1.13 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 2.46 Bn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 7.85 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 271.01 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 212.56 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | - |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 1.09 Bn |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 160.98 Mn |
| Sep 30, 2017 | 153.97 Mn |
| Jun 30, 2017 | 144.29 Mn |
| Mar 31, 2017 | 141.89 Mn |
Viasat Long-Term Investments 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=long-term-investments&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();