Yunji (YJ) Net Income (2018 - 2025)
Yunji (YJ) posted Net Income of -$7.2 million for Q4 2025, up 24.23% on a QoQ basis from -$9.4 million in Q4 2024, and up 24.23% year-over-year from -$5.8 million in Q4 2024.
Yunji (YJ) Net Income (2018 - 2025) Analysis & Trends
Yunji has reported Net Income for 8 years, with the latest figure at -$7.2 million in Q4 2025.
- On a quarterly basis, Net Income rose 24.23% year-over-year to -$7.2 million in Q4 2025; TTM through Dec 2025 was -$23.3 million, a 33.93% decrease from a year earlier, with the FY2025 full-year figure at $19.1 million, up 13.0% from the prior year.
- Net Income was -$7.2 million for Q4 2025 at Yunji, up from -$9.4 million in the prior quarter.
- The five-year high for Net Income was $16.4 million in Q4 2021, with the low at -$9.4 million in Q4 2024.
- Average Net Income over 5 years is -$1.4 million, with a median of -$2.8 million recorded in 2022.
- The largest YoY upside for Net Income was 631.44% in 2021 against a maximum downside of 353.7% in 2021.
- Over 5 years, Net Income stood at $16.4 million in 2021, then slumped by 111.86% to -$1.9 million in 2022, then sank by 345.53% to -$8.7 million in 2023, then declined by 8.75% to -$9.4 million in 2024, then advanced by 24.23% to -$7.2 million in 2025.
- The last three Net Income figures came in at -$7.2 million (Q4 2025), -$9.4 million (Q4 2024), and -$3.6 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 92.89 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 3.08 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.34 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 | 30.60 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -7.15 Mn |
| Dec 31, 2024 | -9.44 Mn |
| Sep 30, 2024 | -3.61 Mn |
| Jun 30, 2024 | -3.06 Mn |
| Mar 31, 2024 | -1.26 Mn |
| Dec 31, 2023 | -8.68 Mn |
| Sep 30, 2023 | -4.29 Mn |
| Jun 30, 2023 | -3.17 Mn |
| Mar 31, 2023 | 590,977.67 |
| Dec 31, 2022 | -1.95 Mn |
| Sep 30, 2022 | -1.20 Mn |
| Jun 30, 2022 | -2.83 Mn |
| Mar 31, 2022 | -4.33 Mn |
| Dec 31, 2021 | 16.43 Mn |
| Sep 30, 2021 | 7.36 Mn |
| Jun 30, 2021 | 4.87 Mn |
| Mar 31, 2021 | -2.49 Mn |
| Dec 31, 2020 | 2.25 Mn |
| Sep 30, 2020 | -6.99 Mn |
| Jun 30, 2020 | -6.84 Mn |
Yunji Net Income 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=net-income&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();