Logitech International (LOGI) Share-based Compensation Growth (1y) (2010 - 2026)
Analysis
Logitech International (LOGI) Share-based Compensation Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 8.58% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | -14.54% |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -22.00% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.58% |
| Mar 31, 2026 | 86.46% |
| Dec 31, 2025 | -10.53% |
| Sep 30, 2025 | 14.52% |
| Jun 30, 2025 | 40.26% |
| Mar 31, 2025 | -25.95% |
| Dec 31, 2024 | 27.07% |
| Sep 30, 2024 | -66.03% |
| Jun 30, 2024 | 168.15% |
| Mar 31, 2024 | -1.81% |
| Dec 31, 2023 | 375.83% |
| Sep 30, 2023 | 234.94% |
| Jun 30, 2023 | -242.24% |
| Mar 31, 2023 | -9.38% |
| Dec 31, 2022 | -75.54% |
| Sep 30, 2022 | 436.04% |
| Jun 30, 2022 | -52.11% |
| Mar 31, 2022 | -1.37% |
| Dec 31, 2021 | -10.60% |
| Sep 30, 2021 | -80.07% |
API Access
Logitech International Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();