JOD to THB exchange rate API
Jordanian Dinar to Baht · quoted 2026-09-25
47.0804
▲ +1.94% over 30D
1 JOD = 47.0804 THB · 1 THB = 0.02124 JOD · Get this rate via the API
1 JOD buys 47.0804 THB as of 2026-09-25, so 1 THB buys 0.02124 JOD. Over the last 30 days, JOD/THB traded between 46.1846 and 47.2218, averaged 46.7232 and rose 1.94%. 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 30D: show the values
| Point | JOD/THB |
|---|---|
| 2026-08-26 | 46.1846 |
| 2026-08-27 | 46.3403 |
| 2026-08-28 | 46.4816 |
| 2026-08-29 | 46.7569 |
| 2026-08-30 | 46.6823 |
| 2026-08-31 | 46.7770 |
| 2026-09-01 | 46.9180 |
| 2026-09-02 | 46.8619 |
| 2026-09-03 | 46.5232 |
| 2026-09-04 | 46.4320 |
| 2026-09-05 | 46.4305 |
| 2026-09-06 | 46.4281 |
| 2026-09-07 | 46.3969 |
| 2026-09-08 | 46.4240 |
| 2026-09-09 | 46.3682 |
| 2026-09-10 | 46.5374 |
| 2026-09-11 | 46.6362 |
| 2026-09-12 | 46.6490 |
| 2026-09-13 | 46.6645 |
| 2026-09-14 | 46.8969 |
| 2026-09-15 | 46.9604 |
| 2026-09-16 | 46.8976 |
| 2026-09-17 | 46.9740 |
| 2026-09-18 | 47.0435 |
| 2026-09-19 | 47.0004 |
| 2026-09-20 | 46.9743 |
| 2026-09-21 | 46.8759 |
| 2026-09-22 | 46.7414 |
| 2026-09-23 | 46.9532 |
| 2026-09-24 | 47.2218 |
| 2026-09-25 | 47.0307 |
High
47.2218
Low
46.1846
Average
46.7232
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.