Skip to content

JOD to UAH exchange rate API

Jordanian Dinar to Hryvnia · quoted 2026-09-25

63.4243

▲ +0.81% over 30D

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 30 days, JOD/UAH traded between 62.6451 and 63.4243, averaged 62.9712 and rose 0.81%. 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 30D

JOD/UAH over 30D: show the values
PointJOD/UAH
2026-08-2662.9135
2026-08-2762.8225
2026-08-2862.8510
2026-08-2962.9149
2026-08-3062.8638
2026-08-3163.0214
2026-09-0162.7501
2026-09-0262.8126
2026-09-0362.9212
2026-09-0463.0157
2026-09-0562.8111
2026-09-0662.9252
2026-09-0762.9737
2026-09-0862.6451
2026-09-0962.9467
2026-09-1063.0147
2026-09-1162.7801
2026-09-1262.7949
2026-09-1362.8996
2026-09-1462.7997
2026-09-1563.0407
2026-09-1662.9535
2026-09-1762.9962
2026-09-1863.0168
2026-09-1963.0015
2026-09-2063.0043
2026-09-2163.0760
2026-09-2263.1419
2026-09-2363.1655
2026-09-2463.3558
2026-09-2563.4243

High

63.4243

Low

62.6451

Average

62.9712

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.