JOD to THB exchange rate API
Jordanian Dinar to Baht · quoted 2026-09-26
47.1128
▲ +3.53% over 1Y
1 JOD = 47.1128 THB · 1 THB = 0.02123 JOD · Get this rate via the API
1 JOD buys 47.1128 THB as of 2026-09-26, so 1 THB buys 0.02123 JOD. Over the last year, JOD/THB traded between 43.7846 and 47.6863, averaged 45.7397 and rose 3.53%. 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 1Y: show the values
| Point | JOD/THB |
|---|---|
| 2025-09-26 | 45.5081 |
| 2025-10-03 | 45.6908 |
| 2025-10-10 | 46.1282 |
| 2025-10-17 | 46.2132 |
| 2025-10-24 | 46.1987 |
| 2025-10-31 | 45.5920 |
| 2025-11-07 | 45.6132 |
| 2025-11-14 | 45.6987 |
| 2025-11-21 | 45.7682 |
| 2025-11-28 | 45.4093 |
| 2025-12-05 | 44.9293 |
| 2025-12-13 | 44.4413 |
| 2025-12-20 | 44.3814 |
| 2025-12-27 | 43.7846 |
| 2026-01-03 | 44.4582 |
| 2026-01-10 | 44.2625 |
| 2026-01-17 | 44.3411 |
| 2026-01-24 | 43.8579 |
| 2026-01-31 | 44.4858 |
| 2026-02-07 | 44.4500 |
| 2026-02-14 | 43.8222 |
| 2026-02-21 | 43.8222 |
| 2026-02-28 | 43.8375 |
| 2026-03-07 | 44.9237 |
| 2026-03-14 | 45.7014 |
| 2026-03-21 | 46.3893 |
| 2026-03-28 | 46.3449 |
| 2026-04-04 | 46.1071 |
| 2026-04-11 | 45.2776 |
| 2026-04-18 | 45.3013 |
| 2026-04-25 | 45.6040 |
| 2026-05-02 | 45.8418 |
| 2026-05-09 | 45.4178 |
| 2026-05-17 | 46.0409 |
| 2026-05-25 | 45.8104 |
| 2026-06-01 | 45.9173 |
| 2026-06-10 | 46.4812 |
| 2026-06-17 | 46.0014 |
| 2026-06-24 | 47.1514 |
| 2026-07-01 | 47.0873 |
| 2026-07-08 | 47.1725 |
| 2026-07-15 | 47.4536 |
| 2026-07-22 | 47.6863 |
| 2026-07-29 | 47.2918 |
| 2026-08-05 | 46.7419 |
| 2026-08-12 | 46.6293 |
| 2026-08-20 | 46.4245 |
| 2026-08-27 | 46.3403 |
| 2026-09-03 | 46.5232 |
| 2026-09-10 | 46.5374 |
| 2026-09-17 | 46.9740 |
| 2026-09-24 | 47.2218 |
High
47.6863
Low
43.7846
Average
45.7397
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.