Skip to content

JOD to THB exchange rate API

Jordanian Dinar to Baht · quoted 2026-09-25

47.0465

▲ +5.31% over YTD

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 year to date, JOD/THB traded between 43.8186 and 47.5539, averaged 45.7451 and rose 5.31%. 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 YTD

JOD/THB over YTD: show the values
PointJOD/THB
2025-12-3144.6754
2026-01-0744.1890
2026-01-1444.3941
2026-01-2143.8186
2026-01-2843.8786
2026-02-0444.6161
2026-02-1143.8650
2026-02-1844.0766
2026-02-2543.8571
2026-03-0444.4005
2026-03-1144.8025
2026-03-1846.0722
2026-03-2545.9657
2026-04-0145.8535
2026-04-0844.9578
2026-04-1545.2680
2026-04-2245.4220
2026-04-2946.0572
2026-05-0645.3957
2026-05-1445.5783
2026-05-2146.0997
2026-05-2945.8671
2026-06-0546.0294
2026-06-1446.1087
2026-06-2146.3916
2026-06-2847.0726
2026-07-0546.7823
2026-07-1247.0070
2026-07-1947.4421
2026-07-2647.5539
2026-08-0247.1570
2026-08-0946.5562
2026-08-1646.7540
2026-08-2446.1004
2026-08-3146.7770
2026-09-0746.3969
2026-09-1446.8969
2026-09-2146.8759

High

47.5539

Low

43.8186

Average

45.7451

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.