Yunji (YJ) Profit After Tax (2018 - 2025)
Yunji (YJ) posted Profit After Tax of -$4.7 million for Q4 2025, up 60.02% on a QoQ basis from -$11.6 million in Q4 2024, and up 60.02% year-over-year from -$2.9 million in Q4 2024.
Yunji (YJ) Profit After Tax (2018 - 2025) Analysis & Trends
Yunji has reported Profit After Tax for 8 years, with the latest figure at -$4.7 million in Q4 2025.
- On a quarterly basis, Profit After Tax rose 60.02% year-over-year to -$4.7 million in Q4 2025; TTM through Dec 2025 was -$22.2 million, a 30.49% decrease from a year earlier, with the FY2025 full-year figure at -$19.1 million, down 13.0% from the prior year.
- Profit After Tax was -$4.7 million for Q4 2025 at Yunji, up from -$11.6 million in the prior quarter.
- The five-year high for Profit After Tax was $9.4 million in Q3 2021, with the low at -$11.6 million in Q4 2024.
- Average Profit After Tax over 5 years is -$2.6 million, with a median of -$4.3 million recorded in 2024.
- The sharpest annual moves came in 2021 and 2022: Profit After Tax jumped 246.93% in 2021, then sank 860.56% in 2022.
- Over 5 years, Profit After Tax stood at $9.1 million in 2021, then sank by 160.95% to -$5.5 million in 2022, then slumped by 67.39% to -$9.3 million in 2023, then declined by 25.61% to -$11.6 million in 2024, then surged by 60.02% to -$4.7 million in 2025.
- The last three Profit After Tax figures came in at -$4.7 million (Q4 2025), -$11.6 million (Q4 2024), and -$4.3 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 92.90 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 2.14 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -570.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -1.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 42.40 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 27.50 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 18.62 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 19.03 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.82 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -4.66 Mn |
| Dec 31, 2024 | -11.65 Mn |
| Sep 30, 2024 | -4.28 Mn |
| Jun 30, 2024 | -1.64 Mn |
| Mar 31, 2024 | 535,000.00 |
| Dec 31, 2023 | -9.28 Mn |
| Sep 30, 2023 | -4.77 Mn |
| Jun 30, 2023 | -5.73 Mn |
| Mar 31, 2023 | -3.34 Mn |
| Dec 31, 2022 | -5.54 Mn |
| Sep 30, 2022 | -5.38 Mn |
| Jun 30, 2022 | -3.77 Mn |
| Mar 31, 2022 | -5.82 Mn |
| Dec 31, 2021 | 9.09 Mn |
| Sep 30, 2021 | 9.44 Mn |
| Jun 30, 2021 | 2.64 Mn |
| Mar 31, 2021 | -606,000.00 |
| Dec 31, 2020 | -11.85 Mn |
| Sep 30, 2020 | -6.43 Mn |
| Jun 30, 2020 | -2.48 Mn |
Yunji Profit After Tax 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=profit-after-tax&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();