JOD to THB exchange rate API
Jordanian Dinar to Baht · quoted 2026-09-25
47.0465
▲ +1.41% over 6M
1 JOD = 47.0465 THB · 1 THB = 0.02126 JOD · Get this rate via the API
1 JOD buys 47.0465 THB as of 2026-09-25, so 1 THB buys 0.02126 JOD. Over the last 6 months, JOD/THB traded between 45.2019 and 47.7075, averaged 46.4637 and rose 1.41%. The API holds daily JOD/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/THB over 6M: show the values
| Point | JOD/THB |
|---|---|
| 2026-03-29 | 46.3931 |
| 2026-04-05 | 46.0629 |
| 2026-04-12 | 45.4615 |
| 2026-04-19 | 45.2019 |
| 2026-04-26 | 45.6474 |
| 2026-05-03 | 45.8125 |
| 2026-05-10 | 45.4683 |
| 2026-05-18 | 45.9717 |
| 2026-05-26 | 46.0653 |
| 2026-06-02 | 45.9588 |
| 2026-06-11 | 46.4734 |
| 2026-06-18 | 46.2487 |
| 2026-06-25 | 47.1083 |
| 2026-07-02 | 46.9924 |
| 2026-07-09 | 47.1716 |
| 2026-07-16 | 47.3413 |
| 2026-07-23 | 47.7075 |
| 2026-07-30 | 47.3128 |
| 2026-08-06 | 46.6366 |
| 2026-08-13 | 46.7276 |
| 2026-08-21 | 46.0855 |
| 2026-08-28 | 46.4816 |
| 2026-09-04 | 46.4320 |
| 2026-09-11 | 46.6362 |
| 2026-09-18 | 47.0435 |
| 2026-09-25 | 47.0307 |
High
47.7075
Low
45.2019
Average
46.4637
Get this rate via the API
One GET request returns the JOD/THB 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=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/THB API questions
How do I get the JOD/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/THB rate in rates.THB.
How far back does JOD/THB historical data go?
Daily JOD/THB 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/THB 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.