Skip to content

BSD to KZT exchange rate API

Bahamian Dollar to Tenge · quoted 2026-09-25

441.9689

▼ +18.49% over 1Y

1 BSD = 441.9689 KZT · 1 KZT = 0.002263 BSD · Get this rate via the API

1 BSD buys 441.9689 KZT as of 2026-09-25, so 1 KZT buys 0.002263 BSD. Over the last year, BSD/KZT traded between 441.9689 and 547.2865, averaged 491.1176 and fell 18.49%. The API holds daily BSD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/KZT over 1Y

BSD/KZT over 1Y: show the values
PointBSD/KZT
2025-09-25542.2301
2025-10-02547.2865
2025-10-09540.3346
2025-10-16538.6588
2025-10-23538.3867
2025-10-30529.0274
2025-11-06525.0888
2025-11-13524.6923
2025-11-20518.7594
2025-11-27518.7704
2025-12-04502.7846
2025-12-12519.9524
2025-12-19516.0141
2025-12-26510.4163
2026-01-02507.2439
2026-01-09510.4914
2026-01-16511.5228
2026-01-23505.1818
2026-01-30502.8606
2026-02-06494.5895
2026-02-13494.8100
2026-02-20493.3417
2026-02-27499.5397
2026-03-06493.5865
2026-03-13491.0424
2026-03-20477.6726
2026-03-27480.9551
2026-04-03472.5634
2026-04-10476.8656
2026-04-17471.6525
2026-04-24464.5693
2026-05-01463.1834
2026-05-08463.1087
2026-05-16469.2782
2026-05-24471.6564
2026-05-31486.8766
2026-06-09485.6602
2026-06-16489.5899
2026-06-23487.5419
2026-06-30485.2133
2026-07-07472.2717
2026-07-14475.1979
2026-07-21470.8280
2026-07-28474.9463
2026-08-04474.8534
2026-08-11466.7387
2026-08-18462.0887
2026-08-26457.6201
2026-09-02458.4577
2026-09-09454.0095
2026-09-16449.5043
2026-09-23447.7478

High

547.2865

Low

441.9689

Average

491.1176

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/KZT API questions

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

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

How far back does BSD/KZT historical data go?

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