Skip to content

JOD to UAH exchange rate API

Jordanian Dinar to Hryvnia · quoted 2026-09-25

63.4243

▲ +8.76% over 5Y

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 5 years, JOD/UAH traded between 58.0661 and 63.4243, averaged 59.9894 and rose 8.76%. 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 5Y

JOD/UAH over 5Y: show the values
PointJOD/UAH
2024-08-2458.3144
2024-10-0758.0661
2024-11-0658.2969
2024-12-0658.6933
2025-01-0559.3746
2025-02-0458.8755
2025-03-0658.3558
2025-04-0658.4877
2025-05-0658.7154
2025-06-0758.4861
2025-07-0758.8204
2025-08-0658.7860
2025-09-0558.2771
2025-10-0658.3105
2025-11-0559.3106
2025-12-0559.5343
2026-01-0559.7947
2026-02-0460.8462
2026-03-0661.6614
2026-04-0561.6351
2026-05-0562.1656
2026-06-0662.5842
2026-07-0862.7415
2026-08-0763.1939
2026-09-0762.9737

High

63.4243

Low

58.0661

Average

59.9894

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.