Yunji (YJ) EBT (2018 - 2025)
Yunji (YJ) posted EBT of -$6.9 million for Q4 2025, up 26.91% on a QoQ basis from -$9.5 million in Q4 2024, and up 26.91% year-over-year from -$5.5 million in Q4 2024.
Yunji (YJ) EBT (2018 - 2025) Analysis & Trends
Yunji has reported EBT for 8 years, with the latest figure at -$6.9 million in Q4 2025.
- On a quarterly basis, EBT rose 26.91% year-over-year to -$6.9 million in Q4 2025; TTM through Dec 2025 was -$23.3 million, a 31.91% decrease from a year earlier, with the FY2025 full-year figure at -$19.5 million, down 22.71% from the prior year.
- EBT was -$6.9 million for Q4 2025 at Yunji, up from -$9.5 million in the prior quarter.
- The five-year high for EBT was $13.4 million in Q4 2021, with the low at -$9.5 million in Q4 2024.
- Average EBT over 5 years is -$2.3 million, with a median of -$3.2 million recorded in 2024.
- The sharpest annual moves came in 2021 and 2024: EBT surged 398.46% in 2021, then plunged 1026.15% in 2024.
- Over 5 years, EBT stood at $13.4 million in 2021, then sank by 126.9% to -$3.6 million in 2022, then slumped by 146.76% to -$8.9 million in 2023, then decreased by 7.02% to -$9.5 million in 2024, then grew by 26.91% to -$6.9 million in 2025.
- The last three EBT figures came in at -$6.9 million (Q4 2025), -$9.5 million (Q4 2024), and -$3.7 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 120.69 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 2.62 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -533.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 2.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 49.91 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 37.54 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 24.86 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 26.93 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -6.94 Mn |
| Dec 31, 2024 | -9.49 Mn |
| Sep 30, 2024 | -3.66 Mn |
| Jun 30, 2024 | -3.19 Mn |
| Mar 31, 2024 | -1.31 Mn |
| Dec 31, 2023 | -8.87 Mn |
| Sep 30, 2023 | -4.45 Mn |
| Jun 30, 2023 | -3.50 Mn |
| Mar 31, 2023 | 140,910.83 |
| Dec 31, 2022 | -3.59 Mn |
| Sep 30, 2022 | -2.47 Mn |
| Jun 30, 2022 | -2.69 Mn |
| Mar 31, 2022 | -5.17 Mn |
| Dec 31, 2021 | 13.36 Mn |
| Sep 30, 2021 | 2.72 Mn |
| Jun 30, 2021 | 3.68 Mn |
| Mar 31, 2021 | -2.98 Mn |
| Dec 31, 2020 | -4.48 Mn |
| Sep 30, 2020 | -6.35 Mn |
| Jun 30, 2020 | -6.37 Mn |
Yunji EBT 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=ebt&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "ticker": "YJ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();