Kanzhun (BZ) Change in Receivables (2021 - 2025)
Kanzhun's (BZ) quarterly Change in Receivables came in at $262751.2 in Q1 2025, up 178.58% year-over-year from $94317.9 in Q1 2024, and up 178.58% quarter-over-quarter from -$334372.4 in Q1 2024.
Kanzhun (BZ) Change in Receivables (2021 - 2025) Analysis & Trends
Kanzhun has disclosed Change in Receivables across 4 years of filings, most recently posting $262751.2 for Q1 2025.
- In Q1 2025, Change in Receivables rose 178.58% year-over-year to $262751.2; the TTM figure through Mar 2025 stood at -$784544.8 (up 27.92% YoY), while the FY2025 annual figure was $1.0 million, up 142.74% from the prior year.
- Change in Receivables came in at $262751.2 for Q1 2025 at Kanzhun, up from -$334372.4 in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $286901.7 in Q3 2021 to a low of -$365209.8 in Q3 2022.
- Average Change in Receivables over 4 years is -$89796.5, with a median of -$187754.1 recorded in 2021.
- Year-over-year, Change in Receivables sank 745.28% in 2022 and soared 178.58% in 2025.
- Over 4 years, Change in Receivables stood at -$41135.7 in 2021, then slumped by 745.28% to -$347713.9 in 2022, then rose by 3.84% to -$334372.4 in 2024, then soared by 178.58% to $262751.2 in 2025.
- Per Business Quant data, the three most recent Change in Receivables figures were $262751.2 in Q1 2025, -$334372.4 in Q1 2024, and -$347713.9 in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | -34.40 Mn |
| 2 | Paychex | 41.30 Bn | 40.16 Bn | 1.19 Bn | 38.70 Mn |
| 3 | Paycom Software | 10.03 Bn | 9.83 Bn | 412.40 Mn | 2.10 Mn |
| 4 | Paylocity Holding | 7.66 Bn | 7.38 Bn | 300.38 Mn | -2.38 Mn |
| 5 | Kanzhun | 6.89 Bn | 4.58 Bn | 306.38 Mn | - |
| 6 | Alight | 312.06 Mn | 99.06 Mn | 142.00 Mn | -19.00 Mn |
| 7 | Asure Software | 233.76 Mn | 214.08 Mn | 25.06 Mn | -342,000.00 |
| 8 | Dhi | 211.36 Mn | 207.59 Mn | 25.04 Mn | -2.55 Mn |
| 9 | CXApp | 4.15 Mn | 4.15 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 262,751.23 |
| Mar 31, 2024 | -334,372.39 |
| Dec 31, 2022 | -347,713.88 |
| Sep 30, 2022 | -365,209.79 |
| Dec 31, 2021 | -41,135.72 |
| Sep 30, 2021 | 286,901.65 |
Kanzhun Change in Receivables 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-receivables&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();