Skip to content

JOD to THB exchange rate API

Jordanian Dinar to Baht · quoted 2026-09-25

47.0465

▲ +1.41% over 6M

1 JOD = 47.0465 THB · 1 THB = 0.02126 JOD · Get this rate via the API

1 JOD buys 47.0465 THB as of 2026-09-25, so 1 THB buys 0.02126 JOD. Over the last 6 months, JOD/THB traded between 45.2019 and 47.7075, averaged 46.4637 and rose 1.41%. 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 6M

JOD/THB over 6M: show the values
PointJOD/THB
2026-03-2946.3931
2026-04-0546.0629
2026-04-1245.4615
2026-04-1945.2019
2026-04-2645.6474
2026-05-0345.8125
2026-05-1045.4683
2026-05-1845.9717
2026-05-2646.0653
2026-06-0245.9588
2026-06-1146.4734
2026-06-1846.2487
2026-06-2547.1083
2026-07-0246.9924
2026-07-0947.1716
2026-07-1647.3413
2026-07-2347.7075
2026-07-3047.3128
2026-08-0646.6366
2026-08-1346.7276
2026-08-2146.0855
2026-08-2846.4816
2026-09-0446.4320
2026-09-1146.6362
2026-09-1847.0435
2026-09-2547.0307

High

47.7075

Low

45.2019

Average

46.4637

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.