Skip to content

JOD to UGX exchange rate API

Jordanian Dinar to Uganda Shilling · quoted 2026-09-25

5540.72

▲ +12.26% over 1Y

1 JOD = 5540.72 UGX · 1 UGX = 0.000180 JOD · Get this rate via the API

1 JOD buys 5540.72 UGX as of 2026-09-25, so 1 UGX buys 0.000180 JOD. Over the last year, JOD/UGX traded between 4844.53 and 5540.72, averaged 5162.72 and rose 12.26%. The API holds daily JOD/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/UGX over 1Y

JOD/UGX over 1Y: show the values
PointJOD/UGX
2025-09-254935.63
2025-10-024882.86
2025-10-094844.53
2025-10-164875.50
2025-10-234916.87
2025-10-304890.76
2025-11-064923.75
2025-11-135083.59
2025-11-205126.49
2025-11-275112.89
2025-12-044999.32
2025-12-125011.77
2025-12-195037.84
2025-12-265093.35
2026-01-025105.84
2026-01-095075.81
2026-01-165015.00
2026-01-234943.95
2026-01-305027.05
2026-02-065023.12
2026-02-134999.45
2026-02-205061.28
2026-02-275073.93
2026-03-065191.88
2026-03-135287.34
2026-03-205324.19
2026-03-275240.43
2026-04-035293.70
2026-04-105191.05
2026-04-175211.71
2026-04-245247.69
2026-05-015304.50
2026-05-085292.24
2026-05-165292.90
2026-05-245337.36
2026-05-315319.70
2026-06-095322.57
2026-06-165232.11
2026-06-235142.77
2026-06-305168.22
2026-07-075146.67
2026-07-145203.31
2026-07-215226.76
2026-07-285310.30
2026-08-045277.64
2026-08-115258.97
2026-08-185249.61
2026-08-265259.13
2026-09-025326.66
2026-09-095340.65
2026-09-165513.69
2026-09-235509.05

High

5540.72

Low

4844.53

Average

5162.72

For developers

Get this rate via the API

One GET request returns the JOD/UGX 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=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UGX");
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=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/UGX API questions

How do I get the JOD/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/UGX rate in rates.UGX.

How far back does JOD/UGX historical data go?

Daily JOD/UGX 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/UGX 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.