Skip to content

JMD to BDT exchange rate API

Jamaican Dollar to Taka · quoted 2026-09-27

0.78114

▲ +0.56% over 30D

1 JMD = 0.78114 BDT · 1 BDT = 1.2802 JMD · Get this rate via the API

1 JMD buys 0.78114 BDT as of 2026-09-27, so 1 BDT buys 1.2802 JMD. Over the last 30 days, JMD/BDT traded between 0.77409 and 0.78248, averaged 0.77867 and rose 0.56%. The API holds daily JMD/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JMD/BDT over 30D

JMD/BDT over 30D: show the values
PointJMD/BDT
2026-08-280.77683
2026-08-290.77977
2026-08-300.77970
2026-08-310.77409
2026-09-010.77600
2026-09-020.77615
2026-09-030.77570
2026-09-040.77707
2026-09-050.77736
2026-09-060.78052
2026-09-070.77501
2026-09-080.77439
2026-09-090.77609
2026-09-100.78120
2026-09-110.77978
2026-09-120.78129
2026-09-130.77884
2026-09-140.78024
2026-09-150.78116
2026-09-160.78210
2026-09-170.77702
2026-09-180.77828
2026-09-190.77887
2026-09-200.78248
2026-09-210.77855
2026-09-220.77939
2026-09-230.77965
2026-09-240.77978
2026-09-250.78031
2026-09-260.77749
2026-09-270.78114

High

0.78248

Low

0.77409

Average

0.77867

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD&currencies=BDT").json()

Replace YOUR_API_KEY with the key from your dashboard.

JMD/BDT API questions

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

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

How far back does JMD/BDT historical data go?

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