Skip to content

JOD to THB exchange rate API

Jordanian Dinar to Baht · quoted 2026-09-25

47.0621

▲ +3.67% over 1Y

1 JOD = 47.0621 THB · 1 THB = 0.02125 JOD · Get this rate via the API

1 JOD buys 47.0621 THB as of 2026-09-25, so 1 THB buys 0.02125 JOD. Over the last year, JOD/THB traded between 43.7937 and 47.4827, averaged 45.7166 and rose 3.67%. 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-2545.3950
2025-10-0245.5710
2025-10-0945.9379
2025-10-1645.8958
2025-10-2346.2672
2025-10-3045.7971
2025-11-0645.6273
2025-11-1345.5712
2025-11-2045.7332
2025-11-2745.4515
2025-12-0445.2111
2025-12-1244.4857
2025-12-1944.3724
2025-12-2643.7937
2026-01-0244.2734
2026-01-0944.3799
2026-01-1644.3577
2026-01-2343.9563
2026-01-3044.3224
2026-02-0644.5698
2026-02-1343.8291
2026-02-2044.0128
2026-02-2743.8436
2026-03-0645.0984
2026-03-1345.4164
2026-03-2046.2057
2026-03-2746.4745
2026-04-0346.0681
2026-04-1045.2741
2026-04-1745.2401
2026-04-2445.6644
2026-05-0145.8533
2026-05-0845.4469
2026-05-1646.0768
2026-05-2445.9884
2026-05-3145.9118
2026-06-0946.3045
2026-06-1645.8605
2026-06-2346.8260
2026-06-3046.8685
2026-07-0746.9109
2026-07-1447.2846
2026-07-2147.4827
2026-07-2847.4042
2026-08-0447.0166
2026-08-1146.6923
2026-08-1846.6287
2026-08-2646.1846
2026-09-0246.8619
2026-09-0946.3682
2026-09-1646.8976
2026-09-2346.9532

High

47.4827

Low

43.7937

Average

45.7166

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.