Socket Mobile (SCKT) Capital Leases (2018 - 2019)
Socket Mobile's (SCKT) quarterly Capital Leases came in at $4180.0 in Q1 2019, down 49.58% quarter-over-quarter from $8290.0 in Q4 2018.
Socket Mobile (SCKT) Capital Leases (2018 - 2019) Analysis & Trends
Socket Mobile (SCKT) has reported Capital Leases for 2 consecutive years, with $4180.0 the latest figure, recorded in Q1 2019.
- For the quarter ending Q1 2019, Capital Leases changed N/A year-over-year to $4180.0; the trailing twelve-month figure through Mar 2019 stood at $4180.0 (changed N/A YoY), and the FY2018 full-year result was $8290.0, changed N/A from the prior year.
- Capital Leases eased to $4180.0 in Q1 2019 per SCKT's latest filing, from $8290.0 in the prior quarter.
- Across five years, Capital Leases topped out at $8290.0 in Q4 2018 and bottomed at $4180.0 in Q1 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn |
Socket Mobile Capital Leases 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=capital-leases&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-leases", "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=capital-leases&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();