Logitech International (LOGI) Cash from Financing Activities (2009 - 2026)
Logitech International (LOGI) posted Cash from Financing Activities of -$140.7 million for Q2 2026, up 47.41% on a QoQ basis from -$267.4 million in Q1 2026, and down 4.63% year-over-year from -$147.5 million in Q2 2025.
Logitech International (LOGI) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Logitech International has reported Cash from Financing Activities for 18 years, with the latest figure at -$140.7 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 4.63% year-over-year to -$140.7 million in Q2 2026; TTM through Jun 2026 was -$757.3 million, a 3.73% increase from a year earlier, with the FY2026 full-year figure at -$751.1 million, up 5.8% from the prior year.
- Cash from Financing Activities was -$140.7 million for Q2 2026 at Logitech International, up from -$267.4 million in the prior quarter.
- The five-year high for Cash from Financing Activities was -$25.9 million in Q4 2025, with the low at -$329.8 million in Q3 2024.
- Average Cash from Financing Activities over 5 years is -$170.9 million, with a median of -$142.7 million recorded in 2022.
- The sharpest annual moves came in 2025 and 2026: Cash from Financing Activities jumped 87.15% in 2025, then plunged 120.55% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$88.9 million in 2022, then slumped by 113.84% to -$190.2 million in 2023, then decreased by 5.75% to -$201.1 million in 2024, then surged by 87.15% to -$25.9 million in 2025, then sank by 444.05% to -$140.7 million in 2026.
- The last three Cash from Financing Activities figures came in at -$140.7 million (Q2 2026), -$267.4 million (Q1 2026), and -$25.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | -140.65 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -150,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -140.65 Mn |
| Mar 31, 2026 | -267.44 Mn |
| Dec 31, 2025 | -25.85 Mn |
| Sep 30, 2025 | -323.39 Mn |
| Jun 30, 2025 | -134.43 Mn |
| Mar 31, 2025 | -121.26 Mn |
| Dec 31, 2024 | -201.15 Mn |
| Sep 30, 2024 | -329.82 Mn |
| Jun 30, 2024 | -145.13 Mn |
| Mar 31, 2024 | -111.70 Mn |
| Dec 31, 2023 | -190.21 Mn |
| Sep 30, 2023 | -271.11 Mn |
| Jun 30, 2023 | -117.16 Mn |
| Mar 31, 2023 | -78.32 Mn |
| Dec 31, 2022 | -88.95 Mn |
| Sep 30, 2022 | -271.32 Mn |
| Jun 30, 2022 | -144.76 Mn |
| Mar 31, 2022 | -114.02 Mn |
| Dec 31, 2021 | -120.89 Mn |
| Sep 30, 2021 | -269.37 Mn |
Logitech International Cash from Financing Activities 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=cash-from-financing-activities&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();