Kanzhun (BZ) Share-based Compensation Growth (1y) (2020 - 2025)
Analysis
Kanzhun (BZ) Share-based Compensation Growth (1y) (2020 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | -233.81% |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | -66.23% |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | -54.17% |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -10.33% |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | - |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | - |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | 12.69% |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | -19.86% |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | -54.20% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -37.54% |
| Mar 31, 2025 | -14.30% |
| Dec 31, 2024 | -19.79% |
| Dec 31, 2023 | -77.42% |
| Dec 31, 2022 | 90.14% |
| Sep 30, 2022 | 756.11% |
| Jun 30, 2022 | -37.16% |
| Dec 31, 2021 | 11.72% |
| Dec 31, 2020 | 32.15% |
API Access
Kanzhun Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();