Newegg Commerce (NEGG) Capital Expenditures (2010 - 2023)
Newegg Commerce's (NEGG) quarterly Capital Expenditures came in at -$1.5 million in Q4 2023, down 160.17% year-over-year from $2.5 million in Q4 2022, and down 160.17% quarter-over-quarter from -$580000.0 in Q4 2022.
Newegg Commerce (NEGG) Capital Expenditures (2010 - 2023) Analysis & Trends
Newegg Commerce has disclosed Capital Expenditures across 7 years of filings, most recently posting -$1.5 million for Q4 2023.
- In Q4 2023, Capital Expenditures fell 160.17% year-over-year to -$1.5 million; the TTM figure through Dec 2023 stood at -$8.6 million (up 22.23% YoY), while the FY2025 annual figure was -$1.7 million, up 27.33% from the prior year.
- Capital Expenditures came in at -$1.5 million for Q4 2023 at Newegg Commerce, down from -$580000.0 in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of -$580000.0 in Q4 2022 to a low of -$4.0 million in Q3 2021.
- Average Capital Expenditures over 4 years is -$2.3 million, with a median of -$2.1 million recorded in 2020.
- Year-over-year, Capital Expenditures soared 84.53% in 2022 and slumped 160.17% in 2023.
- Over 4 years, Capital Expenditures stood at -$1.5 million in 2020, then plunged by 154.97% to -$3.7 million in 2021, then soared by 84.53% to -$580000.0 in 2022, then tumbled by 160.17% to -$1.5 million in 2023.
- Per Business Quant data, the three most recent Capital Expenditures figures were -$1.5 million in Q4 2023, -$580000.0 in Q4 2022, and -$2.7 million in Q3 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capital Expenditures (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 98.41 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -673.00 Mn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 317.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 26.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 3.32 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 10.93 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 2.84 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Newegg Commerce | 2.31 Mn | -80.78 Mn | 39.75 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -1.51 Mn |
| Dec 31, 2022 | -580,000.00 |
| Sep 30, 2022 | -2.72 Mn |
| Dec 31, 2021 | -3.75 Mn |
| Sep 30, 2021 | -3.96 Mn |
| Dec 31, 2020 | -1.47 Mn |
| Sep 30, 2020 | -2.08 Mn |
| Jun 30, 2012 | 2.40 Mn |
| Mar 31, 2012 | 5,758.00 |
| Dec 31, 2011 | -248,803.00 |
| Sep 30, 2011 | 33,440.00 |
| Jun 30, 2011 | 54,028.00 |
| Mar 31, 2011 | 8,274.00 |
| Dec 31, 2010 | 48,085.00 |
| Sep 30, 2010 | 745,059.00 |
Newegg Commerce Capital Expenditures 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-expenditures&ticker=NEGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=NEGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();