Skip to content

JOD to THB exchange rate API

Jordanian Dinar to Baht · quoted 2026-09-26

47.1128

▲ +3.53% over 1Y

1 JOD = 47.1128 THB · 1 THB = 0.02123 JOD · Get this rate via the API

1 JOD buys 47.1128 THB as of 2026-09-26, so 1 THB buys 0.02123 JOD. Over the last year, JOD/THB traded between 43.7846 and 47.6863, averaged 45.7397 and rose 3.53%. 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

JOD/THB over 1Y: show the values
PointJOD/THB
2025-09-2645.5081
2025-10-0345.6908
2025-10-1046.1282
2025-10-1746.2132
2025-10-2446.1987
2025-10-3145.5920
2025-11-0745.6132
2025-11-1445.6987
2025-11-2145.7682
2025-11-2845.4093
2025-12-0544.9293
2025-12-1344.4413
2025-12-2044.3814
2025-12-2743.7846
2026-01-0344.4582
2026-01-1044.2625
2026-01-1744.3411
2026-01-2443.8579
2026-01-3144.4858
2026-02-0744.4500
2026-02-1443.8222
2026-02-2143.8222
2026-02-2843.8375
2026-03-0744.9237
2026-03-1445.7014
2026-03-2146.3893
2026-03-2846.3449
2026-04-0446.1071
2026-04-1145.2776
2026-04-1845.3013
2026-04-2545.6040
2026-05-0245.8418
2026-05-0945.4178
2026-05-1746.0409
2026-05-2545.8104
2026-06-0145.9173
2026-06-1046.4812
2026-06-1746.0014
2026-06-2447.1514
2026-07-0147.0873
2026-07-0847.1725
2026-07-1547.4536
2026-07-2247.6863
2026-07-2947.2918
2026-08-0546.7419
2026-08-1246.6293
2026-08-2046.4245
2026-08-2746.3403
2026-09-0346.5232
2026-09-1046.5374
2026-09-1746.9740
2026-09-2447.2218

High

47.6863

Low

43.7846

Average

45.7397

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.