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: show the values
| Point | JOD/UZS |
|---|---|
| 2025-09-25 | 17206.96 |
| 2025-10-02 | 17056.43 |
| 2025-10-09 | 17006.88 |
| 2025-10-16 | 17200.18 |
| 2025-10-23 | 16996.20 |
| 2025-10-30 | 16933.05 |
| 2025-11-06 | 16898.90 |
| 2025-11-13 | 16918.48 |
| 2025-11-20 | 16803.17 |
| 2025-11-27 | 16749.77 |
| 2025-12-04 | 16911.19 |
| 2025-12-12 | 16965.85 |
| 2025-12-19 | 16990.70 |
| 2025-12-26 | 17049.42 |
| 2026-01-02 | 16951.11 |
| 2026-01-09 | 17024.52 |
| 2026-01-16 | 16900.92 |
| 2026-01-23 | 17130.17 |
| 2026-01-30 | 17122.72 |
| 2026-02-06 | 17335.21 |
| 2026-02-13 | 17308.47 |
| 2026-02-20 | 17140.30 |
| 2026-02-27 | 17118.20 |
| 2026-03-06 | 17179.35 |
| 2026-03-13 | 17099.16 |
| 2026-03-20 | 17168.26 |
| 2026-03-27 | 17188.01 |
| 2026-04-03 | 17111.16 |
| 2026-04-10 | 17235.33 |
| 2026-04-17 | 17156.86 |
| 2026-04-24 | 16996.16 |
| 2026-05-01 | 16836.64 |
| 2026-05-08 | 17146.57 |
| 2026-05-16 | 16904.25 |
| 2026-05-24 | 16898.85 |
| 2026-05-31 | 16928.47 |
| 2026-06-09 | 16961.78 |
| 2026-06-16 | 16930.62 |
| 2026-06-23 | 16943.77 |
| 2026-06-30 | 17005.21 |
| 2026-07-07 | 16968.69 |
| 2026-07-14 | 17103.61 |
| 2026-07-21 | 16883.51 |
| 2026-07-28 | 16953.65 |
| 2026-08-04 | 16916.75 |
| 2026-08-11 | 16821.85 |
| 2026-08-18 | 16762.00 |
| 2026-08-26 | 16603.80 |
| 2026-09-02 | 16664.65 |
| 2026-09-09 | 16656.10 |
| 2026-09-16 | 16602.56 |
| 2026-09-23 | 16625.13 |
High
17335.21
Low
16602.56
Average
16974.28
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.