Viavi Solutions (VIAV) Income from Discontinued Operations (2009 - 2018)
Viavi Solutions' (VIAV) quarterly Income from Discontinued Operations came in at -$2.4 million in Q4 2018, down 250.0% quarter-over-quarter from $1.6 million in Q3 2017.
Viavi Solutions (VIAV) Income from Discontinued Operations (2009 - 2018) Analysis & Trends
Viavi Solutions (VIAV) has reported Income from Discontinued Operations for 10 consecutive years, with -$2.4 million the latest figure, recorded in Q4 2018.
- For the quarter ending Q4 2018, Income from Discontinued Operations changed N/A year-over-year to -$2.4 million; the trailing twelve-month figure through Sep 2019 stood at -$2.4 million (changed N/A YoY), and the FY2019 full-year result was -$2.4 million, changed N/A from the prior year.
- Income from Discontinued Operations eased to -$2.4 million in Q4 2018 per VIAV's latest filing, from $1.6 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $22.6 million in Q1 2015 and bottomed at -$53.4 million in Q4 2015.
- Historically, Income from Discontinued Operations has averaged -$630000.0 across 5 years, with a median of $2.3 million in 2016.
- The sharpest annual moves came in 2015 and 2017: Income from Discontinued Operations plunged 431.68% in 2015, then surged 147.06% in 2017.
- Over 5 years, Income from Discontinued Operations stood at $12.6 million in 2014, then slumped by 523.81% to -$53.4 million in 2015, then soared by 93.63% to -$3.4 million in 2016, then soared by 147.06% to $1.6 million in 2017, then sank by 250.0% to -$2.4 million in 2018.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$2.4 million, $1.6 million, and -$3.4 million for Q4 2018, Q3 2017, and Q3 2016 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | 138.77 Mn |
| 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 |
|---|---|
| Dec 29, 2018 | -2.40 Mn |
| Jul 1, 2017 | 1.60 Mn |
| Jul 2, 2016 | -3.40 Mn |
| Apr 2, 2016 | 5.00 Mn |
| Jan 2, 2016 | 3.00 Mn |
| Oct 3, 2015 | -53.40 Mn |
| Jun 27, 2015 | -8.00 Mn |
| Mar 28, 2015 | 22.60 Mn |
| Dec 27, 2014 | 12.60 Mn |
| Sep 27, 2014 | 16.10 Mn |
| Jun 29, 2013 | 1.00 Mn |
| Dec 29, 2012 | 800,000.00 |
| Sep 29, 2012 | -1.80 Mn |
| Jun 30, 2012 | -23.60 Mn |
| Mar 31, 2012 | -1.20 Mn |
| Dec 31, 2011 | -2.50 Mn |
| Oct 1, 2011 | -2.20 Mn |
| Jul 3, 2010 | -200,000.00 |
| Apr 3, 2010 | -600,000.00 |
| Jan 2, 2010 | -100,000.00 |
Viavi Solutions Income from Discontinued Operations 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-from-discontinued-operations&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();