Skip to content

BBD to KZT exchange rate API

Barbados Dollar to Tenge · quoted 2026-09-24

222.8039

▼ +11.36% over YTD

1 BBD = 222.8039 KZT · 1 KZT = 0.004488 BBD · Get this rate via the API

1 BBD buys 222.8039 KZT as of 2026-09-24, so 1 KZT buys 0.004488 BBD. Over the year to date, BBD/KZT traded between 222.8039 and 254.8101, averaged 239.1033 and fell 11.36%. The API holds daily BBD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/KZT over YTD

BBD/KZT over YTD: show the values
PointBBD/KZT
2025-12-31251.3500
2026-01-07254.7669
2026-01-14254.8101
2026-01-21254.1272
2026-01-28250.8854
2026-02-04251.2214
2026-02-11246.0178
2026-02-18245.0782
2026-02-25249.5174
2026-03-04250.0603
2026-03-11244.2962
2026-03-18240.3379
2026-03-25240.8293
2026-04-01239.1057
2026-04-08231.2136
2026-04-15235.8994
2026-04-22230.5386
2026-04-29227.5773
2026-05-06230.7085
2026-05-14234.7638
2026-05-21235.7914
2026-05-29241.6308
2026-06-05242.8080
2026-06-14244.7028
2026-06-21244.0420
2026-06-28242.9952
2026-07-05236.3080
2026-07-12235.6373
2026-07-19235.2663
2026-07-26237.3563
2026-08-02237.0776
2026-08-09234.4761
2026-08-16231.7684
2026-08-24229.6181
2026-08-31232.1986
2026-09-07227.9344
2026-09-14226.1076
2026-09-21223.4021

High

254.8101

Low

222.8039

Average

239.1033

For developers

Get this rate via the API

One GET request returns the BBD/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=BBD&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/KZT API questions

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

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

How far back does BBD/KZT historical data go?

Daily BBD/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 BBD/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.