Baozun (BZUN) Share-based Compensation Growth (1y) (2019 - 2025)
Analysis
Baozun (BZUN) Share-based Compensation Growth (1y) (2019 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 13.27% |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 9.68% |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -28.81% |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | -45.88% |
| 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 | -77.48% |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | -103.00% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 13,193.94% |
| Dec 31, 2024 | -94.30% |
| Dec 31, 2023 | -98.04% |
| Dec 31, 2022 | -35.93% |
| Dec 31, 2021 | 4,020.27% |
| Dec 31, 2020 | 40.71% |
| Dec 31, 2019 | -44.71% |
API Access
Baozun Share-based Compensation Growth (1y) 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-growth-1y&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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-growth-1y&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();