Kanzhun (BZ) Tax Provisions (2020 - 2026)
Kanzhun's (BZ) quarterly Tax Provisions came in at -$81.1 million in Q2 2026, down 498.47% year-over-year from $20.4 million in Q2 2025, and down 87.13% quarter-over-quarter from -$43.3 million in Q1 2026.
Kanzhun (BZ) Tax Provisions (2020 - 2026) Analysis & Trends
Kanzhun has disclosed Tax Provisions across 7 years of filings, most recently posting -$81.1 million for Q2 2026.
- In Q2 2026, Tax Provisions fell 498.47% year-over-year to -$81.1 million; the TTM figure through Jun 2026 stood at -$172.1 million (down 279.83% YoY), while the FY2025 annual figure was -$72.9 million, down 2002895.16% from the prior year.
- Tax Provisions came in at -$81.1 million for Q2 2026 at Kanzhun, down from -$43.3 million in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $4.7 million in Q4 2022 to a low of -$81.1 million in Q2 2026.
- Average Tax Provisions over 5 years is -$13.8 million, with a median of -$7.9 million recorded in 2023.
- Year-over-year, Tax Provisions jumped 200.74% in 2022 and slumped 1047100.0% in 2025.
- Over 5 years, Tax Provisions stood at $4.7 million in 2022, then sank by 248.85% to -$6.9 million in 2023, then plunged by 79.34% to -$12.4 million in 2024, then plunged by 89.18% to -$23.5 million in 2025, then tumbled by 244.82% to -$81.1 million in 2026.
- Per Business Quant data, the three most recent Tax Provisions figures were -$81.1 million in Q2 2026, -$43.3 million in Q1 2026, and -$23.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | 279.20 Mn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | 133.60 Mn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | 49.50 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | 24.87 Mn |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -81.10 Mn |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | -9.00 Mn |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | 462,000.00 |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | 511,000.00 |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -81.10 Mn |
| Mar 31, 2026 | -43.34 Mn |
| Dec 31, 2025 | -23.52 Mn |
| Sep 30, 2025 | -24.19 Mn |
| Jun 30, 2025 | -13.55 Mn |
| Mar 31, 2025 | -10.47 Mn |
| Dec 31, 2024 | -12.43 Mn |
| Sep 30, 2024 | -8.87 Mn |
| Jun 30, 2024 | -13.07 Mn |
| Mar 31, 2024 | -1,000.00 |
| Dec 31, 2023 | -6.93 Mn |
| Sep 30, 2023 | -4.37 Mn |
| Jun 30, 2023 | -2.69 Mn |
| Mar 31, 2023 | -3.20 Mn |
| Dec 31, 2022 | 4.66 Mn |
| Sep 30, 2022 | -3.90 Mn |
| Jun 30, 2022 | -232,000.00 |
| Mar 31, 2022 | -1.98 Mn |
| Dec 31, 2021 | -4.62 Mn |
| Sep 30, 2021 | -4.67 Mn |
Kanzhun 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=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();