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: show the values
| Point | JOD/UZS |
|---|---|
| 2024-08-24 | 17917.79 |
| 2024-10-07 | 18079.75 |
| 2024-11-06 | 18050.13 |
| 2024-12-06 | 18134.04 |
| 2025-01-05 | 18216.05 |
| 2025-02-04 | 18351.09 |
| 2025-03-06 | 18207.35 |
| 2025-04-06 | 18225.63 |
| 2025-05-06 | 18212.46 |
| 2025-06-07 | 18049.79 |
| 2025-07-07 | 17738.48 |
| 2025-08-06 | 17758.39 |
| 2025-09-05 | 17493.20 |
| 2025-10-06 | 17039.11 |
| 2025-11-05 | 16891.21 |
| 2025-12-05 | 16843.77 |
| 2026-01-05 | 16964.39 |
| 2026-02-04 | 17281.27 |
| 2026-03-06 | 17179.35 |
| 2026-04-05 | 17165.90 |
| 2026-05-05 | 16922.39 |
| 2026-06-06 | 16988.32 |
| 2026-07-08 | 16994.99 |
| 2026-08-07 | 16825.51 |
| 2026-09-07 | 16613.63 |
High
18351.09
Low
16613.63
Average
17492.67
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.