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: show the values
| Point | BBD/KZT |
|---|---|
| 2025-09-24 | 272.1388 |
| 2025-10-01 | 274.4410 |
| 2025-10-08 | 270.6646 |
| 2025-10-15 | 268.7745 |
| 2025-10-22 | 269.4818 |
| 2025-10-29 | 266.7404 |
| 2025-11-05 | 262.2338 |
| 2025-11-12 | 262.5336 |
| 2025-11-19 | 259.8679 |
| 2025-11-26 | 258.4487 |
| 2025-12-03 | 253.6872 |
| 2025-12-11 | 260.0564 |
| 2025-12-18 | 257.2454 |
| 2025-12-25 | 256.8614 |
| 2026-01-01 | 253.6688 |
| 2026-01-08 | 255.1810 |
| 2026-01-15 | 255.4014 |
| 2026-01-22 | 253.8234 |
| 2026-01-29 | 252.2719 |
| 2026-02-05 | 249.2646 |
| 2026-02-12 | 244.9656 |
| 2026-02-19 | 245.2076 |
| 2026-02-26 | 250.9504 |
| 2026-03-05 | 248.3379 |
| 2026-03-12 | 245.6383 |
| 2026-03-19 | 241.3165 |
| 2026-03-26 | 241.2708 |
| 2026-04-02 | 237.5993 |
| 2026-04-09 | 237.3767 |
| 2026-04-16 | 235.5480 |
| 2026-04-23 | 230.0584 |
| 2026-04-30 | 229.9652 |
| 2026-05-07 | 229.1824 |
| 2026-05-15 | 233.9921 |
| 2026-05-23 | 235.7330 |
| 2026-05-30 | 244.1375 |
| 2026-06-06 | 242.9472 |
| 2026-06-15 | 244.6704 |
| 2026-06-22 | 243.9399 |
| 2026-06-29 | 243.0378 |
| 2026-07-06 | 236.3715 |
| 2026-07-13 | 237.3310 |
| 2026-07-20 | 235.6063 |
| 2026-07-27 | 237.3031 |
| 2026-08-03 | 236.8454 |
| 2026-08-10 | 234.2441 |
| 2026-08-17 | 231.6670 |
| 2026-08-25 | 228.6376 |
| 2026-09-01 | 230.8055 |
| 2026-09-08 | 226.9966 |
| 2026-09-15 | 225.0204 |
| 2026-09-22 | 224.1977 |
High
274.4410
Low
222.8039
Average
245.7829
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.