Socket Mobile (SCKT) Curent Deferred Tax Liability (2015)
Socket Mobile's (SCKT) quarterly Curent Deferred Tax Liability came in at $175214.0 in Q4 2015.
Analysis
Socket Mobile (SCKT) Curent Deferred Tax Liability (2015) Analysis & Trends
Socket Mobile (SCKT) has reported Curent Deferred Tax Liability for 1 consecutive years, with $175214.0 the latest figure, recorded in Q4 2015.
- For the quarter ending Q4 2015, Curent Deferred Tax Liability changed N/A year-over-year to $175214.0; the trailing twelve-month figure through Dec 2015 stood at $175214.0 (changed N/A YoY), and the FY2015 full-year result was $175214.0, changed N/A from the prior year.
- Curent Deferred Tax Liability steadied at $175214.0 in Q4 2015 per SCKT's latest filing.
- Across five years, Curent Deferred Tax Liability topped out at $175214.0 in Q4 2015 and bottomed at $175214.0 in Q4 2015.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Curent Deferred Tax Liability (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 | - |
API Access
Socket Mobile Curent Deferred Tax Liability 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=curent-deferred-tax-liability&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "curent-deferred-tax-liability", "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=curent-deferred-tax-liability&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();