ATRenew (RERE) Other Operating Expenses (2020 - 2023)
ATRenew's (RERE) quarterly Other Operating Expenses came in at $528000.0 in Q4 2023, up 379.37% year-over-year from $110145.7 in Q4 2022, and up 78.38% quarter-over-quarter from $296000.0 in Q1 2023.
ATRenew (RERE) Other Operating Expenses (2020 - 2023) Analysis & Trends
ATRenew has disclosed Other Operating Expenses across 4 years of filings, most recently posting $528000.0 for Q4 2023.
- In Q4 2023, Other Operating Expenses rose 379.37% year-over-year to $528000.0; the TTM figure through Sep 2024 stood at $528000.0 (up 393.46% YoY), while the FY2025 annual figure was $60.4 million, up 1129.96% from the prior year.
- Other Operating Expenses came in at $528000.0 for Q4 2023 at ATRenew, up from $296000.0 in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of $1.8 million in Q4 2021 to a low of -$330.3 million in Q3 2022.
- Average Other Operating Expenses over 4 years is -$148.6 million, with a median of -$172.1 million recorded in 2020.
- Year-over-year, Other Operating Expenses plunged 110.49% in 2022 and soared 379.37% in 2023.
- Over 4 years, Other Operating Expenses stood at -$221.2 million in 2020, then surged by 100.81% to $1.8 million in 2021, then slumped by 110.49% to -$189000.0 in 2022, then soared by 379.37% to $528000.0 in 2023.
- Per Business Quant data, the three most recent Other Operating Expenses figures were $528000.0 in Q4 2023, $296000.0 in Q1 2023, and -$189000.0 in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 528,000.00 |
| Mar 31, 2023 | 296,000.00 |
| Dec 31, 2022 | -189,000.00 |
| Sep 30, 2022 | -330.33 Mn |
| Jun 30, 2022 | -301.59 Mn |
| Mar 31, 2022 | 1.77 Mn |
| Dec 31, 2021 | 1.80 Mn |
| Sep 30, 2021 | -276.63 Mn |
| Jun 30, 2021 | -271.47 Mn |
| Mar 31, 2021 | -212.00 Mn |
| Dec 31, 2020 | -221.23 Mn |
| Sep 30, 2020 | -172.05 Mn |
| Jun 30, 2020 | -150.06 Mn |
ATRenew Other Operating Expenses 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=other-operating-expenses&ticker=RERE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "RERE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-operating-expenses&ticker=RERE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();