Skip to content

JOD to UZS exchange rate API

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

16665.36

▼ +6.99% over 5Y

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 5 years, JOD/UZS traded between 16613.63 and 18351.09, averaged 17492.67 and fell 6.99%. 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 5Y

JOD/UZS over 5Y: show the values
PointJOD/UZS
2024-08-2417917.79
2024-10-0718079.75
2024-11-0618050.13
2024-12-0618134.04
2025-01-0518216.05
2025-02-0418351.09
2025-03-0618207.35
2025-04-0618225.63
2025-05-0618212.46
2025-06-0718049.79
2025-07-0717738.48
2025-08-0617758.39
2025-09-0517493.20
2025-10-0617039.11
2025-11-0516891.21
2025-12-0516843.77
2026-01-0516964.39
2026-02-0417281.27
2026-03-0617179.35
2026-04-0517165.90
2026-05-0516922.39
2026-06-0616988.32
2026-07-0816994.99
2026-08-0716825.51
2026-09-0716613.63

High

18351.09

Low

16613.63

Average

17492.67

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.