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: show the values
| Point | JOD/BTN |
|---|---|
| 2025-12-31 | 126.6512 |
| 2026-01-07 | 127.1601 |
| 2026-01-14 | 127.2976 |
| 2026-01-21 | 128.4798 |
| 2026-01-28 | 129.1061 |
| 2026-02-04 | 127.4940 |
| 2026-02-11 | 127.7249 |
| 2026-02-18 | 127.8311 |
| 2026-02-25 | 128.1887 |
| 2026-03-04 | 129.9061 |
| 2026-03-11 | 129.5948 |
| 2026-03-18 | 130.2826 |
| 2026-03-25 | 132.4292 |
| 2026-04-01 | 132.0108 |
| 2026-04-08 | 130.3915 |
| 2026-04-15 | 131.3385 |
| 2026-04-22 | 131.7910 |
| 2026-04-29 | 133.2447 |
| 2026-05-06 | 134.0415 |
| 2026-05-14 | 134.9943 |
| 2026-05-21 | 135.9348 |
| 2026-05-29 | 134.8113 |
| 2026-06-05 | 134.9546 |
| 2026-06-14 | 134.2810 |
| 2026-06-21 | 133.2203 |
| 2026-06-28 | 133.3200 |
| 2026-07-05 | 134.5518 |
| 2026-07-12 | 134.6772 |
| 2026-07-19 | 135.9505 |
| 2026-07-26 | 136.1568 |
| 2026-08-02 | 134.6260 |
| 2026-08-09 | 134.3114 |
| 2026-08-16 | 134.7685 |
| 2026-08-24 | 134.9815 |
| 2026-08-31 | 134.6061 |
| 2026-09-07 | 133.2282 |
| 2026-09-14 | 134.9420 |
| 2026-09-21 | 135.0788 |
High
136.1568
Low
126.6512
Average
132.2991
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.