JOD to THB exchange rate API
Jordanian Dinar to Baht · quoted 2026-09-25
47.0465
▲ +5.31% over YTD
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 year to date, JOD/THB traded between 43.8186 and 47.5539, averaged 45.7451 and rose 5.31%. 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 YTD: show the values
| Point | JOD/THB |
|---|---|
| 2025-12-31 | 44.6754 |
| 2026-01-07 | 44.1890 |
| 2026-01-14 | 44.3941 |
| 2026-01-21 | 43.8186 |
| 2026-01-28 | 43.8786 |
| 2026-02-04 | 44.6161 |
| 2026-02-11 | 43.8650 |
| 2026-02-18 | 44.0766 |
| 2026-02-25 | 43.8571 |
| 2026-03-04 | 44.4005 |
| 2026-03-11 | 44.8025 |
| 2026-03-18 | 46.0722 |
| 2026-03-25 | 45.9657 |
| 2026-04-01 | 45.8535 |
| 2026-04-08 | 44.9578 |
| 2026-04-15 | 45.2680 |
| 2026-04-22 | 45.4220 |
| 2026-04-29 | 46.0572 |
| 2026-05-06 | 45.3957 |
| 2026-05-14 | 45.5783 |
| 2026-05-21 | 46.0997 |
| 2026-05-29 | 45.8671 |
| 2026-06-05 | 46.0294 |
| 2026-06-14 | 46.1087 |
| 2026-06-21 | 46.3916 |
| 2026-06-28 | 47.0726 |
| 2026-07-05 | 46.7823 |
| 2026-07-12 | 47.0070 |
| 2026-07-19 | 47.4421 |
| 2026-07-26 | 47.5539 |
| 2026-08-02 | 47.1570 |
| 2026-08-09 | 46.5562 |
| 2026-08-16 | 46.7540 |
| 2026-08-24 | 46.1004 |
| 2026-08-31 | 46.7770 |
| 2026-09-07 | 46.3969 |
| 2026-09-14 | 46.8969 |
| 2026-09-21 | 46.8759 |
High
47.5539
Low
43.8186
Average
45.7451
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.