Skip to content

JOD to BTN exchange rate API

Jordanian Dinar to Ngultrum · quoted 2026-09-25

135.3067

▲ +6.83% over YTD

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 year to date, JOD/BTN traded between 126.6512 and 136.1568, averaged 132.2991 and rose 6.83%. 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 YTD

JOD/BTN over YTD: show the values
PointJOD/BTN
2025-12-31126.6512
2026-01-07127.1601
2026-01-14127.2976
2026-01-21128.4798
2026-01-28129.1061
2026-02-04127.4940
2026-02-11127.7249
2026-02-18127.8311
2026-02-25128.1887
2026-03-04129.9061
2026-03-11129.5948
2026-03-18130.2826
2026-03-25132.4292
2026-04-01132.0108
2026-04-08130.3915
2026-04-15131.3385
2026-04-22131.7910
2026-04-29133.2447
2026-05-06134.0415
2026-05-14134.9943
2026-05-21135.9348
2026-05-29134.8113
2026-06-05134.9546
2026-06-14134.2810
2026-06-21133.2203
2026-06-28133.3200
2026-07-05134.5518
2026-07-12134.6772
2026-07-19135.9505
2026-07-26136.1568
2026-08-02134.6260
2026-08-09134.3114
2026-08-16134.7685
2026-08-24134.9815
2026-08-31134.6061
2026-09-07133.2282
2026-09-14134.9420
2026-09-21135.0788

High

136.1568

Low

126.6512

Average

132.2991

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.