Skip to content

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

JOD/THB over 30D: show the values
PointJOD/THB
2026-08-2646.1846
2026-08-2746.3403
2026-08-2846.4816
2026-08-2946.7569
2026-08-3046.6823
2026-08-3146.7770
2026-09-0146.9180
2026-09-0246.8619
2026-09-0346.5232
2026-09-0446.4320
2026-09-0546.4305
2026-09-0646.4281
2026-09-0746.3969
2026-09-0846.4240
2026-09-0946.3682
2026-09-1046.5374
2026-09-1146.6362
2026-09-1246.6490
2026-09-1346.6645
2026-09-1446.8969
2026-09-1546.9604
2026-09-1646.8976
2026-09-1746.9740
2026-09-1847.0435
2026-09-1947.0004
2026-09-2046.9743
2026-09-2146.8759
2026-09-2246.7414
2026-09-2346.9532
2026-09-2447.2218
2026-09-2547.0307

High

47.2218

Low

46.1846

Average

46.7232

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=THB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.