PAB to KZT exchange rate API
Balboa to Tenge · quoted 2026-09-25
441.9689
▼ +18.49% over 1Y
1 PAB = 441.9689 KZT · 1 KZT = 0.002263 PAB · Get this rate via the API
1 PAB buys 441.9689 KZT as of 2026-09-25, so 1 KZT buys 0.002263 PAB. Over the last year, PAB/KZT traded between 441.9689 and 547.2865, averaged 491.1183 and fell 18.49%. The API holds daily PAB/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/KZT over 1Y: show the values
| Point | PAB/KZT |
|---|---|
| 2025-09-25 | 542.2301 |
| 2025-10-02 | 547.2865 |
| 2025-10-09 | 540.3346 |
| 2025-10-16 | 538.6588 |
| 2025-10-23 | 538.3867 |
| 2025-10-30 | 529.0274 |
| 2025-11-06 | 525.0888 |
| 2025-11-13 | 524.6923 |
| 2025-11-20 | 518.7594 |
| 2025-11-27 | 518.7704 |
| 2025-12-04 | 502.7846 |
| 2025-12-12 | 519.9524 |
| 2025-12-19 | 516.0141 |
| 2025-12-26 | 510.4163 |
| 2026-01-02 | 507.2439 |
| 2026-01-09 | 510.4914 |
| 2026-01-16 | 511.5228 |
| 2026-01-23 | 505.1818 |
| 2026-01-30 | 502.8606 |
| 2026-02-06 | 494.5895 |
| 2026-02-13 | 494.8100 |
| 2026-02-20 | 493.3417 |
| 2026-02-27 | 499.5397 |
| 2026-03-06 | 493.5865 |
| 2026-03-13 | 491.0424 |
| 2026-03-20 | 477.6726 |
| 2026-03-27 | 480.9551 |
| 2026-04-03 | 472.5634 |
| 2026-04-10 | 476.8696 |
| 2026-04-17 | 471.6721 |
| 2026-04-24 | 464.5693 |
| 2026-05-01 | 463.1953 |
| 2026-05-08 | 463.1087 |
| 2026-05-16 | 469.2782 |
| 2026-05-24 | 471.6564 |
| 2026-05-31 | 486.8766 |
| 2026-06-09 | 485.6602 |
| 2026-06-16 | 489.5899 |
| 2026-06-23 | 487.5419 |
| 2026-06-30 | 485.2133 |
| 2026-07-07 | 472.2717 |
| 2026-07-14 | 475.1979 |
| 2026-07-21 | 470.8280 |
| 2026-07-28 | 474.9463 |
| 2026-08-04 | 474.8534 |
| 2026-08-11 | 466.7387 |
| 2026-08-18 | 462.0887 |
| 2026-08-26 | 457.6201 |
| 2026-09-02 | 458.4577 |
| 2026-09-09 | 454.0095 |
| 2026-09-16 | 449.5043 |
| 2026-09-23 | 447.7478 |
High
547.2865
Low
441.9689
Average
491.1183
Get this rate via the API
One GET request returns the PAB/KZT rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/KZT API questions
How do I get the PAB/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/KZT rate in rates.KZT.
How far back does PAB/KZT historical data go?
Daily PAB/KZT rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PAB/KZT exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.