Skip to content

BSD to THB exchange rate API

Bahamian Dollar to Baht · quoted 2026-09-26

33.3965

▲ +3.51% over 1Y

1 BSD = 33.3965 THB · 1 THB = 0.02994 BSD · Get this rate via the API

1 BSD buys 33.3965 THB as of 2026-09-26, so 1 THB buys 0.02994 BSD. Over the last year, BSD/THB traded between 31.0433 and 33.8096, averaged 32.4306 and rose 3.51%. The API holds daily BSD/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/THB over 1Y

BSD/THB over 1Y: show the values
PointBSD/THB
2025-09-2632.2653
2025-10-0332.3948
2025-10-1032.7049
2025-10-1732.7652
2025-10-2432.7549
2025-10-3132.3247
2025-11-0732.3398
2025-11-1432.4004
2025-11-2132.4497
2025-11-2832.1952
2025-12-0531.8549
2025-12-1331.5089
2025-12-2031.4664
2025-12-2731.0433
2026-01-0331.5209
2026-01-1031.3821
2026-01-1731.4379
2026-01-2431.0953
2026-01-3131.5405
2026-02-0731.5150
2026-02-1431.0700
2026-02-2131.0700
2026-02-2831.0808
2026-03-0731.8509
2026-03-1432.4023
2026-03-2132.8900
2026-03-2832.8565
2026-04-0432.6899
2026-04-1132.1149
2026-04-1832.1209
2026-04-2532.3889
2026-05-0232.4963
2026-05-0932.2071
2026-05-1732.6430
2026-05-2532.4796
2026-06-0132.5554
2026-06-1032.9552
2026-06-1732.6150
2026-06-2433.4303
2026-07-0133.3849
2026-07-0833.4453
2026-07-1533.6446
2026-07-2233.8096
2026-07-2933.5299
2026-08-0533.1400
2026-08-1233.0602
2026-08-2032.9150
2026-08-2732.8553
2026-09-0332.9849
2026-09-1032.9950
2026-09-1733.3046
2026-09-2433.4802

High

33.8096

Low

31.0433

Average

32.4306

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/THB API questions

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

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

How far back does BSD/THB historical data go?

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