Viavi Solutions (VIAV) Long-Term Investments (2010 - 2012)
Viavi Solutions' (VIAV) quarterly Long-Term Investments came in at $3.4 million in Q2 2015, down 12.82% on a YoY basis from $3.9 million in Q2 2014, and little changed quarter-over-quarter from $3.4 million in Q1 2015.
Viavi Solutions (VIAV) Long-Term Investments (2010 - 2012) Analysis & Trends
Viavi Solutions (VIAV) has reported Long-Term Investments for 7 consecutive years, with $3.4 million the latest figure, recorded in Q2 2015.
- For the quarter ending Q2 2015, Long-Term Investments fell 12.82% year-over-year to $3.4 million; the trailing twelve-month figure through Jun 2015 stood at $3.4 million (down 12.82% YoY), and the FY2015 full-year result was $3.4 million, down 12.82% from the prior year.
- Long-Term Investments steadied at $3.4 million in Q2 2015 per VIAV's latest filing, from $3.4 million in the prior quarter.
- Across five years, Long-Term Investments topped out at $4.9 million in Q4 2012 and bottomed at $1.3 million in Q4 2011.
- Historically, Long-Term Investments has averaged $3.5 million across 5 years, with a median of $3.9 million in 2014.
- The sharpest annual moves came in 2011 and 2012: Long-Term Investments slumped 72.92% in 2011, then jumped 276.92% in 2012.
- Over 5 years, Long-Term Investments stood at $1.3 million in 2011, then surged by 276.92% to $4.9 million in 2012, then decreased by 2.04% to $4.8 million in 2013, then decreased by 16.67% to $4.0 million in 2014, then decreased by 15.0% to $3.4 million in 2015.
- According to Business Quant data, Long-Term Investments over the past three periods registered $3.4 million, $3.4 million, and $4.0 million for Q2 2015, Q1 2015, and Q4 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | 84.12 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 | 2.70 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | - |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | 1.78 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 | 2.19 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 30, 2012 | 1.30 Mn |
| Mar 31, 2012 | 1.30 Mn |
| Dec 31, 2011 | 1.30 Mn |
| Oct 1, 2011 | 1.40 Mn |
| Jul 2, 2011 | 2.90 Mn |
| Apr 2, 2011 | 4.60 Mn |
| Jan 1, 2011 | 4.80 Mn |
| Oct 2, 2010 | 4.90 Mn |
| Jul 3, 2010 | 5.10 Mn |
Viavi Solutions 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=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();