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: show the values
| Point | JOD/UZS |
|---|---|
| 2025-12-31 | 16965.67 |
| 2026-01-07 | 16893.26 |
| 2026-01-14 | 17046.11 |
| 2026-01-21 | 17015.24 |
| 2026-01-28 | 17108.09 |
| 2026-02-04 | 17281.27 |
| 2026-02-11 | 17390.66 |
| 2026-02-18 | 17138.66 |
| 2026-02-25 | 17205.69 |
| 2026-03-04 | 17220.89 |
| 2026-03-11 | 17157.08 |
| 2026-03-18 | 17075.07 |
| 2026-03-25 | 17179.92 |
| 2026-04-01 | 17225.31 |
| 2026-04-08 | 17196.29 |
| 2026-04-15 | 17138.33 |
| 2026-04-22 | 17031.66 |
| 2026-04-29 | 17023.71 |
| 2026-05-06 | 16960.82 |
| 2026-05-14 | 17037.95 |
| 2026-05-21 | 17047.30 |
| 2026-05-29 | 16939.65 |
| 2026-06-05 | 16896.00 |
| 2026-06-14 | 16900.87 |
| 2026-06-21 | 17007.65 |
| 2026-06-28 | 16937.63 |
| 2026-07-05 | 16890.68 |
| 2026-07-12 | 17031.23 |
| 2026-07-19 | 16969.96 |
| 2026-07-26 | 16957.63 |
| 2026-08-02 | 16868.69 |
| 2026-08-09 | 16857.53 |
| 2026-08-16 | 16775.41 |
| 2026-08-24 | 16711.25 |
| 2026-08-31 | 16690.33 |
| 2026-09-07 | 16613.63 |
| 2026-09-14 | 16558.56 |
| 2026-09-21 | 16693.28 |
High
17390.66
Low
16558.56
Average
16982.16
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.