Viavi Solutions (VIAV) Non Operating Investment Income (2009 - 2019)
Viavi Solutions' (VIAV) quarterly Non Operating Investment Income came in at -$100000.0 in Q2 2019, up 50.0% quarter-over-quarter from -$200000.0 in Q4 2018.
Viavi Solutions (VIAV) Non Operating Investment Income (2009 - 2019) Analysis & Trends
Viavi Solutions (VIAV) has reported Non Operating Investment Income for 9 consecutive years, with -$100000.0 the latest figure, recorded in Q2 2019.
- For the quarter ending Q2 2019, Non Operating Investment Income changed N/A year-over-year to -$100000.0; the trailing twelve-month figure through Jun 2019 stood at -$500000.0 (down 400.0% YoY), and the FY2019 full-year result was -$500000.0, down 400.0% from the prior year.
- Non Operating Investment Income grew to -$100000.0 in Q2 2019 per VIAV's latest filing, from -$200000.0 in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $81.5 million in Q4 2016 and bottomed at -$200000.0 in Q3 2018.
- Historically, Non Operating Investment Income has averaged $24.9 million across 5 years, with a median of $16.5 million in 2017.
- The sharpest annual moves came in 2016 and 2018: Non Operating Investment Income surged 39700.0% in 2016, then sank 100.2% in 2018.
- Over 5 years, Non Operating Investment Income stood at $100000.0 in 2015, then jumped by 53800.0% to $53.9 million in 2016, then slumped by 69.39% to $16.5 million in 2017, then plunged by 101.21% to -$200000.0 in 2018, then soared by 50.0% to -$100000.0 in 2019.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$100000.0, -$200000.0, and -$200000.0 for Q2 2019, Q4 2018, and Q3 2018 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (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 | 444.00 Mn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 29, 2019 | -100,000.00 |
| Dec 29, 2018 | -200,000.00 |
| Sep 29, 2018 | -200,000.00 |
| Mar 31, 2018 | -100,000.00 |
| Jul 1, 2017 | 16.50 Mn |
| Apr 1, 2017 | 51.20 Mn |
| Dec 31, 2016 | 53.90 Mn |
| Oct 1, 2016 | 81.50 Mn |
| Jul 2, 2016 | 31.80 Mn |
| Apr 2, 2016 | 39.80 Mn |
| Mar 28, 2015 | 100,000.00 |
| Sep 29, 2012 | 100,000.00 |
| Jun 30, 2012 | 300,000.00 |
| Mar 31, 2012 | 100,000.00 |
| Dec 31, 2011 | 100,000.00 |
| Oct 1, 2011 | 1.10 Mn |
| Apr 2, 2011 | 100,000.00 |
| Jan 1, 2011 | 100,000.00 |
| Oct 2, 2010 | 3.20 Mn |
| Jul 3, 2010 | 13.20 Mn |
Viavi Solutions Non Operating Investment Income 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=non-operating-investment-income&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();