Skip to content

BSD to BTN exchange rate API

Bahamian Dollar to Ngultrum · quoted 2026-09-25

95.9325

▲ +6.83% over YTD

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 year to date, BSD/BTN traded between 89.7957 and 96.5352, averaged 93.8014 and rose 6.83%. 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 YTD

BSD/BTN over YTD: show the values
PointBSD/BTN
2025-12-3189.7957
2026-01-0790.1565
2026-01-1490.2540
2026-01-2191.0922
2026-01-2891.5362
2026-02-0490.3932
2026-02-1190.5569
2026-02-1890.6322
2026-02-2590.8858
2026-03-0492.1034
2026-03-1191.8827
2026-03-1892.3703
2026-03-2593.8923
2026-04-0193.5956
2026-04-0892.4476
2026-04-1593.0707
2026-04-2293.3231
2026-04-2994.4950
2026-05-0695.2284
2026-05-1495.7109
2026-05-2196.3778
2026-05-2995.5812
2026-06-0595.6828
2026-06-1495.2052
2026-06-2194.4532
2026-06-2894.5239
2026-07-0595.3973
2026-07-1295.4862
2026-07-1996.3889
2026-07-2696.5352
2026-08-0295.4498
2026-08-0995.2268
2026-08-1695.5508
2026-08-2495.7019
2026-08-3195.4357
2026-09-0794.4588
2026-09-1495.6739
2026-09-2195.7709

High

96.5352

Low

89.7957

Average

93.8014

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.