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: show the values
| Point | BBD/KZT |
|---|---|
| 2025-12-31 | 251.3500 |
| 2026-01-07 | 254.7669 |
| 2026-01-14 | 254.8101 |
| 2026-01-21 | 254.1272 |
| 2026-01-28 | 250.8854 |
| 2026-02-04 | 251.2214 |
| 2026-02-11 | 246.0178 |
| 2026-02-18 | 245.0782 |
| 2026-02-25 | 249.5174 |
| 2026-03-04 | 250.0603 |
| 2026-03-11 | 244.2962 |
| 2026-03-18 | 240.3379 |
| 2026-03-25 | 240.8293 |
| 2026-04-01 | 239.1057 |
| 2026-04-08 | 231.2136 |
| 2026-04-15 | 235.8994 |
| 2026-04-22 | 230.5386 |
| 2026-04-29 | 227.5773 |
| 2026-05-06 | 230.7085 |
| 2026-05-14 | 234.7638 |
| 2026-05-21 | 235.7914 |
| 2026-05-29 | 241.6308 |
| 2026-06-05 | 242.8080 |
| 2026-06-14 | 244.7028 |
| 2026-06-21 | 244.0420 |
| 2026-06-28 | 242.9952 |
| 2026-07-05 | 236.3080 |
| 2026-07-12 | 235.6373 |
| 2026-07-19 | 235.2663 |
| 2026-07-26 | 237.3563 |
| 2026-08-02 | 237.0776 |
| 2026-08-09 | 234.4761 |
| 2026-08-16 | 231.7684 |
| 2026-08-24 | 229.6181 |
| 2026-08-31 | 232.1986 |
| 2026-09-07 | 227.9344 |
| 2026-09-14 | 226.1076 |
| 2026-09-21 | 223.4021 |
High
254.8101
Low
222.8039
Average
239.1033
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.