Baozun (BZUN) EPS (Basic) (2014 - 2026)
Baozun (BZUN) posted EPS (Basic) of $0.04 for Q2 2026, up 332.13% on a QoQ basis from -$0.02 in Q1 2026, and up 154.77% year-over-year from $0.02 in Q2 2025.
Baozun (BZUN) EPS (Basic) (2014 - 2026) Analysis & Trends
Baozun has reported EPS (Basic) for 13 years, with the latest figure at $0.04 in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 154.77% year-over-year to $0.04 in Q2 2026; TTM through Jun 2026 was -$0.33, a 24.02% increase from a year earlier, with the FY2025 full-year figure at -$0.6, down 41.34% from the prior year.
- EPS (Basic) was $0.04 for Q2 2026 at Baozun, up from -$0.02 in the prior quarter.
- The five-year high for EPS (Basic) was $0.04 in Q2 2026, with the low at -$0.67 in Q4 2022.
- Average EPS (Basic) over 5 years is -$0.17, with a median of -$0.15 recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: EPS (Basic) tumbled 33182.39% in 2025, then surged 154.77% in 2026.
- Over 5 years, EPS (Basic) stood at -$0.67 in 2022, then soared by 83.02% to -$0.11 in 2023, then surged by 100.25% to $0.0 in 2024, then sank by 33182.39% to -$0.09 in 2025, then soared by 146.17% to $0.04 in 2026.
- The last three EPS (Basic) figures came in at $0.04 (Q2 2026), -$0.02 (Q1 2026), and -$0.09 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 1.16 |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 0.28 |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 0.06 |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 0.01 |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 0.04 |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 0.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | -0.01 |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.04 |
| Mar 31, 2026 | -0.02 |
| Dec 31, 2025 | -0.09 |
| Sep 30, 2025 | -0.25 |
| Jun 30, 2025 | -0.08 |
| Mar 31, 2025 | -0.15 |
| Dec 31, 2024 | 0.00 |
| Sep 30, 2024 | -0.21 |
| Jun 30, 2024 | -0.07 |
| Mar 31, 2024 | -0.16 |
| Dec 31, 2023 | -0.11 |
| Sep 30, 2023 | -0.28 |
| Jun 30, 2023 | -0.05 |
| Mar 31, 2023 | -0.20 |
| Dec 31, 2022 | -0.67 |
| Sep 30, 2022 | -0.33 |
| Jun 30, 2022 | -0.16 |
| Mar 31, 2022 | -0.27 |
| Dec 31, 2021 | -0.02 |
| Sep 30, 2021 | -0.73 |
Baozun EPS (Basic) 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=eps-basic&ticker=BZUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=BZUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();