Kanzhun (BZ) Tax Rate (2020 - 2026)
Kanzhun's (BZ) quarterly Tax Rate came in at 22.08% in Q2 2026, down 1007.0% year-over-year from 2.43% in Q2 2025, and down 5.21% quarter-over-quarter from 20.98% in Q1 2026.
Kanzhun (BZ) Tax Rate (2020 - 2026) Analysis & Trends
Kanzhun has disclosed Tax Rate across 7 years of filings, most recently posting 22.08% for Q2 2026.
- In Q2 2026, Tax Rate fell 1007.0% year-over-year to 22.08%; the TTM figure through Jun 2026 stood at 20.75% (down 751.0% YoY), while the FY2025 annual figure was 15.93%, down 143.0% from the prior year.
- Tax Rate came in at 22.08% for Q2 2026 at Kanzhun, down from 20.98% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 1.43% in Q2 2022 to a low of 3198.39% in Q1 2022.
- Average Tax Rate over 5 years is 191.75%, with a median of 13.87% recorded in 2023.
- Year-over-year, Tax Rate plunged 10143 bps in 2022 and soared 315817 bps in 2023.
- Over 5 years, Tax Rate stood at 14.81% in 2022, then rose by 13 bps to 12.94% in 2023, then sank by 31 bps to 16.96% in 2024, then fell by 13 bps to 19.21% in 2025, then retreated by 15 bps to 22.08% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 22.08% in Q2 2026, 20.98% in Q1 2026, and 19.21% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | 22.20% |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | 24.11% |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | 31.55% |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | 29.20% |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -22.08% |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | 47.37% |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | -11.61% |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | 16.44% |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.08% |
| Mar 31, 2026 | -20.98% |
| Dec 31, 2025 | -19.21% |
| Sep 30, 2025 | -18.17% |
| Jun 30, 2025 | -12.01% |
| Mar 31, 2025 | -12.92% |
| Dec 31, 2024 | -16.96% |
| Sep 30, 2024 | -11.83% |
| Jun 30, 2024 | -18.54% |
| Mar 31, 2024 | -6.58% |
| Dec 31, 2023 | -12.94% |
| Sep 30, 2023 | -6.97% |
| Jun 30, 2023 | -5.93% |
| Mar 31, 2023 | -40.22% |
| Dec 31, 2022 | -14.81% |
| Sep 30, 2022 | -11.59% |
| Jun 30, 2022 | -1.43% |
| Mar 31, 2022 | -3,198.39% |
| Dec 31, 2021 | -11.22% |
| Sep 30, 2021 | -9.51% |
Kanzhun Tax Rate 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-rate&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "BZ", "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-rate&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();