Skip to content

JOD to UZS exchange rate API

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

16665.36

▼ +1.77% over YTD

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 year to date, JOD/UZS traded between 16558.56 and 17390.66, averaged 16982.16 and fell 1.77%. 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 YTD

JOD/UZS over YTD: show the values
PointJOD/UZS
2025-12-3116965.67
2026-01-0716893.26
2026-01-1417046.11
2026-01-2117015.24
2026-01-2817108.09
2026-02-0417281.27
2026-02-1117390.66
2026-02-1817138.66
2026-02-2517205.69
2026-03-0417220.89
2026-03-1117157.08
2026-03-1817075.07
2026-03-2517179.92
2026-04-0117225.31
2026-04-0817196.29
2026-04-1517138.33
2026-04-2217031.66
2026-04-2917023.71
2026-05-0616960.82
2026-05-1417037.95
2026-05-2117047.30
2026-05-2916939.65
2026-06-0516896.00
2026-06-1416900.87
2026-06-2117007.65
2026-06-2816937.63
2026-07-0516890.68
2026-07-1217031.23
2026-07-1916969.96
2026-07-2616957.63
2026-08-0216868.69
2026-08-0916857.53
2026-08-1616775.41
2026-08-2416711.25
2026-08-3116690.33
2026-09-0716613.63
2026-09-1416558.56
2026-09-2116693.28

High

17390.66

Low

16558.56

Average

16982.16

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.