Viavi Solutions (VIAV) Current Deferred Tax Assets (2010 - 2014)
Viavi Solutions' (VIAV) quarterly Current Deferred Tax Assets came in at $3.8 million in Q2 2014, down 2.56% on a YoY basis from $3.9 million in Q2 2013, and down 9.52% quarter-over-quarter from $4.2 million in Q1 2014.
Viavi Solutions (VIAV) Current Deferred Tax Assets (2010 - 2014) Analysis & Trends
Viavi Solutions (VIAV) has reported Current Deferred Tax Assets for 5 consecutive years, with $3.8 million the latest figure, recorded in Q2 2014.
- For the quarter ending Q2 2014, Current Deferred Tax Assets fell 2.56% year-over-year to $3.8 million; the trailing twelve-month figure through Jun 2014 stood at $3.8 million (down 2.56% YoY), and the FY2014 full-year result was $3.8 million, down 2.56% from the prior year.
- Current Deferred Tax Assets declined to $3.8 million in Q2 2014 per VIAV's latest filing, from $4.2 million in the prior quarter.
- Across five years, Current Deferred Tax Assets topped out at $4.9 million in Q3 2013 and bottomed at $1.8 million in Q3 2010.
- Historically, Current Deferred Tax Assets has averaged $2.9 million across 5 years, with a median of $2.4 million in 2012.
- The sharpest annual moves came in 2013 and 2014: Current Deferred Tax Assets soared 104.17% in 2013, then fell 2.56% in 2014.
- Over 5 years, Current Deferred Tax Assets stood at $1.8 million in 2010, then changed by 0.0% to $1.8 million in 2011, then soared by 33.33% to $2.4 million in 2012, then jumped by 100.0% to $4.8 million in 2013, then retreated by 20.83% to $3.8 million in 2014.
- According to Business Quant data, Current Deferred Tax Assets over the past three periods registered $3.8 million, $4.2 million, and $4.8 million for Q2 2014, Q1 2014, and Q4 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2014 | 3.80 Mn |
| Mar 29, 2014 | 4.20 Mn |
| Dec 28, 2013 | 4.80 Mn |
| Sep 28, 2013 | 4.90 Mn |
| Jun 29, 2013 | 3.90 Mn |
| Mar 30, 2013 | 2.50 Mn |
| Dec 29, 2012 | 2.40 Mn |
| Sep 29, 2012 | 2.40 Mn |
| Jun 30, 2012 | 2.30 Mn |
| Mar 31, 2012 | 1.90 Mn |
| Dec 31, 2011 | 1.80 Mn |
| Oct 1, 2011 | 1.80 Mn |
| Jul 2, 2011 | 2.00 Mn |
| Jul 3, 2010 | 1.80 Mn |
Viavi Solutions Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "VIAV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-deferred-tax-assets&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();