Yunji (YJ) Share-based Compensation (2019 - 2025)
Yunji (YJ) posted Share-based Compensation of $776869.2 for Q4 2025, down 67.94% on a QoQ basis from $2.4 million in Q4 2024, and down 67.94% year-over-year from $2.4 million in Q4 2024.
Yunji (YJ) Share-based Compensation (2019 - 2025) Analysis & Trends
Yunji has reported Share-based Compensation for 6 years, with the latest figure at $776869.2 in Q4 2025.
- On a quarterly basis, Share-based Compensation fell 67.94% year-over-year to $776869.2 in Q4 2025; TTM through Dec 2025 was $776869.2, a 67.94% decrease from a year earlier, with the FY2025 full-year figure at $40000.0, down 87.99% from the prior year.
- Share-based Compensation was $776869.2 for Q4 2025 at Yunji, down from $2.4 million in the prior quarter.
- The five-year high for Share-based Compensation was $9.7 million in Q4 2021, with the low at $776869.2 in Q4 2025.
- Average Share-based Compensation over 5 years is $4.8 million, with a median of $2.7 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Share-based Compensation sank 68.27% in 2023, then retreated 11.08% in 2024.
- Over 5 years, Share-based Compensation stood at $9.7 million in 2021, then decreased by 11.32% to $8.6 million in 2022, then tumbled by 68.27% to $2.7 million in 2023, then slipped by 11.08% to $2.4 million in 2024, then sank by 67.94% to $776869.2 in 2025.
- The last three Share-based Compensation figures came in at $776869.2 (Q4 2025), $2.4 million (Q4 2024), and $2.7 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 10.07 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | 161.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 69.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 11.25 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 10.74 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 4.90 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | 11.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 776,869.23 |
| Dec 31, 2024 | 2.42 Mn |
| Dec 31, 2023 | 2.73 Mn |
| Dec 31, 2022 | 8.59 Mn |
| Dec 31, 2021 | 9.69 Mn |
| Mar 31, 2019 | 33.68 Mn |
Yunji Share-based Compensation 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=share-based-compensation&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();