Skip to content

JOD to BTN exchange rate API

Jordanian Dinar to Ngultrum · quoted 2026-09-25

135.3067

▲ +8.11% over 1Y

1 JOD = 135.3067 BTN · 1 BTN = 0.007391 JOD · Get this rate via the API

1 JOD buys 135.3067 BTN as of 2026-09-25, so 1 BTN buys 0.007391 JOD. Over the last year, JOD/BTN traded between 123.6353 and 136.0296, averaged 130.5030 and rose 8.11%. The API holds daily JOD/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/BTN over 1Y

JOD/BTN over 1Y: show the values
PointJOD/BTN
2025-09-25125.1587
2025-10-02125.0783
2025-10-09125.1646
2025-10-16123.6353
2025-10-23123.8286
2025-10-30124.6314
2025-11-06124.9831
2025-11-13125.0016
2025-11-20124.8289
2025-11-27125.7640
2025-12-04127.2275
2025-12-12127.3214
2025-12-19127.2741
2025-12-26126.9575
2026-01-02126.8466
2026-01-09126.7745
2026-01-16127.3915
2026-01-23129.1820
2026-01-30129.6597
2026-02-06127.4170
2026-02-13127.8216
2026-02-20128.3840
2026-02-27128.3185
2026-03-06129.2086
2026-03-13130.1652
2026-03-20131.0813
2026-03-27132.7987
2026-04-03130.7621
2026-04-10130.4502
2026-04-17131.6010
2026-04-24132.6441
2026-05-01133.8213
2026-05-08133.3754
2026-05-16135.3877
2026-05-24135.0194
2026-05-31133.9741
2026-06-09134.8913
2026-06-16133.4243
2026-06-23133.5528
2026-06-30133.3772
2026-07-07134.4740
2026-07-14135.1692
2026-07-21136.0296
2026-07-28135.0502
2026-08-04134.5650
2026-08-11134.5697
2026-08-18134.9421
2026-08-26134.3816
2026-09-02133.9167
2026-09-09133.9392
2026-09-16135.2486
2026-09-23134.8815

High

136.0296

Low

123.6353

Average

130.5030

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/BTN API questions

How do I get the JOD/BTN exchange rate from an API?

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

How far back does JOD/BTN historical data go?

Daily JOD/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 JOD/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.