Baozun (BZUN) Share-based Compensation (2018 - 2025)
Baozun (BZUN) posted Share-based Compensation of $2.0 million for Q4 2025, up 13193.94% on a QoQ basis from $14868.2 in Q4 2024, and up 13193.94% year-over-year from N/an in Q4 2024.
Baozun (BZUN) Share-based Compensation (2018 - 2025) Analysis & Trends
Baozun has reported Share-based Compensation for 8 years, with the latest figure at $2.0 million in Q4 2025.
- On a quarterly basis, Share-based Compensation rose 13193.94% year-over-year to $2.0 million in Q4 2025; TTM through Dec 2025 was $2.0 million, a 13193.94% increase from a year earlier, with the FY2025 full-year figure at $2.8 million, down 72.72% from the prior year.
- Share-based Compensation was $2.0 million for Q4 2025 at Baozun, up from $14868.2 in the prior quarter.
- The five-year high for Share-based Compensation was $20.7 million in Q4 2021, with the low at $14868.2 in Q4 2024.
- Average Share-based Compensation over 5 years is $7.3 million, with a median of $2.0 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: Share-based Compensation sank 98.04% in 2023, then surged 13193.94% in 2025.
- Over 5 years, Share-based Compensation stood at $20.7 million in 2021, then plunged by 35.93% to $13.3 million in 2022, then tumbled by 98.04% to $260667.5 in 2023, then slumped by 94.3% to $14868.2 in 2024, then soared by 13193.94% to $2.0 million in 2025.
- The last three Share-based Compensation figures came in at $2.0 million (Q4 2025), $14868.2 (Q4 2024), and $260667.5 (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 128.00 Mn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 11.03 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 3.25 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 3.92 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 115,000.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | -5,708.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.98 Mn |
| Dec 31, 2024 | 14,868.24 |
| Dec 31, 2023 | 260,667.47 |
| Dec 31, 2022 | 13.28 Mn |
| Dec 31, 2021 | 20.73 Mn |
| Dec 31, 2020 | 503,218.88 |
| Dec 31, 2019 | 357,618.28 |
| Dec 31, 2018 | 646,756.90 |
Baozun 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=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "BZUN", "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=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();