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: show the values
| Point | BSD/BTN |
|---|---|
| 2025-12-31 | 89.7957 |
| 2026-01-07 | 90.1565 |
| 2026-01-14 | 90.2540 |
| 2026-01-21 | 91.0922 |
| 2026-01-28 | 91.5362 |
| 2026-02-04 | 90.3932 |
| 2026-02-11 | 90.5569 |
| 2026-02-18 | 90.6322 |
| 2026-02-25 | 90.8858 |
| 2026-03-04 | 92.1034 |
| 2026-03-11 | 91.8827 |
| 2026-03-18 | 92.3703 |
| 2026-03-25 | 93.8923 |
| 2026-04-01 | 93.5956 |
| 2026-04-08 | 92.4476 |
| 2026-04-15 | 93.0707 |
| 2026-04-22 | 93.3231 |
| 2026-04-29 | 94.4950 |
| 2026-05-06 | 95.2284 |
| 2026-05-14 | 95.7109 |
| 2026-05-21 | 96.3778 |
| 2026-05-29 | 95.5812 |
| 2026-06-05 | 95.6828 |
| 2026-06-14 | 95.2052 |
| 2026-06-21 | 94.4532 |
| 2026-06-28 | 94.5239 |
| 2026-07-05 | 95.3973 |
| 2026-07-12 | 95.4862 |
| 2026-07-19 | 96.3889 |
| 2026-07-26 | 96.5352 |
| 2026-08-02 | 95.4498 |
| 2026-08-09 | 95.2268 |
| 2026-08-16 | 95.5508 |
| 2026-08-24 | 95.7019 |
| 2026-08-31 | 95.4357 |
| 2026-09-07 | 94.4588 |
| 2026-09-14 | 95.6739 |
| 2026-09-21 | 95.7709 |
High
96.5352
Low
89.7957
Average
93.8014
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.