Viavi Solutions (VIAV) Selling, General & Administrative (2009 - 2026)
Analysis
Viavi Solutions (VIAV) Selling, General & Administrative (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | 7.35 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn | 679.00 Mn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | 3.34 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | 33.80 Mn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | 197.00 Mn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | 147.00 Mn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | 138.00 Mn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | 3.57 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | 1.96 Bn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn | 124.30 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 124.30 Mn |
| Mar 28, 2026 | 113.60 Mn |
| Dec 27, 2025 | 127.10 Mn |
| Sep 27, 2025 | 104.20 Mn |
| Jun 28, 2025 | 89.70 Mn |
| Mar 29, 2025 | 101.30 Mn |
| Dec 28, 2024 | 84.30 Mn |
| Sep 28, 2024 | 74.10 Mn |
| Jun 29, 2024 | 83.10 Mn |
| Mar 30, 2024 | 98.20 Mn |
| Dec 30, 2023 | 74.80 Mn |
| Sep 30, 2023 | 77.20 Mn |
| Jul 1, 2023 | 78.50 Mn |
| Apr 1, 2023 | 80.00 Mn |
| Dec 31, 2022 | 90.00 Mn |
| Oct 1, 2022 | 80.20 Mn |
| Jul 2, 2022 | 96.70 Mn |
| Apr 2, 2022 | 89.00 Mn |
| Jan 1, 2022 | 88.20 Mn |
| Oct 2, 2021 | 91.80 Mn |
API Access
Viavi Solutions Selling, General & Administrative 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=selling-general-and-administrative&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();