Logitech International (LOGI) Net Cash Flow (2009 - 2026)
Logitech International (LOGI) posted Net Cash Flow of $8.9 million for Q2 2026, up 111.38% on a QoQ basis from -$78.3 million in Q1 2026, and up 132.41% year-over-year from $3.8 million in Q2 2025.
Logitech International (LOGI) Net Cash Flow (2009 - 2026) Analysis & Trends
Logitech International has reported Net Cash Flow for 18 years, with the latest figure at $8.9 million in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 132.41% year-over-year to $8.9 million in Q2 2026; TTM through Jun 2026 was $260.1 million, a 572.09% increase from a year earlier, with the FY2026 full-year figure at $223.7 million, up 1953.24% from the prior year.
- Net Cash Flow was $8.9 million for Q2 2026 at Logitech International, up from -$78.3 million in the prior quarter.
- The five-year high for Net Cash Flow was $440.2 million in Q4 2025, with the low at -$224.5 million in Q3 2022.
- Average Net Cash Flow over 5 years is $23.2 million, with a median of $2.7 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2026: Net Cash Flow jumped 440.99% in 2023, then plunged 2126.37% in 2026.
- Over 5 years, Net Cash Flow stood at $163.8 million in 2022, then jumped by 47.77% to $242.1 million in 2023, then slumped by 35.68% to $155.7 million in 2024, then surged by 182.74% to $440.2 million in 2025, then sank by 97.98% to $8.9 million in 2026.
- The last three Net Cash Flow figures came in at $8.9 million (Q2 2026), -$78.3 million (Q1 2026), and $440.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 8.91 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.91 Mn |
| Mar 31, 2026 | -78.28 Mn |
| Dec 31, 2025 | 440.22 Mn |
| Sep 30, 2025 | -110.74 Mn |
| Jun 30, 2025 | -27.49 Mn |
| Mar 31, 2025 | -3.52 Mn |
| Dec 31, 2024 | 155.69 Mn |
| Sep 30, 2024 | -179.79 Mn |
| Jun 30, 2024 | 15.54 Mn |
| Mar 31, 2024 | 116.90 Mn |
| Dec 31, 2023 | 242.07 Mn |
| Sep 30, 2023 | -79.47 Mn |
| Jun 30, 2023 | 105.11 Mn |
| Mar 31, 2023 | 113.51 Mn |
| Dec 31, 2022 | 163.81 Mn |
| Sep 30, 2022 | -224.49 Mn |
| Jun 30, 2022 | -207.90 Mn |
| Mar 31, 2022 | -33.29 Mn |
| Dec 31, 2021 | 229.88 Mn |
| Sep 30, 2021 | -355.11 Mn |
Logitech International Net Cash Flow 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=net-cash-flow&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();