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: show the values
| Point | JOD/BTN |
|---|---|
| 2025-09-25 | 125.1587 |
| 2025-10-02 | 125.0783 |
| 2025-10-09 | 125.1646 |
| 2025-10-16 | 123.6353 |
| 2025-10-23 | 123.8286 |
| 2025-10-30 | 124.6314 |
| 2025-11-06 | 124.9831 |
| 2025-11-13 | 125.0016 |
| 2025-11-20 | 124.8289 |
| 2025-11-27 | 125.7640 |
| 2025-12-04 | 127.2275 |
| 2025-12-12 | 127.3214 |
| 2025-12-19 | 127.2741 |
| 2025-12-26 | 126.9575 |
| 2026-01-02 | 126.8466 |
| 2026-01-09 | 126.7745 |
| 2026-01-16 | 127.3915 |
| 2026-01-23 | 129.1820 |
| 2026-01-30 | 129.6597 |
| 2026-02-06 | 127.4170 |
| 2026-02-13 | 127.8216 |
| 2026-02-20 | 128.3840 |
| 2026-02-27 | 128.3185 |
| 2026-03-06 | 129.2086 |
| 2026-03-13 | 130.1652 |
| 2026-03-20 | 131.0813 |
| 2026-03-27 | 132.7987 |
| 2026-04-03 | 130.7621 |
| 2026-04-10 | 130.4502 |
| 2026-04-17 | 131.6010 |
| 2026-04-24 | 132.6441 |
| 2026-05-01 | 133.8213 |
| 2026-05-08 | 133.3754 |
| 2026-05-16 | 135.3877 |
| 2026-05-24 | 135.0194 |
| 2026-05-31 | 133.9741 |
| 2026-06-09 | 134.8913 |
| 2026-06-16 | 133.4243 |
| 2026-06-23 | 133.5528 |
| 2026-06-30 | 133.3772 |
| 2026-07-07 | 134.4740 |
| 2026-07-14 | 135.1692 |
| 2026-07-21 | 136.0296 |
| 2026-07-28 | 135.0502 |
| 2026-08-04 | 134.5650 |
| 2026-08-11 | 134.5697 |
| 2026-08-18 | 134.9421 |
| 2026-08-26 | 134.3816 |
| 2026-09-02 | 133.9167 |
| 2026-09-09 | 133.9392 |
| 2026-09-16 | 135.2486 |
| 2026-09-23 | 134.8815 |
High
136.0296
Low
123.6353
Average
130.5030
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.