Skip to content

BBD to KZT exchange rate API

Barbados Dollar to Tenge · quoted 2026-09-24

222.8039

▼ +18.13% over 1Y

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 last year, BBD/KZT traded between 222.8039 and 274.4410, averaged 245.7829 and fell 18.13%. 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 1Y

BBD/KZT over 1Y: show the values
PointBBD/KZT
2025-09-24272.1388
2025-10-01274.4410
2025-10-08270.6646
2025-10-15268.7745
2025-10-22269.4818
2025-10-29266.7404
2025-11-05262.2338
2025-11-12262.5336
2025-11-19259.8679
2025-11-26258.4487
2025-12-03253.6872
2025-12-11260.0564
2025-12-18257.2454
2025-12-25256.8614
2026-01-01253.6688
2026-01-08255.1810
2026-01-15255.4014
2026-01-22253.8234
2026-01-29252.2719
2026-02-05249.2646
2026-02-12244.9656
2026-02-19245.2076
2026-02-26250.9504
2026-03-05248.3379
2026-03-12245.6383
2026-03-19241.3165
2026-03-26241.2708
2026-04-02237.5993
2026-04-09237.3767
2026-04-16235.5480
2026-04-23230.0584
2026-04-30229.9652
2026-05-07229.1824
2026-05-15233.9921
2026-05-23235.7330
2026-05-30244.1375
2026-06-06242.9472
2026-06-15244.6704
2026-06-22243.9399
2026-06-29243.0378
2026-07-06236.3715
2026-07-13237.3310
2026-07-20235.6063
2026-07-27237.3031
2026-08-03236.8454
2026-08-10234.2441
2026-08-17231.6670
2026-08-25228.6376
2026-09-01230.8055
2026-09-08226.9966
2026-09-15225.0204
2026-09-22224.1977

High

274.4410

Low

222.8039

Average

245.7829

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.