Skip to content

BSD to JMD exchange rate API

Bahamian Dollar to Jamaican Dollar · quoted 2026-09-24

157.9140

▼ +1.46% over 1Y

1 BSD = 157.9140 JMD · 1 JMD = 0.006333 BSD · Get this rate via the API

1 BSD buys 157.9140 JMD as of 2026-09-24, so 1 JMD buys 0.006333 BSD. Over the last year, BSD/JMD traded between 155.2062 and 160.9047, averaged 158.3930 and fell 1.46%. The API holds daily BSD/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/JMD over 1Y

BSD/JMD over 1Y: show the values
PointBSD/JMD
2025-09-24160.2481
2025-10-01160.3361
2025-10-08160.1058
2025-10-15160.3262
2025-10-22160.9047
2025-10-29160.3507
2025-11-05160.5186
2025-11-12160.6140
2025-11-19160.5414
2025-11-26160.3119
2025-12-03160.3932
2025-12-11159.7324
2025-12-18160.0296
2025-12-25159.4772
2026-01-01158.9429
2026-01-08158.6548
2026-01-15158.0308
2026-01-22157.5090
2026-01-29156.7631
2026-02-05156.8265
2026-02-12156.4637
2026-02-19156.2373
2026-02-26155.2062
2026-03-05156.2479
2026-03-12157.2183
2026-03-19157.9858
2026-03-26158.0500
2026-04-02158.1386
2026-04-09157.4233
2026-04-16157.8149
2026-04-23158.4199
2026-04-30156.8110
2026-05-07157.5621
2026-05-15158.1091
2026-05-23157.6305
2026-05-30157.2933
2026-06-06157.7249
2026-06-15158.2721
2026-06-22157.9462
2026-06-29157.7069
2026-07-06158.4226
2026-07-13158.5278
2026-07-20158.2943
2026-07-27158.3340
2026-08-03157.8126
2026-08-10158.3753
2026-08-17158.0304
2026-08-25158.1453
2026-09-01158.1717
2026-09-08158.6622
2026-09-15157.6086
2026-09-22157.6489

High

160.9047

Low

155.2062

Average

158.3930

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/JMD API questions

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

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

How far back does BSD/JMD historical data go?

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