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: show the values
| Point | JOD/UGX |
|---|---|
| 2025-09-25 | 4935.63 |
| 2025-10-02 | 4882.86 |
| 2025-10-09 | 4844.53 |
| 2025-10-16 | 4875.50 |
| 2025-10-23 | 4916.87 |
| 2025-10-30 | 4890.76 |
| 2025-11-06 | 4923.75 |
| 2025-11-13 | 5083.59 |
| 2025-11-20 | 5126.49 |
| 2025-11-27 | 5112.89 |
| 2025-12-04 | 4999.32 |
| 2025-12-12 | 5011.77 |
| 2025-12-19 | 5037.84 |
| 2025-12-26 | 5093.35 |
| 2026-01-02 | 5105.84 |
| 2026-01-09 | 5075.81 |
| 2026-01-16 | 5015.00 |
| 2026-01-23 | 4943.95 |
| 2026-01-30 | 5027.05 |
| 2026-02-06 | 5023.12 |
| 2026-02-13 | 4999.45 |
| 2026-02-20 | 5061.28 |
| 2026-02-27 | 5073.93 |
| 2026-03-06 | 5191.88 |
| 2026-03-13 | 5287.34 |
| 2026-03-20 | 5324.19 |
| 2026-03-27 | 5240.43 |
| 2026-04-03 | 5293.70 |
| 2026-04-10 | 5191.05 |
| 2026-04-17 | 5211.71 |
| 2026-04-24 | 5247.69 |
| 2026-05-01 | 5304.50 |
| 2026-05-08 | 5292.24 |
| 2026-05-16 | 5292.90 |
| 2026-05-24 | 5337.36 |
| 2026-05-31 | 5319.70 |
| 2026-06-09 | 5322.57 |
| 2026-06-16 | 5232.11 |
| 2026-06-23 | 5142.77 |
| 2026-06-30 | 5168.22 |
| 2026-07-07 | 5146.67 |
| 2026-07-14 | 5203.31 |
| 2026-07-21 | 5226.76 |
| 2026-07-28 | 5310.30 |
| 2026-08-04 | 5277.64 |
| 2026-08-11 | 5258.97 |
| 2026-08-18 | 5249.61 |
| 2026-08-26 | 5259.13 |
| 2026-09-02 | 5326.66 |
| 2026-09-09 | 5340.65 |
| 2026-09-16 | 5513.69 |
| 2026-09-23 | 5509.05 |
High
5540.72
Low
4844.53
Average
5162.72
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.