Skip to content

JOD to UGX exchange rate API

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

5540.72

▲ +8.53% over YTD

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 year to date, JOD/UGX traded between 4882.69 and 5552.30, averaged 5229.19 and rose 8.53%. 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 YTD

JOD/UGX over YTD: show the values
PointJOD/UGX
2025-12-315105.01
2026-01-075110.22
2026-01-145051.79
2026-01-214882.69
2026-01-285039.81
2026-02-045027.00
2026-02-115010.30
2026-02-184984.39
2026-02-255053.64
2026-03-045250.16
2026-03-115245.97
2026-03-185309.81
2026-03-255280.16
2026-04-015305.84
2026-04-085293.83
2026-04-155235.88
2026-04-225224.37
2026-04-295245.71
2026-05-065313.60
2026-05-145294.74
2026-05-215319.63
2026-05-295325.24
2026-06-055319.80
2026-06-145287.16
2026-06-215137.73
2026-06-285178.66
2026-07-055148.87
2026-07-125196.26
2026-07-195211.75
2026-07-265323.97
2026-08-025288.85
2026-08-095255.80
2026-08-165233.58
2026-08-245250.48
2026-08-315320.74
2026-09-075325.86
2026-09-145456.10
2026-09-215552.30

High

5552.30

Low

4882.69

Average

5229.19

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.