JOD to UAH exchange rate API
Jordanian Dinar to Hryvnia · quoted 2026-09-25
63.4243
▲ +8.44% over 1Y
1 JOD = 63.4243 UAH · 1 UAH = 0.01577 JOD · Get this rate via the API
1 JOD buys 63.4243 UAH as of 2026-09-25, so 1 UAH buys 0.01577 JOD. Over the last year, JOD/UAH traded between 58.1726 and 63.4243, averaged 61.3732 and rose 8.44%. The API holds daily JOD/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/UAH over 1Y: show the values
| Point | JOD/UAH |
|---|---|
| 2025-09-25 | 58.4860 |
| 2025-10-02 | 58.1726 |
| 2025-10-09 | 58.4608 |
| 2025-10-16 | 58.8064 |
| 2025-10-23 | 58.9638 |
| 2025-10-30 | 59.2775 |
| 2025-11-06 | 59.3767 |
| 2025-11-13 | 59.3321 |
| 2025-11-20 | 59.3545 |
| 2025-11-27 | 59.6567 |
| 2025-12-04 | 59.5618 |
| 2025-12-12 | 59.6086 |
| 2025-12-19 | 59.5977 |
| 2025-12-26 | 59.2600 |
| 2026-01-02 | 59.5920 |
| 2026-01-09 | 60.7131 |
| 2026-01-16 | 61.1512 |
| 2026-01-23 | 60.8368 |
| 2026-01-30 | 60.4901 |
| 2026-02-06 | 60.9344 |
| 2026-02-13 | 60.8114 |
| 2026-02-20 | 61.0663 |
| 2026-02-27 | 60.9744 |
| 2026-03-06 | 61.6614 |
| 2026-03-13 | 62.3742 |
| 2026-03-20 | 61.8396 |
| 2026-03-27 | 61.9111 |
| 2026-04-03 | 61.7562 |
| 2026-04-10 | 61.1867 |
| 2026-04-17 | 61.6263 |
| 2026-04-24 | 61.9670 |
| 2026-05-01 | 61.9861 |
| 2026-05-08 | 61.9572 |
| 2026-05-16 | 62.1706 |
| 2026-05-24 | 62.3307 |
| 2026-05-31 | 62.4366 |
| 2026-06-09 | 62.9499 |
| 2026-06-16 | 63.2865 |
| 2026-06-23 | 63.4094 |
| 2026-06-30 | 63.2553 |
| 2026-07-07 | 62.9085 |
| 2026-07-14 | 63.0882 |
| 2026-07-21 | 63.1066 |
| 2026-07-28 | 63.2997 |
| 2026-08-04 | 63.1538 |
| 2026-08-11 | 63.2631 |
| 2026-08-18 | 63.1542 |
| 2026-08-26 | 62.9135 |
| 2026-09-02 | 62.8126 |
| 2026-09-09 | 62.9467 |
| 2026-09-16 | 62.9535 |
| 2026-09-23 | 63.1655 |
High
63.4243
Low
58.1726
Average
61.3732
Get this rate via the API
One GET request returns the JOD/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/UAH API questions
How do I get the JOD/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/UAH rate in rates.UAH.
How far back does JOD/UAH historical data go?
Daily JOD/UAH 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/UAH 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.