JOD to UZS exchange rate API
Jordanian Dinar to Uzbekistan Sum · quoted 2026-09-25
16665.36
▲ +0.37% over 30D
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 30 days, JOD/UZS traded between 16547.73 and 16706.22, averaged 16642.66 and rose 0.37%. 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 30D: show the values
| Point | JOD/UZS |
|---|---|
| 2026-08-26 | 16603.80 |
| 2026-08-27 | 16682.56 |
| 2026-08-28 | 16652.63 |
| 2026-08-29 | 16678.57 |
| 2026-08-30 | 16677.29 |
| 2026-08-31 | 16690.33 |
| 2026-09-01 | 16659.64 |
| 2026-09-02 | 16664.65 |
| 2026-09-03 | 16632.93 |
| 2026-09-04 | 16614.33 |
| 2026-09-05 | 16633.94 |
| 2026-09-06 | 16624.82 |
| 2026-09-07 | 16613.63 |
| 2026-09-08 | 16602.96 |
| 2026-09-09 | 16656.10 |
| 2026-09-10 | 16655.58 |
| 2026-09-11 | 16624.40 |
| 2026-09-12 | 16625.68 |
| 2026-09-13 | 16596.32 |
| 2026-09-14 | 16558.56 |
| 2026-09-15 | 16547.73 |
| 2026-09-16 | 16602.56 |
| 2026-09-17 | 16621.99 |
| 2026-09-18 | 16677.75 |
| 2026-09-19 | 16706.22 |
| 2026-09-20 | 16698.80 |
| 2026-09-21 | 16693.28 |
| 2026-09-22 | 16639.04 |
| 2026-09-23 | 16625.13 |
| 2026-09-24 | 16673.34 |
| 2026-09-25 | 16665.36 |
High
16706.22
Low
16547.73
Average
16642.66
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.