Kanzhun (BZ) Change in Account Payables (2021 - 2025)
Kanzhun's (BZ) quarterly Change in Account Payables came in at $2.1 million in Q1 2025, down 44.02% year-over-year from $3.8 million in Q1 2024, and down 44.02% quarter-over-quarter from $3.8 million in Q1 2024.
Kanzhun (BZ) Change in Account Payables (2021 - 2025) Analysis & Trends
Kanzhun has disclosed Change in Account Payables across 4 years of filings, most recently posting $2.1 million for Q1 2025.
- In Q1 2025, Change in Account Payables fell 44.02% year-over-year to $2.1 million; the TTM figure through Mar 2025 stood at $4.7 million (up 73.47% YoY), while the FY2025 annual figure was -$677000.0, up 82.76% from the prior year.
- Change in Account Payables came in at $2.1 million for Q1 2025 at Kanzhun, down from $3.8 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $3.8 million in Q1 2024 to a low of -$7.6 million in Q3 2021.
- Average Change in Account Payables over 4 years is -$469523.5, with a median of $825795.2 recorded in 2022.
- Year-over-year, Change in Account Payables jumped 1098.82% in 2022 and tumbled 44.02% in 2025.
- Over 4 years, Change in Account Payables stood at $127161.0 in 2021, then jumped by 1098.82% to $1.5 million in 2022, then surged by 147.99% to $3.8 million in 2024, then plunged by 44.02% to $2.1 million in 2025.
- Per Business Quant data, the three most recent Change in Account Payables figures were $2.1 million in Q1 2025, $3.8 million in Q1 2024, and $1.5 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | 28.50 Mn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | - |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | -1.70 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -1.46 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 | 34,000.00 |
| 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 | 2.12 Mn |
| Mar 31, 2024 | 3.78 Mn |
| Dec 31, 2022 | 1.52 Mn |
| Sep 30, 2022 | -2.72 Mn |
| Dec 31, 2021 | 127,161.00 |
| Sep 30, 2021 | -7.64 Mn |
Kanzhun Change in Account Payables 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=change-in-account-payables&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();