Logitech International (LOGI) Selling, General & Administrative (2009 - 2026)
Analysis
Logitech International (LOGI) Selling, General & Administrative (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 43.53 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 741,475.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 43.53 Mn |
| Mar 31, 2026 | 41.64 Mn |
| Dec 31, 2025 | 41.92 Mn |
| Sep 30, 2025 | 41.80 Mn |
| Jun 30, 2025 | 41.80 Mn |
| Mar 31, 2025 | 40.27 Mn |
| Dec 31, 2024 | 42.12 Mn |
| Sep 30, 2024 | 44.17 Mn |
| Jun 30, 2024 | 37.46 Mn |
| Mar 31, 2024 | 38.51 Mn |
| Dec 31, 2023 | 39.71 Mn |
| Sep 30, 2023 | 35.54 Mn |
| Jun 30, 2023 | 41.30 Mn |
| Mar 31, 2023 | 32.44 Mn |
| Dec 31, 2022 | 29.77 Mn |
| Sep 30, 2022 | 26.59 Mn |
| Jun 30, 2022 | 35.86 Mn |
| Mar 31, 2022 | 36.36 Mn |
| Dec 31, 2021 | 38.48 Mn |
| Sep 30, 2021 | 33.27 Mn |
API Access
Logitech International Selling, General & Administrative 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=selling-general-and-administrative&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();