Logitech International (LOGI) Change in Account Payables (2009 - 2026)
Logitech International (LOGI) posted Change in Account Payables of $56.2 million for Q2 2026, up 189.52% on a QoQ basis from -$62.8 million in Q1 2026, and down 58.36% year-over-year from $135.0 million in Q2 2025.
Logitech International (LOGI) Change in Account Payables (2009 - 2026) Analysis & Trends
Logitech International has reported Change in Account Payables for 18 years, with the latest figure at $56.2 million in Q2 2026.
- On a quarterly basis, Change in Account Payables fell 58.36% year-over-year to $56.2 million in Q2 2026; TTM through Jun 2026 was $30.4 million, a 637.53% increase from a year earlier, with the FY2026 full-year figure at $109.2 million, up 445.19% from the prior year.
- Change in Account Payables was $56.2 million for Q2 2026 at Logitech International, up from -$62.8 million in the prior quarter.
- The five-year high for Change in Account Payables was $135.0 million in Q2 2025, with the low at -$168.5 million in Q1 2025.
- Average Change in Account Payables over 5 years is -$8.1 million, with a median of -$4.5 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Change in Account Payables plunged 878.18% in 2022, then soared 4765.03% in 2025.
- Over 5 years, Change in Account Payables stood at -$56.5 million in 2022, then soared by 157.28% to $32.4 million in 2023, then dropped by 12.02% to $28.5 million in 2024, then sank by 77.0% to $6.5 million in 2025, then jumped by 758.43% to $56.2 million in 2026.
- The last three Change in Account Payables figures came in at $56.2 million (Q2 2026), -$62.8 million (Q1 2026), and $6.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 56.21 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -118,548.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 56.21 Mn |
| Mar 31, 2026 | -62.79 Mn |
| Dec 31, 2025 | 6.55 Mn |
| Sep 30, 2025 | 30.42 Mn |
| Jun 30, 2025 | 135.00 Mn |
| Mar 31, 2025 | -168.48 Mn |
| Dec 31, 2024 | 28.47 Mn |
| Sep 30, 2024 | -652,000.00 |
| Jun 30, 2024 | 109.03 Mn |
| Mar 31, 2024 | -81.05 Mn |
| Dec 31, 2023 | 32.36 Mn |
| Sep 30, 2023 | 106.44 Mn |
| Jun 30, 2023 | -18.42 Mn |
| Mar 31, 2023 | -84.20 Mn |
| Dec 31, 2022 | -56.49 Mn |
| Sep 30, 2022 | -8.32 Mn |
| Jun 30, 2022 | -70.03 Mn |
| Mar 31, 2022 | -100.67 Mn |
| Dec 31, 2021 | 74.85 Mn |
| Sep 30, 2021 | -39.86 Mn |
Logitech International Change in Account Payables 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-account-payables&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();