Logitech International (LOGI) Common Equity (2009 - 2026)
Logitech International (LOGI) posted Common Equity of $2.4 billion for Q2 2026, up 6.35% on a QoQ basis from $2.2 billion in Q1 2026, and up 7.52% year-over-year from $2.2 billion in Q2 2025.
Logitech International (LOGI) Common Equity (2009 - 2026) Analysis & Trends
Logitech International has reported Common Equity for 18 years, with the latest figure at $2.4 billion in Q2 2026.
- On a quarterly basis, Common Equity rose 7.52% year-over-year to $2.4 billion in Q2 2026; TTM through Jun 2026 was $2.4 billion, a 7.52% increase from a year earlier, with the FY2026 full-year figure at $2.2 billion, up 3.95% from the prior year.
- Common Equity was $2.4 billion for Q2 2026 at Logitech International, up from $2.2 billion in the prior quarter.
- The five-year high for Common Equity was $2.4 billion in Q1 2022, with the low at $2.1 billion in Q3 2023.
- Average Common Equity over 5 years is $2.2 billion, with a median of $2.2 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Common Equity slipped 5.89% in 2023, then grew 11.08% in 2025.
- Over 5 years, Common Equity stood at $2.3 billion in 2022, then dropped by 3.04% to $2.2 billion in 2023, then declined by 3.99% to $2.1 billion in 2024, then advanced by 11.08% to $2.3 billion in 2025, then grew by 0.69% to $2.4 billion in 2026.
- The last three Common Equity figures came in at $2.4 billion (Q2 2026), $2.2 billion (Q1 2026), and $2.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 2.35 Bn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | -36.69 Mn |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 2.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.35 Bn |
| Mar 31, 2026 | 2.21 Bn |
| Dec 31, 2025 | 2.34 Bn |
| Sep 30, 2025 | 2.08 Bn |
| Jun 30, 2025 | 2.19 Bn |
| Mar 31, 2025 | 2.13 Bn |
| Dec 31, 2024 | 2.10 Bn |
| Sep 30, 2024 | 2.11 Bn |
| Jun 30, 2024 | 2.25 Bn |
| Mar 31, 2024 | 2.23 Bn |
| Dec 31, 2023 | 2.19 Bn |
| Sep 30, 2023 | 2.08 Bn |
| Jun 30, 2023 | 2.23 Bn |
| Mar 31, 2023 | 2.26 Bn |
| Dec 31, 2022 | 2.26 Bn |
| Sep 30, 2022 | 2.17 Bn |
| Jun 30, 2022 | 2.36 Bn |
| Mar 31, 2022 | 2.40 Bn |
| Dec 31, 2021 | 2.37 Bn |
| Sep 30, 2021 | 2.26 Bn |
Logitech International Common Equity 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=common-equity&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();