Skip to content

KZT to PAB exchange rate API

Tenge to Balboa · quoted 2026-09-25

0.002262

▲ +22.67% over 1Y

1 KZT = 0.002262 PAB · 1 PAB = 442.0866 KZT · Get this rate via the API

1 KZT buys 0.002262 PAB as of 2026-09-25, so 1 PAB buys 442.0866 KZT. Over the last year, KZT/PAB traded between 0.001827 and 0.002262, averaged 0.002042 and rose 22.67%. The API holds daily KZT/PAB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KZT/PAB over 1Y

KZT/PAB over 1Y: show the values
PointKZT/PAB
2025-09-250.001844
2025-10-020.001827
2025-10-090.001850
2025-10-160.001856
2025-10-230.001857
2025-10-300.001890
2025-11-060.001904
2025-11-130.001905
2025-11-200.001927
2025-11-270.001927
2025-12-040.001988
2025-12-120.001923
2025-12-190.001937
2025-12-260.001959
2026-01-020.001971
2026-01-090.001958
2026-01-160.001954
2026-01-230.001979
2026-01-300.001988
2026-02-060.002021
2026-02-130.002020
2026-02-200.002026
2026-02-270.002001
2026-03-060.002025
2026-03-130.002036
2026-03-200.002093
2026-03-270.002079
2026-04-030.002116
2026-04-100.002097
2026-04-170.002120
2026-04-240.002152
2026-05-010.002158
2026-05-080.002159
2026-05-160.002130
2026-05-240.002120
2026-05-310.002053
2026-06-090.002059
2026-06-160.002042
2026-06-230.002051
2026-06-300.002060
2026-07-070.002117
2026-07-140.002104
2026-07-210.002123
2026-07-280.002105
2026-08-040.002105
2026-08-110.002142
2026-08-180.002164
2026-08-260.002185
2026-09-020.002181
2026-09-090.002202
2026-09-160.002224
2026-09-230.002233

High

0.002262

Low

0.001827

Average

0.002042

For developers

Get this rate via the API

One GET request returns the KZT/PAB rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=PAB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=PAB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=PAB").json()

Replace YOUR_API_KEY with the key from your dashboard.

KZT/PAB API questions

How do I get the KZT/PAB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=PAB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KZT/PAB rate in rates.PAB.

How far back does KZT/PAB historical data go?

Daily KZT/PAB 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 KZT/PAB 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.