Viasat (VSAT) Deferred Taxes (2009 - 2019)
Viasat's (VSAT) quarterly Deferred Taxes came in at -$6.7 million in Q1 2019, up 59.83% year-over-year from -$4.2 million in Q1 2018, and down 296.87% quarter-over-quarter from $3.4 million in Q4 2018.
Viasat (VSAT) Deferred Taxes (2009 - 2019) Analysis & Trends
Viasat (VSAT) has reported Deferred Taxes for 11 consecutive years, with -$6.7 million the latest figure, recorded in Q1 2019.
- On a quarterly basis, Deferred Taxes rose 59.83% year-over-year to -$6.7 million in Q1 2019; TTM through Mar 2019 was -$43.8 million, a 19.85% decrease from a year earlier, with the FY2019 full-year figure at -$43.8 million, down 19.85% from the prior year.
- Deferred Taxes was -$6.7 million for Q1 2019 at Viasat, down from $3.4 million in the prior quarter.
- Over five years, Deferred Taxes peaked at $4.5 million in Q2 2015 and troughed at -$31.1 million in Q2 2018.
- A 5-year average of -$4.7 million and a median of -$3.3 million in 2015 frame the typical range for Deferred Taxes.
- The widest YoY moves for Deferred Taxes: up 495.68% in 2017, down 5024.04% in 2017.
- Over 5 years, Deferred Taxes stood at -$5.1 million in 2015, then soared by 93.17% to -$347000.0 in 2016, then soared by 495.68% to $1.4 million in 2017, then soared by 146.98% to $3.4 million in 2018, then slumped by 296.87% to -$6.7 million in 2019.
- The last three Deferred Taxes figures came in at -$6.7 million (Q1 2019), $3.4 million (Q4 2018), and -$9.5 million (Q3 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 730.00 Mn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 893.00 Mn |
| 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 | - | 697.00 Mn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | - |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 1.32 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 |
|---|---|
| Mar 31, 2019 | -6.68 Mn |
| Dec 31, 2018 | 3.39 Mn |
| Sep 30, 2018 | -9.47 Mn |
| Jun 30, 2018 | -31.06 Mn |
| Mar 31, 2018 | -16.62 Mn |
| Dec 31, 2017 | 1.37 Mn |
| Sep 30, 2017 | -11.94 Mn |
| Jun 30, 2017 | -9.38 Mn |
| Mar 31, 2017 | -3.30 Mn |
| Dec 31, 2016 | -347,000.00 |
| Sep 30, 2016 | 3.61 Mn |
| Jun 30, 2016 | -183,000.00 |
| Mar 31, 2016 | -3.74 Mn |
| Dec 31, 2015 | -5.08 Mn |
| Sep 30, 2015 | 2.71 Mn |
| Jun 30, 2015 | 1.10 Mn |
| Apr 3, 2015 | 4.50 Mn |
| Jan 2, 2015 | -3.38 Mn |
| Oct 3, 2014 | 14.36 Mn |
| Jul 4, 2014 | -3.06 Mn |
Viasat Deferred Taxes 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=deferred-taxes&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();