Socket Mobile (SCKT) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
Socket Mobile (SCKT) 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 | 1.77 Mn |
| Mar 31, 2026 | 1.92 Mn |
| Dec 31, 2025 | 2.12 Mn |
| Sep 30, 2025 | 2.24 Mn |
| Jun 30, 2025 | 2.36 Mn |
| Mar 31, 2025 | 2.53 Mn |
| Dec 31, 2024 | 2.79 Mn |
| Sep 30, 2024 | 2.82 Mn |
| Jun 30, 2024 | 2.67 Mn |
| Mar 31, 2024 | 2.80 Mn |
| Dec 31, 2023 | 3.03 Mn |
| Sep 30, 2023 | 2.56 Mn |
| Jun 30, 2023 | 2.41 Mn |
| Mar 31, 2023 | 1.96 Mn |
| Dec 31, 2022 | 1.66 Mn |
| Sep 30, 2022 | 1.53 Mn |
| Jun 30, 2022 | 1.32 Mn |
| Mar 31, 2022 | 1.04 Mn |
| Dec 31, 2021 | 1.07 Mn |
| Sep 30, 2021 | 950,999.00 |
API Access
Socket Mobile 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=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "SCKT", "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=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();