Viavi Solutions (VIAV) Interest & Investment Income (2009 - 2010)
Viavi Solutions' (VIAV) quarterly Interest & Investment Income came in at $300000.0 in Q4 2010, down 90.62% on a YoY basis from $3.2 million in Q4 2009, and down 90.62% quarter-over-quarter from $3.2 million in Q4 2009.
Viavi Solutions (VIAV) Interest & Investment Income (2009 - 2010) Analysis & Trends
Viavi Solutions (VIAV) has reported Interest & Investment Income for 2 consecutive years, with $300000.0 the latest figure, recorded in Q4 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv 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 | 220.00 Mn |
| 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 | 30.00 Mn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | 10.00 Mn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | 10.00 Mn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | -170.59 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 | - |
Viavi Solutions Interest & 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=interest-and-investment-income&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-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=interest-and-investment-income&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();