JOD to UYU exchange rate API
Jordanian Dinar to Peso Uruguayo · quoted 2026-09-25
56.5028
▲ +2.12% over YTD
1 JOD = 56.5028 UYU · 1 UYU = 0.01770 JOD · Get this rate via the API
1 JOD buys 56.5028 UYU as of 2026-09-25, so 1 UYU buys 0.01770 JOD. Over the year to date, JOD/UYU traded between 53.0824 and 57.3327, averaged 56.0961 and rose 2.12%. The API holds daily JOD/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/UYU over YTD: show the values
| Point | JOD/UYU |
|---|---|
| 2025-12-31 | 55.3290 |
| 2026-01-07 | 54.9197 |
| 2026-01-14 | 54.8633 |
| 2026-01-21 | 54.1130 |
| 2026-01-28 | 53.0824 |
| 2026-02-04 | 54.1682 |
| 2026-02-11 | 54.0942 |
| 2026-02-18 | 54.7347 |
| 2026-02-25 | 54.4813 |
| 2026-03-04 | 54.1988 |
| 2026-03-11 | 56.8745 |
| 2026-03-18 | 57.1984 |
| 2026-03-25 | 57.3327 |
| 2026-04-01 | 57.3265 |
| 2026-04-08 | 56.7863 |
| 2026-04-15 | 56.7844 |
| 2026-04-22 | 56.0688 |
| 2026-04-29 | 55.6528 |
| 2026-05-06 | 56.6641 |
| 2026-05-14 | 56.1723 |
| 2026-05-21 | 56.8775 |
| 2026-05-29 | 56.3112 |
| 2026-06-05 | 56.9019 |
| 2026-06-14 | 56.8802 |
| 2026-06-21 | 56.4707 |
| 2026-06-28 | 56.4798 |
| 2026-07-05 | 56.6545 |
| 2026-07-12 | 56.6726 |
| 2026-07-19 | 56.6662 |
| 2026-07-26 | 56.5270 |
| 2026-08-02 | 56.7289 |
| 2026-08-09 | 56.6167 |
| 2026-08-16 | 56.8121 |
| 2026-08-24 | 56.6083 |
| 2026-08-31 | 57.0809 |
| 2026-09-07 | 56.7740 |
| 2026-09-14 | 56.6622 |
| 2026-09-21 | 56.6741 |
High
57.3327
Low
53.0824
Average
56.0961
Get this rate via the API
One GET request returns the JOD/UYU 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=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/UYU API questions
How do I get the JOD/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/UYU rate in rates.UYU.
How far back does JOD/UYU historical data go?
Daily JOD/UYU 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/UYU 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.