Logitech International (LOGI) Assets Average (2010 - 2026)
Logitech International (LOGI) posted Assets Average of $3.9 billion for Q2 2026, down 0.78% on a QoQ basis from $4.0 billion in Q1 2026, and up 8.26% year-over-year from $3.6 billion in Q2 2025.
Logitech International (LOGI) Assets Average (2010 - 2026) Analysis & Trends
Logitech International has reported Assets Average for 17 years, with the latest figure at $3.9 billion in Q2 2026.
- On a quarterly basis, Assets Average rose 8.26% year-over-year to $3.9 billion in Q2 2026; TTM through Jun 2026 was $3.9 billion, a 8.26% increase from a year earlier, with the FY2026 full-year figure at $3.7 billion, up 3.41% from the prior year.
- Assets Average was $3.9 billion for Q2 2026 at Logitech International, down from $4.0 billion in the prior quarter.
- The five-year high for Assets Average was $4.1 billion in Q1 2022, with the low at $3.4 billion in Q3 2023.
- Average Assets Average over 5 years is $3.7 billion, with a median of $3.7 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2026: Assets Average decreased 10.99% in 2023, then gained 9.27% in 2026.
- Over 5 years, Assets Average stood at $3.7 billion in 2022, then fell by 4.05% to $3.5 billion in 2023, then climbed by 4.11% to $3.7 billion in 2024, then advanced by 5.79% to $3.9 billion in 2025, then rose by 1.02% to $3.9 billion in 2026.
- The last three Assets Average figures came in at $3.9 billion (Q2 2026), $4.0 billion (Q1 2026), and $3.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 3.94 Bn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | 173.42 Mn |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 13.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.94 Bn |
| Mar 31, 2026 | 3.97 Bn |
| Dec 31, 2025 | 3.90 Bn |
| Sep 30, 2025 | 3.73 Bn |
| Jun 30, 2025 | 3.64 Bn |
| Mar 31, 2025 | 3.64 Bn |
| Dec 31, 2024 | 3.69 Bn |
| Sep 30, 2024 | 3.66 Bn |
| Jun 30, 2024 | 3.64 Bn |
| Mar 31, 2024 | 3.63 Bn |
| Dec 31, 2023 | 3.54 Bn |
| Sep 30, 2023 | 3.43 Bn |
| Jun 30, 2023 | 3.50 Bn |
| Mar 31, 2023 | 3.65 Bn |
| Dec 31, 2022 | 3.69 Bn |
| Sep 30, 2022 | 3.74 Bn |
| Jun 30, 2022 | 3.93 Bn |
| Mar 31, 2022 | 4.10 Bn |
| Dec 31, 2021 | 4.01 Bn |
| Sep 30, 2021 | 3.93 Bn |
Logitech International Assets Average 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=assets-average&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();