Kanzhun (BZ) Other Working Capital Changes (2021 - 2025)
Kanzhun's (BZ) quarterly Other Working Capital Changes came in at -$5.5 million in Q1 2025, up 19.72% year-over-year from -$4.6 million in Q1 2024, and up 19.72% quarter-over-quarter from -$6.9 million in Q1 2024.
Kanzhun (BZ) Other Working Capital Changes (2021 - 2025) Analysis & Trends
Kanzhun has disclosed Other Working Capital Changes across 4 years of filings, most recently posting -$5.5 million for Q1 2025.
- In Q1 2025, Other Working Capital Changes rose 19.72% year-over-year to -$5.5 million; the TTM figure through Mar 2025 stood at -$24.1 million (up 3.0% YoY), while the FY2025 annual figure was -$21.2 million, up 14.36% from the prior year.
- Other Working Capital Changes came in at -$5.5 million for Q1 2025 at Kanzhun, up from -$6.9 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $48.3 million in Q1 2024 to a low of $1.4 million in Q3 2021.
- Average Other Working Capital Changes over 4 years is $18.2 million, with a median of $10.5 million recorded in 2021.
- Year-over-year, Other Working Capital Changes tumbled 96.1% in 2022 and advanced 19.72% in 2025.
- Over 4 years, Other Working Capital Changes stood at -$6.3 million in 2021, then grew by 11.74% to -$5.5 million in 2022, then declined by 24.33% to -$6.9 million in 2024, then gained by 19.72% to -$5.5 million in 2025.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$5.5 million in Q1 2025, -$6.9 million in Q1 2024, and -$5.5 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn |
| 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 |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 35.31 Mn |
| Mar 31, 2025 | 35.31 Mn |
| Mar 31, 2024 | 48.34 Mn |
| Mar 31, 2024 | 48.34 Mn |
| Dec 31, 2022 | 3.12 Mn |
| Dec 31, 2022 | 3.12 Mn |
| Sep 30, 2022 | 8.72 Mn |
| Sep 30, 2022 | 8.72 Mn |
| Dec 31, 2021 | 12.33 Mn |
| Dec 31, 2021 | 12.33 Mn |
| Sep 30, 2021 | 1.43 Mn |
| Sep 30, 2021 | 1.43 Mn |
Kanzhun Other Working Capital Changes 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=other-working-capital-changes&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();