Logitech International (LOGI) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
Logitech International (LOGI) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 113.02 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | 9.80 Mn |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 1.77 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 113.02 Mn |
| Mar 31, 2026 | 116.45 Mn |
| Dec 31, 2025 | 115.36 Mn |
| Sep 30, 2025 | 118.22 Mn |
| Jun 30, 2025 | 116.10 Mn |
| Mar 31, 2025 | 113.86 Mn |
| Dec 31, 2024 | 109.55 Mn |
| Sep 30, 2024 | 112.36 Mn |
| Jun 30, 2024 | 113.27 Mn |
| Mar 31, 2024 | 116.59 Mn |
| Dec 31, 2023 | 119.20 Mn |
| Sep 30, 2023 | 122.03 Mn |
| Jun 30, 2023 | 126.97 Mn |
| Mar 31, 2023 | 121.50 Mn |
| Dec 31, 2022 | 118.18 Mn |
| Sep 30, 2022 | 113.33 Mn |
| Jun 30, 2022 | 112.24 Mn |
| Mar 31, 2022 | 109.81 Mn |
| Dec 31, 2021 | 109.60 Mn |
| Sep 30, 2021 | 111.63 Mn |
API Access
Logitech International Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();