Logitech International (LOGI) Exchange Rate Effect (2009 - 2026)
Logitech International (LOGI) posted Exchange Rate Effect of -$775000.0 for Q2 2026, down 138.65% on a QoQ basis from $2.0 million in Q1 2026, and down 106.4% year-over-year from $12.1 million in Q2 2025.
Logitech International (LOGI) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Logitech International has reported Exchange Rate Effect for 18 years, with the latest figure at -$775000.0 in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 106.4% year-over-year to -$775000.0 in Q2 2026; TTM through Jun 2026 was $1.8 million, a 79.42% decrease from a year earlier, with the FY2026 full-year figure at $14.6 million, up 362.97% from the prior year.
- Exchange Rate Effect was -$775000.0 for Q2 2026 at Logitech International, down from $2.0 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $12.1 million in Q2 2025, with the low at -$16.1 million in Q4 2024.
- Average Exchange Rate Effect over 5 years is -$1.8 million, with a median of -$1.0 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Exchange Rate Effect sank 1318.4% in 2024, then surged 705.86% in 2025.
- Over 5 years, Exchange Rate Effect stood at $3.8 million in 2022, then jumped by 74.95% to $6.7 million in 2023, then sank by 341.66% to -$16.1 million in 2024, then surged by 111.14% to $1.8 million in 2025, then sank by 143.1% to -$775000.0 in 2026.
- The last three Exchange Rate Effect figures came in at -$775000.0 (Q2 2026), $2.0 million (Q1 2026), and $1.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | -775,000.00 |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -775,000.00 |
| Mar 31, 2026 | 2.01 Mn |
| Dec 31, 2025 | 1.80 Mn |
| Sep 30, 2025 | -1.27 Mn |
| Jun 30, 2025 | 12.11 Mn |
| Mar 31, 2025 | 3.89 Mn |
| Dec 31, 2024 | -16.14 Mn |
| Sep 30, 2024 | 8.68 Mn |
| Jun 30, 2024 | -2.00 Mn |
| Mar 31, 2024 | -8.71 Mn |
| Dec 31, 2023 | 6.68 Mn |
| Sep 30, 2023 | -7.72 Mn |
| Jun 30, 2023 | -3.04 Mn |
| Mar 31, 2023 | -614,000.00 |
| Dec 31, 2022 | 3.82 Mn |
| Sep 30, 2022 | -13.66 Mn |
| Jun 30, 2022 | -14.16 Mn |
| Mar 31, 2022 | -2.41 Mn |
| Dec 31, 2021 | -2.77 Mn |
| Sep 30, 2021 | -5.31 Mn |
Logitech International 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=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "LOGI", "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=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();