Skip to content

BSD to BTN exchange rate API

Bahamian Dollar to Ngultrum · quoted 2026-09-25

95.9325

▲ +8.11% over 1Y

1 BSD = 95.9325 BTN · 1 BTN = 0.01042 BSD · Get this rate via the API

1 BSD buys 95.9325 BTN as of 2026-09-25, so 1 BTN buys 0.01042 BSD. Over the last year, BSD/BTN traded between 87.6574 and 96.4450, averaged 92.5226 and rose 8.11%. The API holds daily BSD/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/BTN over 1Y

BSD/BTN over 1Y: show the values
PointBSD/BTN
2025-09-2588.7375
2025-10-0288.6805
2025-10-0988.7417
2025-10-1687.6574
2025-10-2387.7945
2025-10-3088.3637
2025-11-0688.6130
2025-11-1388.6261
2025-11-2088.5037
2025-11-2789.1667
2025-12-0490.2043
2025-12-1290.2709
2025-12-1990.2374
2025-12-2690.0128
2026-01-0289.9342
2026-01-0989.8831
2026-01-1690.3206
2026-01-2391.5901
2026-01-3091.9287
2026-02-0690.3387
2026-02-1390.6255
2026-02-2091.0243
2026-02-2790.9778
2026-03-0691.6089
2026-03-1392.2871
2026-03-2092.9367
2026-03-2794.1543
2026-04-0392.7103
2026-04-1092.6076
2026-04-1793.3048
2026-04-2494.0352
2026-05-0194.8604
2026-05-0894.2588
2026-05-1695.9899
2026-05-2495.7287
2026-05-3194.9877
2026-06-0995.6379
2026-06-1694.5978
2026-06-2394.6890
2026-06-3094.5644
2026-07-0795.3421
2026-07-1495.8350
2026-07-2196.4450
2026-07-2895.7506
2026-08-0495.4066
2026-08-1195.4099
2026-08-1895.6739
2026-08-2695.2765
2026-09-0294.9469
2026-09-0994.9629
2026-09-1695.8912
2026-09-2395.6310

High

96.4450

Low

87.6574

Average

92.5226

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/BTN API questions

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

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

How far back does BSD/BTN historical data go?

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