Skip to content

JOD to UZS exchange rate API

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

16665.36

▲ +0.37% over 30D

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 30 days, JOD/UZS traded between 16547.73 and 16706.22, averaged 16642.66 and rose 0.37%. 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 30D

JOD/UZS over 30D: show the values
PointJOD/UZS
2026-08-2616603.80
2026-08-2716682.56
2026-08-2816652.63
2026-08-2916678.57
2026-08-3016677.29
2026-08-3116690.33
2026-09-0116659.64
2026-09-0216664.65
2026-09-0316632.93
2026-09-0416614.33
2026-09-0516633.94
2026-09-0616624.82
2026-09-0716613.63
2026-09-0816602.96
2026-09-0916656.10
2026-09-1016655.58
2026-09-1116624.40
2026-09-1216625.68
2026-09-1316596.32
2026-09-1416558.56
2026-09-1516547.73
2026-09-1616602.56
2026-09-1716621.99
2026-09-1816677.75
2026-09-1916706.22
2026-09-2016698.80
2026-09-2116693.28
2026-09-2216639.04
2026-09-2316625.13
2026-09-2416673.34
2026-09-2516665.36

High

16706.22

Low

16547.73

Average

16642.66

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.