Logitech International (LOGI) Share-based Compensation Growth (3y) (2012 - 2026)
Analysis
Logitech International (LOGI) Share-based Compensation Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 44.83% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | -7.08% |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -16.26% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 44.83% |
| Mar 31, 2026 | 10.68% |
| Dec 31, 2025 | 75.55% |
| Sep 30, 2025 | 9.22% |
| Jun 30, 2025 | 10.78% |
| Mar 31, 2025 | -12.98% |
| Dec 31, 2024 | 13.93% |
| Sep 30, 2024 | 82.70% |
| Jun 30, 2024 | -22.57% |
| Mar 31, 2024 | -4.26% |
| Dec 31, 2023 | 1.33% |
| Sep 30, 2023 | 52.95% |
| Jun 30, 2023 | -51.62% |
| Mar 31, 2023 | 9.34% |
| Dec 31, 2022 | -32.09% |
| Sep 30, 2022 | 48.53% |
| Jun 30, 2022 | 7.62% |
| Mar 31, 2022 | 17.06% |
| Dec 31, 2021 | 21.88% |
| Sep 30, 2021 | 23.59% |
API Access
Logitech International Share-based Compensation Growth (3y) 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-3y&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "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-3y&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();