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: show the values
| Point | JOD/UGX |
|---|---|
| 2025-12-31 | 5105.01 |
| 2026-01-07 | 5110.22 |
| 2026-01-14 | 5051.79 |
| 2026-01-21 | 4882.69 |
| 2026-01-28 | 5039.81 |
| 2026-02-04 | 5027.00 |
| 2026-02-11 | 5010.30 |
| 2026-02-18 | 4984.39 |
| 2026-02-25 | 5053.64 |
| 2026-03-04 | 5250.16 |
| 2026-03-11 | 5245.97 |
| 2026-03-18 | 5309.81 |
| 2026-03-25 | 5280.16 |
| 2026-04-01 | 5305.84 |
| 2026-04-08 | 5293.83 |
| 2026-04-15 | 5235.88 |
| 2026-04-22 | 5224.37 |
| 2026-04-29 | 5245.71 |
| 2026-05-06 | 5313.60 |
| 2026-05-14 | 5294.74 |
| 2026-05-21 | 5319.63 |
| 2026-05-29 | 5325.24 |
| 2026-06-05 | 5319.80 |
| 2026-06-14 | 5287.16 |
| 2026-06-21 | 5137.73 |
| 2026-06-28 | 5178.66 |
| 2026-07-05 | 5148.87 |
| 2026-07-12 | 5196.26 |
| 2026-07-19 | 5211.75 |
| 2026-07-26 | 5323.97 |
| 2026-08-02 | 5288.85 |
| 2026-08-09 | 5255.80 |
| 2026-08-16 | 5233.58 |
| 2026-08-24 | 5250.48 |
| 2026-08-31 | 5320.74 |
| 2026-09-07 | 5325.86 |
| 2026-09-14 | 5456.10 |
| 2026-09-21 | 5552.30 |
High
5552.30
Low
4882.69
Average
5229.19
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.