Skip to content

JOD to THB exchange rate API

Jordanian Dinar to Baht · quoted 2026-09-25

47.0825

▼ +1.52% over 5Y

1 JOD = 47.0825 THB · 1 THB = 0.02124 JOD · Get this rate via the API

1 JOD buys 47.0825 THB as of 2026-09-25, so 1 THB buys 0.02124 JOD. Over the last 5 years, JOD/THB traded between 44.2527 and 48.5996, averaged 46.4965 and fell 1.52%. 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 5Y

JOD/THB over 5Y: show the values
PointJOD/THB
2024-08-2447.8075
2024-10-0747.0946
2024-11-0648.4059
2024-12-0647.9477
2025-01-0548.5996
2025-02-0447.6792
2025-03-0647.5533
2025-04-0648.5199
2025-05-0646.0294
2025-06-0746.1085
2025-07-0745.9595
2025-08-0645.6703
2025-09-0545.3807
2025-10-0645.7335
2025-11-0545.8674
2025-12-0544.9293
2026-01-0544.2527
2026-02-0444.6161
2026-03-0645.0984
2026-04-0546.0629
2026-05-0546.0365
2026-06-0646.2814
2026-07-0847.1725
2026-08-0746.6221
2026-09-0746.3969

High

48.5996

Low

44.2527

Average

46.4965

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.