ATRenew (RERE) Gross Profit (2020 - 2026)
ATRenew's (RERE) quarterly Gross Profit came in at -$705.6 million in Q2 2026, down 44.79% year-over-year from -$1.3 billion in Q2 2025, and down 11.42% quarter-over-quarter from -$633.3 million in Q1 2026.
ATRenew (RERE) Gross Profit (2020 - 2026) Analysis & Trends
ATRenew has disclosed Gross Profit across 7 years of filings, most recently posting -$705.6 million for Q2 2026.
- In Q2 2026, Gross Profit fell 44.79% year-over-year to -$705.6 million; the TTM figure through Jun 2026 stood at -$2.5 billion (down 38.48% YoY), while the FY2025 annual figure was $605.1 million, up 3040476.67% from the prior year.
- Gross Profit came in at -$705.6 million for Q2 2026 at ATRenew, down from -$633.3 million in the prior quarter.
- In the past five years, Gross Profit ranged from a high of -$206.6 million in Q2 2022 to a low of -$705.6 million in Q2 2026.
- Average Gross Profit over 5 years is -$404.4 million, with a median of -$377.6 million recorded in 2023.
- The largest YoY upside for Gross Profit was 17.93% in 2022 against a maximum downside of 53.92% in 2022.
- Over 5 years, Gross Profit stood at -$301.2 million in 2022, then slumped by 30.89% to -$394.2 million in 2023, then dropped by 22.2% to -$481.7 million in 2024, then slumped by 36.82% to -$659.1 million in 2025, then declined by 7.05% to -$705.6 million in 2026.
- Per Business Quant data, the three most recent Gross Profit figures were -$705.6 million in Q2 2026, -$633.3 million in Q1 2026, and -$659.1 million in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | -705.59 Mn |
| Mar 31, 2026 | -633.28 Mn |
| Dec 31, 2025 | -659.13 Mn |
| Sep 30, 2025 | -512.96 Mn |
| Jun 30, 2025 | -487.31 Mn |
| Mar 31, 2025 | -444.58 Mn |
| Dec 31, 2024 | -481.75 Mn |
| Sep 30, 2024 | -399.59 Mn |
| Jun 30, 2024 | -359.93 Mn |
| Mar 31, 2024 | -361.00 Mn |
| Dec 31, 2023 | -394.21 Mn |
| Sep 30, 2023 | -312.26 Mn |
| Jun 30, 2023 | -285.38 Mn |
| Mar 31, 2023 | -284.74 Mn |
| Dec 31, 2022 | -301.18 Mn |
| Sep 30, 2022 | -237.12 Mn |
| Jun 30, 2022 | -206.58 Mn |
| Mar 31, 2022 | -211.77 Mn |
| Dec 31, 2021 | -226.06 Mn |
| Sep 30, 2021 | -177.94 Mn |
ATRenew Gross Profit 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=gross-profit&ticker=RERE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=RERE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();