Skip to content

JOD to UZS exchange rate API

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

16665.36

▼ +3.15% over 1Y

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 year, JOD/UZS traded between 16602.56 and 17335.21, averaged 16974.28 and fell 3.15%. 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 1Y

JOD/UZS over 1Y: show the values
PointJOD/UZS
2025-09-2517206.96
2025-10-0217056.43
2025-10-0917006.88
2025-10-1617200.18
2025-10-2316996.20
2025-10-3016933.05
2025-11-0616898.90
2025-11-1316918.48
2025-11-2016803.17
2025-11-2716749.77
2025-12-0416911.19
2025-12-1216965.85
2025-12-1916990.70
2025-12-2617049.42
2026-01-0216951.11
2026-01-0917024.52
2026-01-1616900.92
2026-01-2317130.17
2026-01-3017122.72
2026-02-0617335.21
2026-02-1317308.47
2026-02-2017140.30
2026-02-2717118.20
2026-03-0617179.35
2026-03-1317099.16
2026-03-2017168.26
2026-03-2717188.01
2026-04-0317111.16
2026-04-1017235.33
2026-04-1717156.86
2026-04-2416996.16
2026-05-0116836.64
2026-05-0817146.57
2026-05-1616904.25
2026-05-2416898.85
2026-05-3116928.47
2026-06-0916961.78
2026-06-1616930.62
2026-06-2316943.77
2026-06-3017005.21
2026-07-0716968.69
2026-07-1417103.61
2026-07-2116883.51
2026-07-2816953.65
2026-08-0416916.75
2026-08-1116821.85
2026-08-1816762.00
2026-08-2616603.80
2026-09-0216664.65
2026-09-0916656.10
2026-09-1616602.56
2026-09-2316625.13

High

17335.21

Low

16602.56

Average

16974.28

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.