Skip to content

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

JOD/UAH over 1Y: show the values
PointJOD/UAH
2025-09-2558.4860
2025-10-0258.1726
2025-10-0958.4608
2025-10-1658.8064
2025-10-2358.9638
2025-10-3059.2775
2025-11-0659.3767
2025-11-1359.3321
2025-11-2059.3545
2025-11-2759.6567
2025-12-0459.5618
2025-12-1259.6086
2025-12-1959.5977
2025-12-2659.2600
2026-01-0259.5920
2026-01-0960.7131
2026-01-1661.1512
2026-01-2360.8368
2026-01-3060.4901
2026-02-0660.9344
2026-02-1360.8114
2026-02-2061.0663
2026-02-2760.9744
2026-03-0661.6614
2026-03-1362.3742
2026-03-2061.8396
2026-03-2761.9111
2026-04-0361.7562
2026-04-1061.1867
2026-04-1761.6263
2026-04-2461.9670
2026-05-0161.9861
2026-05-0861.9572
2026-05-1662.1706
2026-05-2462.3307
2026-05-3162.4366
2026-06-0962.9499
2026-06-1663.2865
2026-06-2363.4094
2026-06-3063.2553
2026-07-0762.9085
2026-07-1463.0882
2026-07-2163.1066
2026-07-2863.2997
2026-08-0463.1538
2026-08-1163.2631
2026-08-1863.1542
2026-08-2662.9135
2026-09-0262.8126
2026-09-0962.9467
2026-09-1662.9535
2026-09-2363.1655

High

63.4243

Low

58.1726

Average

61.3732

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UAH");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.