Newegg Commerce (NEGG) Intangibles (2012 - 2019)
Newegg Commerce's (NEGG) quarterly Intangibles came in at $4.6 million in Q4 2019, down 1.44% year-over-year from $4.7 million in Q4 2018, and down 1.44% quarter-over-quarter from $4.7 million in Q4 2018.
Newegg Commerce (NEGG) Intangibles (2012 - 2019) Analysis & Trends
Newegg Commerce has disclosed Intangibles across 8 years of filings, most recently posting $4.6 million for Q4 2019.
- In Q4 2019, Intangibles fell 1.44% year-over-year to $4.6 million; the TTM figure through Dec 2019 stood at $4.6 million (down 1.44% YoY), while the FY2019 annual figure was $4.6 million, down 1.44% from the prior year.
- Intangibles came in at $4.6 million for Q4 2019 at Newegg Commerce, down from $4.7 million in the prior quarter.
- In the past five years, Intangibles ranged from a high of $5.6 million in Q2 2015 to a low of $3.5 million in Q2 2018.
- Average Intangibles over 5 years is $4.3 million, with a median of $4.2 million recorded in 2016.
- Year-over-year, Intangibles surged 123.59% in 2015 and dropped 25.53% in 2016.
- Over 5 years, Intangibles stood at $4.4 million in 2015, then dropped by 14.36% to $3.8 million in 2016, then slipped by 2.92% to $3.7 million in 2017, then advanced by 27.56% to $4.7 million in 2018, then dropped by 1.44% to $4.6 million in 2019.
- Per Business Quant data, the three most recent Intangibles figures were $4.6 million in Q4 2019, $4.7 million in Q4 2018, and $3.5 million in Q2 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | - |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.05 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 167.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | - |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 4.62 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 13.86 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | 24.73 Mn |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 2.77 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 1.34 Mn |
| 10 | Newegg Commerce | 2.31 Mn | -80.78 Mn | 39.75 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 4.65 Mn |
| Dec 31, 2018 | 4.72 Mn |
| Jun 30, 2018 | 3.46 Mn |
| Dec 31, 2017 | 3.70 Mn |
| Jun 30, 2017 | 3.73 Mn |
| Dec 31, 2016 | 3.81 Mn |
| Jun 30, 2016 | 4.16 Mn |
| Dec 31, 2015 | 4.45 Mn |
| Jun 30, 2015 | 5.59 Mn |
| Dec 31, 2014 | 5.01 Mn |
| Jun 30, 2014 | 2.50 Mn |
| Dec 31, 2013 | 2.62 Mn |
| Jun 30, 2013 | 2.66 Mn |
| Dec 31, 2012 | 2.69 Mn |
| Sep 30, 2012 | 2.71 Mn |
| Jun 30, 2012 | 2.39 Mn |
Newegg Commerce Intangibles 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=intangibles&ticker=NEGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "ticker": "NEGG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=intangibles&ticker=NEGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();