Skip to content

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

JOD/UYU over YTD: show the values
PointJOD/UYU
2025-12-3155.3290
2026-01-0754.9197
2026-01-1454.8633
2026-01-2154.1130
2026-01-2853.0824
2026-02-0454.1682
2026-02-1154.0942
2026-02-1854.7347
2026-02-2554.4813
2026-03-0454.1988
2026-03-1156.8745
2026-03-1857.1984
2026-03-2557.3327
2026-04-0157.3265
2026-04-0856.7863
2026-04-1556.7844
2026-04-2256.0688
2026-04-2955.6528
2026-05-0656.6641
2026-05-1456.1723
2026-05-2156.8775
2026-05-2956.3112
2026-06-0556.9019
2026-06-1456.8802
2026-06-2156.4707
2026-06-2856.4798
2026-07-0556.6545
2026-07-1256.6726
2026-07-1956.6662
2026-07-2656.5270
2026-08-0256.7289
2026-08-0956.6167
2026-08-1656.8121
2026-08-2456.6083
2026-08-3157.0809
2026-09-0756.7740
2026-09-1456.6622
2026-09-2156.6741

High

57.3327

Low

53.0824

Average

56.0961

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=UYU");
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=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&currencies=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.