Skip to content

PAB to KZT exchange rate API

Balboa to Tenge · quoted 2026-09-25

441.9689

▼ +8.63% over 5Y

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 5 years, PAB/KZT traded between 441.9689 and 547.7732, averaged 499.5846 and fell 8.63%. 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 5Y

PAB/KZT over 5Y: show the values
PointPAB/KZT
2024-08-24483.7372
2024-10-07482.5785
2024-11-06488.7328
2024-12-06522.0038
2025-01-05524.8920
2025-02-04520.6802
2025-03-06496.6795
2025-04-06507.2941
2025-05-06516.5304
2025-06-07510.1011
2025-07-07519.3362
2025-08-06537.2402
2025-09-05539.7890
2025-10-06547.7732
2025-11-05524.4676
2025-12-05505.5475
2026-01-05508.4166
2026-02-04502.4429
2026-03-06493.5865
2026-04-05470.0856
2026-05-05463.8275
2026-06-06485.8944
2026-07-08470.4790
2026-08-07469.2450
2026-09-07455.8688

High

547.7732

Low

441.9689

Average

499.5846

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=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&currencies=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.