Baozun (BZUN) Profit After Tax (2014 - 2026)
Baozun (BZUN) posted Profit After Tax of $6.5 million for Q2 2026, up 2630.2% on a QoQ basis from -$255000.0 in Q1 2026, and up 325.91% year-over-year from $1.5 million in Q2 2025.
Baozun (BZUN) Profit After Tax (2014 - 2026) Analysis & Trends
Baozun has reported Profit After Tax for 13 years, with the latest figure at $6.5 million in Q2 2026.
- On a quarterly basis, Profit After Tax rose 325.91% year-over-year to $6.5 million in Q2 2026; TTM through Jun 2026 was -$8.8 million, a 56.49% increase from a year earlier, with the FY2025 full-year figure at -$28.5 million, down 50.56% from the prior year.
- Profit After Tax was $6.5 million for Q2 2026 at Baozun, up from -$255000.0 in the prior quarter.
- The five-year high for Profit After Tax was $6.5 million in Q2 2026, with the low at -$37.2 million in Q4 2022.
- Average Profit After Tax over 5 years is -$9.0 million, with a median of -$9.5 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Profit After Tax plunged 7766.39% in 2022, then surged 2176.98% in 2024.
- Over 5 years, Profit After Tax stood at -$37.2 million in 2022, then soared by 99.25% to -$278000.0 in 2023, then soared by 2176.98% to $5.8 million in 2024, then tumbled by 130.1% to -$1.7 million in 2025, then soared by 471.23% to $6.5 million in 2026.
- The last three Profit After Tax figures came in at $6.5 million (Q2 2026), -$255000.0 (Q1 2026), and -$1.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 1.50 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 47.72 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 10.03 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 1.10 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 6.45 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | -19,944.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | -275,218.00 |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.45 Mn |
| Mar 31, 2026 | -255,000.00 |
| Dec 31, 2025 | -1.74 Mn |
| Sep 30, 2025 | -13.30 Mn |
| Jun 30, 2025 | -2.86 Mn |
| Mar 31, 2025 | -9.96 Mn |
| Dec 31, 2024 | 5.77 Mn |
| Sep 30, 2024 | -13.29 Mn |
| Jun 30, 2024 | -3.03 Mn |
| Mar 31, 2024 | -9.04 Mn |
| Dec 31, 2023 | -278,000.00 |
| Sep 30, 2023 | -17.77 Mn |
| Jun 30, 2023 | -1.66 Mn |
| Mar 31, 2023 | -11.53 Mn |
| Dec 31, 2022 | -37.18 Mn |
| Sep 30, 2022 | -22.07 Mn |
| Jun 30, 2022 | -10.66 Mn |
| Mar 31, 2022 | -19.81 Mn |
| Dec 31, 2021 | 485,000.00 |
| Sep 30, 2021 | -45.47 Mn |
Baozun Profit After Tax 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=profit-after-tax&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();