Socket Mobile (SCKT) Goodwill (2010 - 2020)
Socket Mobile's (SCKT) quarterly Goodwill came in at $4.4 million in Q2 2020, little changed on a YoY basis from $4.4 million in Q3 2019, and little changed quarter-over-quarter from $4.4 million in Q1 2020.
Socket Mobile (SCKT) Goodwill (2010 - 2020) Analysis & Trends
Socket Mobile (SCKT) has reported Goodwill for 11 consecutive years, with $4.4 million the latest figure, recorded in Q2 2020.
- For the quarter ending Q2 2020, Goodwill changed 0.0% year-over-year to $4.4 million; the trailing twelve-month figure through Jun 2020 stood at $4.4 million (changed 0.0% YoY), and the FY2019 full-year result was $4.4 million, changed 0.0% from the prior year.
- Goodwill steadied at $4.4 million in Q2 2020 per SCKT's latest filing, from $4.4 million in the prior quarter.
- Across five years, Goodwill topped out at $4.4 million in Q1 2016 and bottomed at $4.4 million in Q1 2016.
- Historically, Goodwill has averaged $4.4 million across 5 years, with a median of $4.4 million in 2016.
- The widest YoY moves for Goodwill: up 0.0% in 2016, down 0.0% in 2016.
- Over 5 years, Goodwill stood at $4.4 million in 2016, then changed by 0.0% to $4.4 million in 2017, then changed by 0.0% to $4.4 million in 2018, then changed by 0.0% to $4.4 million in 2019, then changed by 0.0% to $4.4 million in 2020.
- According to Business Quant data, Goodwill over the past three periods registered $4.4 million, $4.4 million, and $4.4 million for Q2 2020, Q1 2020, and Q4 2019 respectively.
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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2020 | 4.43 Mn |
| Mar 31, 2020 | 4.43 Mn |
| Dec 31, 2019 | 4.43 Mn |
| Sep 30, 2019 | 4.43 Mn |
| Jun 30, 2019 | 4.43 Mn |
| Mar 31, 2019 | 4.43 Mn |
| Dec 31, 2018 | 4.43 Mn |
| Sep 30, 2018 | 4.43 Mn |
| Jun 30, 2018 | 4.43 Mn |
| Mar 31, 2018 | 4.43 Mn |
| Dec 31, 2017 | 4.43 Mn |
| Sep 30, 2017 | 4.43 Mn |
| Jun 30, 2017 | 4.43 Mn |
| Mar 31, 2017 | 4.43 Mn |
| Dec 31, 2016 | 4.43 Mn |
| Sep 30, 2016 | 4.43 Mn |
| Jun 30, 2016 | 4.43 Mn |
| Mar 31, 2016 | 4.43 Mn |
| Dec 31, 2015 | 4.43 Mn |
| Sep 30, 2015 | 4.43 Mn |
Socket Mobile Goodwill 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=goodwill&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();