JOD to UAH exchange rate API
Jordanian Dinar to Hryvnia · quoted 2026-09-25
63.4243
▲ +2.53% over 6M
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 6 months, JOD/UAH traded between 61.1845 and 63.5222, averaged 62.7218 and rose 2.53%. 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 6M: show the values
| Point | JOD/UAH |
|---|---|
| 2026-03-29 | 61.8579 |
| 2026-04-05 | 61.6351 |
| 2026-04-12 | 61.1845 |
| 2026-04-19 | 62.1956 |
| 2026-04-26 | 62.0454 |
| 2026-05-03 | 61.9843 |
| 2026-05-10 | 61.7869 |
| 2026-05-18 | 62.3972 |
| 2026-05-26 | 62.4178 |
| 2026-06-02 | 62.4978 |
| 2026-06-11 | 63.5222 |
| 2026-06-18 | 63.3072 |
| 2026-06-25 | 63.2852 |
| 2026-07-02 | 63.2537 |
| 2026-07-09 | 62.7985 |
| 2026-07-16 | 63.0370 |
| 2026-07-23 | 63.2051 |
| 2026-07-30 | 63.3166 |
| 2026-08-06 | 63.1229 |
| 2026-08-13 | 63.1285 |
| 2026-08-21 | 62.9975 |
| 2026-08-28 | 62.8510 |
| 2026-09-04 | 63.0157 |
| 2026-09-11 | 62.7801 |
| 2026-09-18 | 63.0168 |
| 2026-09-25 | 63.4243 |
High
63.5222
Low
61.1845
Average
62.7218
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.