Logitech International (LOGI) Other Non Operating Income (2009 - 2026)
Logitech International (LOGI) posted Other Non Operating Income of $2.9 million for Q2 2026, up 2053.33% on a QoQ basis from -$150000.0 in Q1 2026, and up 152.15% year-over-year from $1.2 million in Q2 2025.
Logitech International (LOGI) Other Non Operating Income (2009 - 2026) Analysis & Trends
Logitech International has reported Other Non Operating Income for 18 years, with the latest figure at $2.9 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 152.15% year-over-year to $2.9 million in Q2 2026; TTM through Jun 2026 was $4.8 million, a 5958.75% increase from a year earlier, with the FY2026 full-year figure at $3.1 million, up 203.32% from the prior year.
- Other Non Operating Income was $2.9 million for Q2 2026 at Logitech International, up from -$150000.0 in the prior quarter.
- The five-year high for Other Non Operating Income was $5.6 million in Q2 2022, with the low at -$25.4 million in Q3 2022.
- Average Other Non Operating Income over 5 years is -$1.3 million, with a median of $62500.0 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Other Non Operating Income slumped 906.35% in 2024, then soared 239.83% in 2025.
- Over 5 years, Other Non Operating Income stood at $1.4 million in 2022, then plunged by 86.56% to $189000.0 in 2023, then plunged by 906.35% to -$1.5 million in 2024, then jumped by 239.83% to $2.1 million in 2025, then soared by 37.49% to $2.9 million in 2026.
- The last three Other Non Operating Income figures came in at $2.9 million (Q2 2026), -$150000.0 (Q1 2026), and $2.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn |
| 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 | 2.93 Mn |
| Mar 31, 2026 | -150,000.00 |
| Dec 31, 2025 | 2.13 Mn |
| Sep 30, 2025 | -64,000.00 |
| Jun 30, 2025 | 1.16 Mn |
| Mar 31, 2025 | -91,000.00 |
| Dec 31, 2024 | -1.52 Mn |
| Sep 30, 2024 | 533,000.00 |
| Jun 30, 2024 | -1.90 Mn |
| Mar 31, 2024 | -2.55 Mn |
| Dec 31, 2023 | 189,000.00 |
| Sep 30, 2023 | -1.04 Mn |
| Jun 30, 2023 | -12.97 Mn |
| Mar 31, 2023 | 5.09 Mn |
| Dec 31, 2022 | 1.41 Mn |
| Sep 30, 2022 | -25.40 Mn |
| Jun 30, 2022 | 5.62 Mn |
| Mar 31, 2022 | 2.50 Mn |
| Dec 31, 2021 | -3.67 Mn |
| Sep 30, 2021 | -6.70 Mn |
Logitech International Other Non Operating 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=other-non-operating-income&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();