Newegg Commerce (NEGG) Cash from Investing Activities (2010 - 2023)
Newegg Commerce's (NEGG) quarterly Cash from Investing Activities came in at $382000.0 in Q4 2023, up 165.86% year-over-year from $143683.5 in Q4 2022, and up 165.86% quarter-over-quarter from -$580000.0 in Q4 2022.
Newegg Commerce (NEGG) Cash from Investing Activities (2010 - 2023) Analysis & Trends
Newegg Commerce has disclosed Cash from Investing Activities across 7 years of filings, most recently posting $382000.0 for Q4 2023.
- In Q4 2023, Cash from Investing Activities rose 165.86% year-over-year to $382000.0; the TTM figure through Dec 2023 stood at -$1.2 million (up 77.87% YoY), while the FY2025 annual figure was $67716.9, down 95.8% from the prior year.
- Cash from Investing Activities came in at $382000.0 for Q4 2023 at Newegg Commerce, up from -$580000.0 in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $2.7 million in Q3 2022 to a low of -$4.0 million in Q3 2021.
- Average Cash from Investing Activities over 4 years is -$1.1 million, with a median of -$1.3 million recorded in 2020.
- Year-over-year, Cash from Investing Activities tumbled 216.96% in 2021 and surged 167.5% in 2022.
- Over 4 years, Cash from Investing Activities stood at -$1.4 million in 2020, then slumped by 159.67% to -$3.7 million in 2021, then surged by 84.52% to -$580000.0 in 2022, then soared by 165.86% to $382000.0 in 2023.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were $382000.0 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) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -143.46 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -8.46 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -326.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -79.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | -14.19 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 | -6.29 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 | 382,000.00 |
| Dec 31, 2022 | -580,000.00 |
| Sep 30, 2022 | 2.70 Mn |
| Dec 31, 2021 | -3.75 Mn |
| Sep 30, 2021 | -4.00 Mn |
| Dec 31, 2020 | -1.44 Mn |
| Sep 30, 2020 | -1.26 Mn |
| Dec 31, 2012 | -8,669.00 |
| Sep 30, 2012 | -312,131.00 |
| Jun 30, 2012 | -2.40 Mn |
| Mar 31, 2012 | -5,758.00 |
| Dec 31, 2011 | -155.32 Mn |
| Sep 30, 2011 | -33,440.00 |
| Jun 30, 2011 | -54,028.00 |
| Mar 31, 2011 | -10,632.00 |
| Dec 31, 2010 | -35,385.00 |
| Sep 30, 2010 | -745,059.00 |
Newegg Commerce Cash from Investing Activities 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=cash-from-investing-activities&ticker=NEGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=NEGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();