Baozun (BZUN) Enterprise Value (2015 - 2026)
Baozun (BZUN) posted Enterprise Value of -$67.4 million for Q2 2026, up 27.98% on a QoQ basis from -$93.6 million in Q1 2026, and up 69.36% year-over-year from -$39.8 million in Q2 2025.
Baozun (BZUN) Enterprise Value (2015 - 2026) Analysis & Trends
Baozun has reported Enterprise Value for 12 years, with the latest figure at -$67.4 million in Q2 2026.
- On a quarterly basis, Enterprise Value rose 69.36% year-over-year to -$67.4 million in Q2 2026; TTM through Jun 2026 was -$67.4 million, a 69.36% increase from a year earlier, with the FY2025 full-year figure at -$26.3 million, down 208.25% from the prior year.
- Enterprise Value was -$67.4 million for Q2 2026 at Baozun, up from -$93.6 million in the prior quarter.
- The five-year high for Enterprise Value was $490.6 million in Q2 2022, with the low at -$220.0 million in Q2 2025.
- Average Enterprise Value over 5 years is $71.1 million, with a median of $33.9 million recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: Enterprise Value jumped 2108.2% in 2025, then tumbled 231.01% in 2026.
- Over 5 years, Enterprise Value stood at $143.6 million in 2022, then slumped by 109.05% to -$13.0 million in 2023, then jumped by 1200.36% to $143.0 million in 2024, then sank by 120.09% to -$28.7 million in 2025, then slumped by 134.57% to -$67.4 million in 2026.
- The last three Enterprise Value figures came in at -$67.4 million (Q2 2026), -$93.6 million (Q1 2026), and -$28.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 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 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -67.40 Mn |
| Mar 31, 2026 | -93.59 Mn |
| Dec 31, 2025 | -28.73 Mn |
| Sep 30, 2025 | -128.11 Mn |
| Jun 30, 2025 | -219.98 Mn |
| Mar 31, 2025 | 71.44 Mn |
| Dec 31, 2024 | 143.04 Mn |
| Sep 30, 2024 | 216.24 Mn |
| Jun 30, 2024 | -219.28 Mn |
| Mar 31, 2024 | -3.56 Mn |
| Dec 31, 2023 | -13.00 Mn |
| Sep 30, 2023 | 429.64 Mn |
| Jun 30, 2023 | -172.54 Mn |
| Mar 31, 2023 | 212.25 Mn |
| Dec 31, 2022 | 143.64 Mn |
| Sep 30, 2022 | 246.34 Mn |
| Jun 30, 2022 | 490.62 Mn |
| Mar 31, 2022 | 272.66 Mn |
| Dec 31, 2021 | 424.45 Mn |
| Sep 30, 2021 | 945.69 Mn |
Baozun Enterprise Value 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=enterprise-value&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();