Baozun (BZUN) Tax Provisions (2014 - 2026)
Baozun (BZUN) posted Tax Provisions of -$3.8 million for Q2 2026, down 175.02% on a QoQ basis from -$1.4 million in Q1 2026, and down 103.06% year-over-year from $123.9 million in Q2 2025.
Baozun (BZUN) Tax Provisions (2014 - 2026) Analysis & Trends
Baozun has reported Tax Provisions for 13 years, with the latest figure at -$3.8 million in Q2 2026.
- On a quarterly basis, Tax Provisions fell 103.06% year-over-year to -$3.8 million in Q2 2026; TTM through Jun 2026 was -$5.6 million, a 148.62% decrease from a year earlier, with the FY2025 full-year figure at -$1.4 million, up 50.12% from the prior year.
- Tax Provisions was -$3.8 million for Q2 2026 at Baozun, down from -$1.4 million in the prior quarter.
- The five-year high for Tax Provisions was $2.6 million in Q3 2024, with the low at -$3.9 million in Q4 2024.
- Average Tax Provisions over 5 years is -$824940.3, with a median of -$572500.0 recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Tax Provisions sank 693.68% in 2022, then soared 1091.01% in 2024.
- Over 5 years, Tax Provisions stood at -$2.3 million in 2022, then jumped by 62.95% to -$838000.0 in 2023, then tumbled by 365.04% to -$3.9 million in 2024, then surged by 136.8% to $1.4 million in 2025, then plunged by 364.09% to -$3.8 million in 2026.
- The last three Tax Provisions figures came in at -$3.8 million (Q2 2026), -$1.4 million (Q1 2026), and $1.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 273.00 Mn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 1.67 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -1.30 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 204,000.00 |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | -3.79 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 | -3.79 Mn |
| Mar 31, 2026 | -1.38 Mn |
| Dec 31, 2025 | 1.43 Mn |
| Sep 30, 2025 | -1.82 Mn |
| Jun 30, 2025 | -1.87 Mn |
| Mar 31, 2025 | 882,073.78 |
| Dec 31, 2024 | -3.90 Mn |
| Sep 30, 2024 | 2.65 Mn |
| Jun 30, 2024 | -518,000.00 |
| Mar 31, 2024 | -984,000.00 |
| Dec 31, 2023 | -838,000.00 |
| Sep 30, 2023 | -267,000.00 |
| Jun 30, 2023 | -324,000.00 |
| Mar 31, 2023 | -256,000.00 |
| Dec 31, 2022 | -2.26 Mn |
| Sep 30, 2022 | -599,000.00 |
| Jun 30, 2022 | -546,000.00 |
| Mar 31, 2022 | -467,000.00 |
| Dec 31, 2021 | -285,000.00 |
| Sep 30, 2021 | -985,000.00 |
Baozun Tax Provisions 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-provisions&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();