Logitech International (LOGI) Change in Cash (2009 - 2026)
Logitech International (LOGI) posted Change in Cash of $8.1 million for Q2 2026, up 110.66% on a QoQ basis from -$76.3 million in Q1 2026, and up 152.87% year-over-year from $3.2 million in Q2 2025.
Logitech International (LOGI) Change in Cash (2009 - 2026) Analysis & Trends
Logitech International has reported Change in Cash for 18 years, with the latest figure at $8.1 million in Q2 2026.
- On a quarterly basis, Change in Cash rose 152.87% year-over-year to $8.1 million in Q2 2026; TTM through Jun 2026 was $261.9 million, a 662.43% increase from a year earlier, with the FY2026 full-year figure at $238.3 million, up 1451.37% from the prior year.
- Change in Cash was $8.1 million for Q2 2026 at Logitech International, up from -$76.3 million in the prior quarter.
- The five-year high for Change in Cash was $442.0 million in Q4 2025, with the low at -$238.2 million in Q3 2022.
- Average Change in Cash over 5 years is $21.4 million, with a median of $4.3 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2026: Change in Cash jumped 416.27% in 2023, then sank 20548.79% in 2026.
- Over 5 years, Change in Cash stood at $167.6 million in 2022, then jumped by 48.39% to $248.7 million in 2023, then plunged by 43.9% to $139.6 million in 2024, then jumped by 216.73% to $442.0 million in 2025, then slumped by 98.16% to $8.1 million in 2026.
- The last three Change in Cash figures came in at $8.1 million (Q2 2026), -$76.3 million (Q1 2026), and $442.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 8.13 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -104,761.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.13 Mn |
| Mar 31, 2026 | -76.27 Mn |
| Dec 31, 2025 | 442.01 Mn |
| Sep 30, 2025 | -112.02 Mn |
| Jun 30, 2025 | -15.38 Mn |
| Mar 31, 2025 | 373,000.00 |
| Dec 31, 2024 | 139.56 Mn |
| Sep 30, 2024 | -171.10 Mn |
| Jun 30, 2024 | 13.54 Mn |
| Mar 31, 2024 | 108.19 Mn |
| Dec 31, 2023 | 248.75 Mn |
| Sep 30, 2023 | -87.18 Mn |
| Jun 30, 2023 | 102.06 Mn |
| Mar 31, 2023 | 112.89 Mn |
| Dec 31, 2022 | 167.63 Mn |
| Sep 30, 2022 | -238.16 Mn |
| Jun 30, 2022 | -222.06 Mn |
| Mar 31, 2022 | -35.70 Mn |
| Dec 31, 2021 | 227.12 Mn |
| Sep 30, 2021 | -360.43 Mn |
Logitech International Change in Cash 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=change-in-cash&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();