Viavi Solutions (VIAV) Exchange Rate Effect (2009 - 2026)
Viavi Solutions' (VIAV) quarterly Exchange Rate Effect came in at -$500000.0 in Q2 2026, down 103.73% on a YoY basis from $13.4 million in Q2 2025, and up 79.17% quarter-over-quarter from -$2.4 million in Q1 2026.
Viavi Solutions (VIAV) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Exchange Rate Effect for 18 consecutive years, with -$500000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect fell 103.73% year-over-year to -$500000.0; the trailing twelve-month figure through Jun 2026 stood at -$400000.0 (down 103.2% YoY), and the FY2026 full-year result was -$400000.0, down 103.2% from the prior year.
- Exchange Rate Effect advanced to -$500000.0 in Q2 2026 per VIAV's latest filing, from -$2.4 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $17.8 million in Q4 2022 and bottomed at -$23.4 million in Q3 2022.
- Historically, Exchange Rate Effect has averaged -$788888.9 across 5 years, with a median of -$1.2 million in 2022.
- The widest YoY moves for Exchange Rate Effect: up 1088.89% in 2022, down 809.09% in 2022.
- Over 5 years, Exchange Rate Effect stood at $17.8 million in 2022, then declined by 20.22% to $14.2 million in 2023, then slumped by 249.3% to -$21.2 million in 2024, then surged by 113.68% to $2.9 million in 2025, then slumped by 117.24% to -$500000.0 in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$500000.0, -$2.4 million, and $2.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (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 | 28.00 Mn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | -22.00 Mn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | -1.00 Mn |
| 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 | 650.39 Mn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | -30.00 Mn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn | -500,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -500,000.00 |
| Mar 28, 2026 | -2.40 Mn |
| Dec 27, 2025 | 2.90 Mn |
| Sep 27, 2025 | -400,000.00 |
| Jun 28, 2025 | 13.40 Mn |
| Mar 29, 2025 | 5.00 Mn |
| Dec 28, 2024 | -21.20 Mn |
| Sep 28, 2024 | 15.30 Mn |
| Jun 29, 2024 | -2.70 Mn |
| Mar 30, 2024 | -5.10 Mn |
| Dec 30, 2023 | 14.20 Mn |
| Sep 30, 2023 | -9.30 Mn |
| Apr 1, 2023 | 5.90 Mn |
| Dec 31, 2022 | 17.80 Mn |
| Oct 1, 2022 | -17.90 Mn |
| Jul 2, 2022 | -23.40 Mn |
| Apr 2, 2022 | -4.00 Mn |
| Jan 1, 2022 | -1.80 Mn |
| Oct 2, 2021 | -3.10 Mn |
| Jul 3, 2021 | 3.30 Mn |
Viavi Solutions Exchange Rate Effect 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=exchange-rate-effect&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();