Yunji (YJ) Tax Rate (2018 - 2025)
Yunji (YJ) posted Tax Rate of 3.11% for Q4 2025, down 691.04% on a QoQ basis from 0.53% in Q4 2024, and down 364.0% year-over-year from 1.18% in Q4 2024.
Analysis
Yunji (YJ) Tax Rate (2018 - 2025) Analysis & Trends
Yunji has reported Tax Rate for 8 years, with the latest figure at 3.11% in Q4 2025.
- On a quarterly basis, Tax Rate fell 364.0% year-over-year to 3.11% in Q4 2025; TTM through Dec 2025 was 0.06%, a 151.0% decrease from a year earlier, with the FY2025 full-year figure at 0.34%, down 139.0% from the prior year.
- Tax Rate was 3.11% for Q4 2025 at Yunji, down from 0.53% in the prior quarter.
- The five-year high for Tax Rate was 51.42% in Q3 2022, with the low at 317.93% in Q1 2023.
- Average Tax Rate over 5 years is 23.43%, with a median of 2.11% recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Tax Rate sank 33417 bps in 2023, then surged 32146 bps in 2024.
- Over 5 years, Tax Rate stood at 22.97% in 2021, then jumped by 299 bps to 45.78% in 2022, then slumped by 95 bps to 2.11% in 2023, then tumbled by 75 bps to 0.53% in 2024, then slumped by 691 bps to 3.11% in 2025.
- The last three Tax Rate figures came in at 3.11% (Q4 2025), 0.53% (Q4 2024), and 1.34% (Q3 2024), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 23.03% |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -18.20% |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -6.94% |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 150.00% |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 15.18% |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 26.74% |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 25.10% |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | -13.65% |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -4.81% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.11% |
| Dec 31, 2024 | 0.53% |
| Sep 30, 2024 | 1.34% |
| Jun 30, 2024 | 4.14% |
| Mar 31, 2024 | 3.52% |
| Dec 31, 2023 | 2.11% |
| Sep 30, 2023 | 3.44% |
| Jun 30, 2023 | 9.17% |
| Mar 31, 2023 | -317.93% |
| Dec 31, 2022 | 45.78% |
| Sep 30, 2022 | 51.42% |
| Jun 30, 2022 | -5.10% |
| Mar 31, 2022 | 16.24% |
| Dec 31, 2021 | -22.97% |
| Sep 30, 2021 | -171.00% |
| Jun 30, 2021 | -32.48% |
| Mar 31, 2021 | 16.62% |
| Dec 31, 2020 | 150.18% |
| Sep 30, 2020 | -10.20% |
| Jun 30, 2020 | -7.34% |
API Access
Yunji Tax Rate 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=tax-rate&ticker=YJ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=YJ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();