JOD to THB exchange rate API
Jordanian Dinar to Baht · quoted 2026-09-25
47.0621
▲ +3.67% over 1Y
1 JOD = 47.0621 THB · 1 THB = 0.02125 JOD · Get this rate via the API
1 JOD buys 47.0621 THB as of 2026-09-25, so 1 THB buys 0.02125 JOD. Over the last year, JOD/THB traded between 43.7937 and 47.4827, averaged 45.7166 and rose 3.67%. 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-25 | 45.3950 |
| 2025-10-02 | 45.5710 |
| 2025-10-09 | 45.9379 |
| 2025-10-16 | 45.8958 |
| 2025-10-23 | 46.2672 |
| 2025-10-30 | 45.7971 |
| 2025-11-06 | 45.6273 |
| 2025-11-13 | 45.5712 |
| 2025-11-20 | 45.7332 |
| 2025-11-27 | 45.4515 |
| 2025-12-04 | 45.2111 |
| 2025-12-12 | 44.4857 |
| 2025-12-19 | 44.3724 |
| 2025-12-26 | 43.7937 |
| 2026-01-02 | 44.2734 |
| 2026-01-09 | 44.3799 |
| 2026-01-16 | 44.3577 |
| 2026-01-23 | 43.9563 |
| 2026-01-30 | 44.3224 |
| 2026-02-06 | 44.5698 |
| 2026-02-13 | 43.8291 |
| 2026-02-20 | 44.0128 |
| 2026-02-27 | 43.8436 |
| 2026-03-06 | 45.0984 |
| 2026-03-13 | 45.4164 |
| 2026-03-20 | 46.2057 |
| 2026-03-27 | 46.4745 |
| 2026-04-03 | 46.0681 |
| 2026-04-10 | 45.2741 |
| 2026-04-17 | 45.2401 |
| 2026-04-24 | 45.6644 |
| 2026-05-01 | 45.8533 |
| 2026-05-08 | 45.4469 |
| 2026-05-16 | 46.0768 |
| 2026-05-24 | 45.9884 |
| 2026-05-31 | 45.9118 |
| 2026-06-09 | 46.3045 |
| 2026-06-16 | 45.8605 |
| 2026-06-23 | 46.8260 |
| 2026-06-30 | 46.8685 |
| 2026-07-07 | 46.9109 |
| 2026-07-14 | 47.2846 |
| 2026-07-21 | 47.4827 |
| 2026-07-28 | 47.4042 |
| 2026-08-04 | 47.0166 |
| 2026-08-11 | 46.6923 |
| 2026-08-18 | 46.6287 |
| 2026-08-26 | 46.1846 |
| 2026-09-02 | 46.8619 |
| 2026-09-09 | 46.3682 |
| 2026-09-16 | 46.8976 |
| 2026-09-23 | 46.9532 |
High
47.4827
Low
43.7937
Average
45.7166
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.