Kanzhun (BZ) Exchange Rate Effect (2020 - 2026)
Kanzhun's (BZ) quarterly Exchange Rate Effect came in at -$2.6 million in Q2 2026, down 611.17% year-over-year from $510591.7 in Q2 2025, and up 41.97% quarter-over-quarter from -$4.5 million in Q1 2026.
Kanzhun (BZ) Exchange Rate Effect (2020 - 2026) Analysis & Trends
Kanzhun has disclosed Exchange Rate Effect across 7 years of filings, most recently posting -$2.6 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect fell 611.17% year-over-year to -$2.6 million; the TTM figure through Jun 2026 stood at -$13.2 million (down 3095.25% YoY), while the FY2025 annual figure was -$6.7 million, down 424.36% from the prior year.
- Exchange Rate Effect came in at -$2.6 million for Q2 2026 at Kanzhun, up from -$4.5 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $86.9 million in Q2 2022 to a low of -$30.3 million in Q4 2022.
- Average Exchange Rate Effect over 5 years is $6.7 million, with a median of -$646000.0 recorded in 2023.
- Year-over-year, Exchange Rate Effect jumped 3386.38% in 2022 and slumped 3307.58% in 2026.
- Over 5 years, Exchange Rate Effect stood at -$30.3 million in 2022, then soared by 115.41% to $4.7 million in 2023, then slipped by 28.68% to $3.3 million in 2024, then tumbled by 195.83% to -$3.2 million in 2025, then increased by 18.21% to -$2.6 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$2.6 million in Q2 2026, -$4.5 million in Q1 2026, and -$3.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Automatic Data Processing | 107.89 Bn | 103.66 Bn | 2.51 Bn | -24.10 Mn |
| 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 | -2.61 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 |
|---|---|
| Jun 30, 2026 | -2.61 Mn |
| Mar 31, 2026 | -4.50 Mn |
| Dec 31, 2025 | -3.19 Mn |
| Sep 30, 2025 | -2.94 Mn |
| Jun 30, 2025 | -367,000.00 |
| Mar 31, 2025 | -132,000.00 |
| Dec 31, 2024 | 3.33 Mn |
| Sep 30, 2024 | -2.39 Mn |
| Jun 30, 2024 | 1.49 Mn |
| Mar 31, 2024 | -456,000.00 |
| Dec 31, 2023 | 4.67 Mn |
| Sep 30, 2023 | -836,000.00 |
| Jun 30, 2023 | 17.50 Mn |
| Mar 31, 2023 | -18.08 Mn |
| Dec 31, 2022 | -30.31 Mn |
| Sep 30, 2022 | 79.39 Mn |
| Jun 30, 2022 | 86.86 Mn |
| Mar 31, 2022 | -7.05 Mn |
| Dec 31, 2021 | -27.43 Mn |
| Sep 30, 2021 | 5.93 Mn |
Kanzhun Exchange Rate Effect 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=exchange-rate-effect&ticker=BZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=BZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();