Baozun (BZUN) Net Income towards Common Stockholders Growth (1y) (2015 - 2026)
Analysis
Baozun (BZUN) Net Income towards Common Stockholders Growth (1y) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 65.78% |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 354.89% |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 235.24% |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 113.15% |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 152.88% |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 98.14% |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 152.88% |
| Mar 31, 2026 | 87.57% |
| Dec 31, 2025 | -32,041.18% |
| Sep 30, 2025 | -19.86% |
| Jun 30, 2025 | -12.53% |
| Mar 31, 2025 | 5.84% |
| Dec 31, 2024 | 100.25% |
| Sep 30, 2024 | 27.58% |
| Jun 30, 2024 | -52.53% |
| Mar 31, 2024 | 24.13% |
| Dec 31, 2023 | 83.46% |
| Sep 30, 2023 | 26.99% |
| Jun 30, 2023 | 76.21% |
| Mar 31, 2023 | 37.00% |
| Dec 31, 2022 | -3,046.18% |
| Sep 30, 2022 | 47.71% |
| Jun 30, 2022 | -193.96% |
| Mar 31, 2022 | -10,156.77% |
| Dec 31, 2021 | -103.57% |
| Sep 30, 2021 | -576.83% |
API Access
Baozun Net Income towards Common Stockholders 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=net-income-towards-common-stockholders-growth-1y&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders-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=net-income-towards-common-stockholders-growth-1y&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();