JOD to THB exchange rate API
Jordanian Dinar to Baht · quoted 2026-09-25
47.0825
▼ +1.52% over 5Y
1 JOD = 47.0825 THB · 1 THB = 0.02124 JOD · Get this rate via the API
1 JOD buys 47.0825 THB as of 2026-09-25, so 1 THB buys 0.02124 JOD. Over the last 5 years, JOD/THB traded between 44.2527 and 48.5996, averaged 46.4965 and fell 1.52%. 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 5Y: show the values
| Point | JOD/THB |
|---|---|
| 2024-08-24 | 47.8075 |
| 2024-10-07 | 47.0946 |
| 2024-11-06 | 48.4059 |
| 2024-12-06 | 47.9477 |
| 2025-01-05 | 48.5996 |
| 2025-02-04 | 47.6792 |
| 2025-03-06 | 47.5533 |
| 2025-04-06 | 48.5199 |
| 2025-05-06 | 46.0294 |
| 2025-06-07 | 46.1085 |
| 2025-07-07 | 45.9595 |
| 2025-08-06 | 45.6703 |
| 2025-09-05 | 45.3807 |
| 2025-10-06 | 45.7335 |
| 2025-11-05 | 45.8674 |
| 2025-12-05 | 44.9293 |
| 2026-01-05 | 44.2527 |
| 2026-02-04 | 44.6161 |
| 2026-03-06 | 45.0984 |
| 2026-04-05 | 46.0629 |
| 2026-05-05 | 46.0365 |
| 2026-06-06 | 46.2814 |
| 2026-07-08 | 47.1725 |
| 2026-08-07 | 46.6221 |
| 2026-09-07 | 46.3969 |
High
48.5996
Low
44.2527
Average
46.4965
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.