Kanzhun (BZ) Selling, General & Administrative (2020 - 2026)
Analysis
Kanzhun (BZ) Selling, General & Administrative (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | 1.25 Bn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | 583.50 Mn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | 273.60 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | 56.73 Mn |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | -32,222.00 |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | 109.00 Mn |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | 12.10 Mn |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | 6.29 Mn |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -32.22 Mn |
| Mar 31, 2026 | -32.19 Mn |
| Dec 31, 2025 | -36.62 Mn |
| Sep 30, 2025 | -51.53 Mn |
| Jun 30, 2025 | -43.41 Mn |
| Mar 31, 2025 | -36.59 Mn |
| Dec 31, 2024 | -37.79 Mn |
| Sep 30, 2024 | -40.82 Mn |
| Jun 30, 2024 | -35.94 Mn |
| Mar 31, 2024 | -15,900.00 |
| Dec 31, 2023 | -31.66 Mn |
| Sep 30, 2023 | -30.08 Mn |
| Jun 30, 2023 | -27.99 Mn |
| Mar 31, 2023 | -23.97 Mn |
| Dec 31, 2022 | -35.90 Mn |
| Sep 30, 2022 | -21.94 Mn |
| Jun 30, 2022 | -23.94 Mn |
| Mar 31, 2022 | -24.56 Mn |
| Dec 31, 2021 | -18.70 Mn |
| Sep 30, 2021 | -19.14 Mn |
API Access
Kanzhun Selling, General & Administrative 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=selling-general-and-administrative&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();