Skip to content

JOD to UZS exchange rate API

Jordanian Dinar to Uzbekistan Sum · quoted 2026-09-25

16665.36

▼ +3.11% over 6M

1 JOD = 16665.36 UZS · 1 UZS = 0.000060 JOD · Get this rate via the API

1 JOD buys 16665.36 UZS as of 2026-09-25, so 1 UZS buys 0.000060 JOD. Over the last 6 months, JOD/UZS traded between 16614.33 and 17200.07, averaged 16891.64 and fell 3.11%. The API holds daily JOD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/UZS over 6M

JOD/UZS over 6M: show the values
PointJOD/UZS
2026-03-2917200.07
2026-04-0517165.90
2026-04-1217124.36
2026-04-1917144.23
2026-04-2616917.09
2026-05-0316853.79
2026-05-1017062.28
2026-05-1816922.37
2026-05-2616935.58
2026-06-0216864.96
2026-06-1117016.90
2026-06-1817022.87
2026-06-2516987.06
2026-07-0216831.27
2026-07-0916928.94
2026-07-1616975.50
2026-07-2316988.67
2026-07-3016933.43
2026-08-0616747.82
2026-08-1316845.76
2026-08-2116705.63
2026-08-2816652.63
2026-09-0416614.33
2026-09-1116624.40
2026-09-1816677.75
2026-09-2516665.36

High

17200.07

Low

16614.33

Average

16891.64

For developers

Get this rate via the API

One GET request returns the JOD/UZS 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=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UZS");
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=UZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/UZS API questions

How do I get the JOD/UZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/UZS rate in rates.UZS.

How far back does JOD/UZS historical data go?

Daily JOD/UZS 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/UZS 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.