Logitech International (LOGI) Current Assets (2010 - 2026)
Logitech International (LOGI) posted Current Assets of $3.1 billion for Q2 2026, up 7.07% on a QoQ basis from $2.9 billion in Q1 2026, and up 12.35% year-over-year from $2.8 billion in Q2 2025.
Logitech International (LOGI) Current Assets (2010 - 2026) Analysis & Trends
Logitech International has reported Current Assets for 17 years, with the latest figure at $3.1 billion in Q2 2026.
- On a quarterly basis, Current Assets rose 12.35% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $3.1 billion, a 12.35% increase from a year earlier, with the FY2026 full-year figure at $2.9 billion, up 12.44% from the prior year.
- Current Assets was $3.1 billion for Q2 2026 at Logitech International, up from $2.9 billion in the prior quarter.
- The five-year high for Current Assets was $3.1 billion in Q2 2026, with the low at $2.5 billion in Q3 2023.
- Average Current Assets over 5 years is $2.8 billion, with a median of $2.7 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2026: Current Assets slipped 15.22% in 2023, then climbed 12.44% in 2026.
- Over 5 years, Current Assets stood at $2.8 billion in 2022, then declined by 2.35% to $2.7 billion in 2023, then climbed by 2.88% to $2.8 billion in 2024, then climbed by 12.38% to $3.1 billion in 2025, then increased by 0.12% to $3.1 billion in 2026.
- The last three Current Assets figures came in at $3.1 billion (Q2 2026), $2.9 billion (Q1 2026), and $3.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 3.12 Bn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | 68.45 Mn |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 7.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.12 Bn |
| Mar 31, 2026 | 2.92 Bn |
| Dec 31, 2025 | 3.12 Bn |
| Sep 30, 2025 | 2.75 Bn |
| Jun 30, 2025 | 2.78 Bn |
| Mar 31, 2025 | 2.59 Bn |
| Dec 31, 2024 | 2.77 Bn |
| Sep 30, 2024 | 2.66 Bn |
| Jun 30, 2024 | 2.73 Bn |
| Mar 31, 2024 | 2.63 Bn |
| Dec 31, 2023 | 2.70 Bn |
| Sep 30, 2023 | 2.49 Bn |
| Jun 30, 2023 | 2.50 Bn |
| Mar 31, 2023 | 2.61 Bn |
| Dec 31, 2022 | 2.76 Bn |
| Sep 30, 2022 | 2.66 Bn |
| Jun 30, 2022 | 2.86 Bn |
| Mar 31, 2022 | 3.07 Bn |
| Dec 31, 2021 | 3.19 Bn |
| Sep 30, 2021 | 2.86 Bn |
Logitech International Current Assets 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=current-assets&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();