ATRenew (RERE) Income towards Parent Company (2020 - 2026)
ATRenew's (RERE) quarterly Income towards Parent Company came in at $30.6 million in Q2 2026, up 89.18% year-over-year from $16.2 million in Q2 2025, and up 0.73% quarter-over-quarter from $30.4 million in Q1 2026.
ATRenew (RERE) Income towards Parent Company (2020 - 2026) Analysis & Trends
ATRenew has disclosed Income towards Parent Company across 7 years of filings, most recently posting $30.6 million for Q2 2026.
- In Q2 2026, Income towards Parent Company rose 89.18% year-over-year to $30.6 million; the TTM figure through Jun 2026 stood at $106.4 million (up 215.34% YoY), while the FY2025 annual figure was $71.9 million, up 17987242.04% from the prior year.
- Income towards Parent Company came in at $30.6 million for Q2 2026 at ATRenew, up from $30.4 million in the prior quarter.
- In the past five years, Income towards Parent Company ranged from a high of $30.6 million in Q2 2026 to a low of -$332.6 million in Q4 2022.
- Average Income towards Parent Company over 5 years is -$16.7 million, with a median of -$3.2 million recorded in 2023.
- Year-over-year, Income towards Parent Company slumped 712.05% in 2022 and jumped 969.75% in 2025.
- Over 5 years, Income towards Parent Company stood at -$332.6 million in 2022, then jumped by 97.13% to -$9.5 million in 2023, then soared by 135.04% to $3.3 million in 2024, then surged by 666.88% to $25.6 million in 2025, then advanced by 19.5% to $30.6 million in 2026.
- Per Business Quant data, the three most recent Income towards Parent Company figures were $30.6 million in Q2 2026, $30.4 million in Q1 2026, and $25.6 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 | 30.60 Mn |
| Mar 31, 2026 | 30.38 Mn |
| Dec 31, 2025 | 25.61 Mn |
| Sep 30, 2025 | 19.85 Mn |
| Jun 30, 2025 | 16.17 Mn |
| Mar 31, 2025 | 10.88 Mn |
| Dec 31, 2024 | 3.34 Mn |
| Sep 30, 2024 | 3.36 Mn |
| Jun 30, 2024 | -1.86 Mn |
| Mar 31, 2024 | -12.89 Mn |
| Dec 31, 2023 | -9.53 Mn |
| Sep 30, 2023 | -4.64 Mn |
| Jun 30, 2023 | -9.21 Mn |
| Mar 31, 2023 | -10.61 Mn |
| Dec 31, 2022 | -332.58 Mn |
| Sep 30, 2022 | -8.12 Mn |
| Jun 30, 2022 | -22.72 Mn |
| Mar 31, 2022 | -29.31 Mn |
| Dec 31, 2021 | -40.96 Mn |
| Sep 30, 2021 | -26.00 Mn |
ATRenew Income towards Parent Company 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=income-towards-parent-company&ticker=RERE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=RERE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();