JOD to UZS exchange rate API
Jordanian Dinar to Uzbekistan Sum · quoted 2026-09-25
16665.36
▼ +3.11% over 6M
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 6 months, JOD/UZS traded between 16614.33 and 17200.07, averaged 16891.64 and fell 3.11%. 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 6M: show the values
| Point | JOD/UZS |
|---|---|
| 2026-03-29 | 17200.07 |
| 2026-04-05 | 17165.90 |
| 2026-04-12 | 17124.36 |
| 2026-04-19 | 17144.23 |
| 2026-04-26 | 16917.09 |
| 2026-05-03 | 16853.79 |
| 2026-05-10 | 17062.28 |
| 2026-05-18 | 16922.37 |
| 2026-05-26 | 16935.58 |
| 2026-06-02 | 16864.96 |
| 2026-06-11 | 17016.90 |
| 2026-06-18 | 17022.87 |
| 2026-06-25 | 16987.06 |
| 2026-07-02 | 16831.27 |
| 2026-07-09 | 16928.94 |
| 2026-07-16 | 16975.50 |
| 2026-07-23 | 16988.67 |
| 2026-07-30 | 16933.43 |
| 2026-08-06 | 16747.82 |
| 2026-08-13 | 16845.76 |
| 2026-08-21 | 16705.63 |
| 2026-08-28 | 16652.63 |
| 2026-09-04 | 16614.33 |
| 2026-09-11 | 16624.40 |
| 2026-09-18 | 16677.75 |
| 2026-09-25 | 16665.36 |
High
17200.07
Low
16614.33
Average
16891.64
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.