JOD to UAH exchange rate API
Jordanian Dinar to Hryvnia · quoted 2026-09-25
63.4243
▲ +6.17% over YTD
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 year to date, JOD/UAH traded between 59.7399 and 63.4243, averaged 62.1350 and rose 6.17%. 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 YTD: show the values
| Point | JOD/UAH |
|---|---|
| 2025-12-31 | 59.7399 |
| 2026-01-07 | 60.0014 |
| 2026-01-14 | 60.9764 |
| 2026-01-21 | 61.0402 |
| 2026-01-28 | 60.6762 |
| 2026-02-04 | 60.8462 |
| 2026-02-11 | 60.8104 |
| 2026-02-18 | 61.0059 |
| 2026-02-25 | 61.0599 |
| 2026-03-04 | 61.4551 |
| 2026-03-11 | 61.9363 |
| 2026-03-18 | 61.9636 |
| 2026-03-25 | 61.9679 |
| 2026-04-01 | 61.8758 |
| 2026-04-08 | 61.3182 |
| 2026-04-15 | 61.4034 |
| 2026-04-22 | 62.3033 |
| 2026-04-29 | 62.1440 |
| 2026-05-06 | 61.8553 |
| 2026-05-14 | 61.9696 |
| 2026-05-21 | 62.3833 |
| 2026-05-29 | 62.4384 |
| 2026-06-05 | 62.5571 |
| 2026-06-14 | 63.3342 |
| 2026-06-21 | 63.3368 |
| 2026-06-28 | 63.2753 |
| 2026-07-05 | 62.9586 |
| 2026-07-12 | 62.7920 |
| 2026-07-19 | 62.9854 |
| 2026-07-26 | 63.2115 |
| 2026-08-02 | 63.0500 |
| 2026-08-09 | 63.1314 |
| 2026-08-16 | 63.0900 |
| 2026-08-24 | 63.0783 |
| 2026-08-31 | 63.0214 |
| 2026-09-07 | 62.9737 |
| 2026-09-14 | 62.7997 |
| 2026-09-21 | 63.0760 |
High
63.4243
Low
59.7399
Average
62.1350
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.