Skip to content

JMD to UYU exchange rate API

Jamaican Dollar to Peso Uruguayo · quoted 2026-09-26

0.25329

▲ +1.21% over 1Y

1 JMD = 0.25329 UYU · 1 UYU = 3.9480 JMD · Get this rate via the API

1 JMD buys 0.25329 UYU as of 2026-09-26, so 1 UYU buys 3.9480 JMD. Over the last year, JMD/UYU traded between 0.24138 and 0.25722, averaged 0.25121 and rose 1.21%. The API holds daily JMD/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JMD/UYU over 1Y

JMD/UYU over 1Y: show the values
PointJMD/UYU
2025-09-260.25026
2025-10-030.24902
2025-10-100.25068
2025-10-170.24944
2025-10-240.24770
2025-10-310.24968
2025-11-070.24812
2025-11-140.24757
2025-11-210.24748
2025-11-280.24805
2025-12-050.24425
2025-12-130.24506
2025-12-200.24490
2025-12-270.24438
2026-01-030.24448
2026-01-100.24545
2026-01-170.24493
2026-01-240.24318
2026-01-310.24138
2026-02-070.24575
2026-02-140.24664
2026-02-210.24885
2026-02-280.24601
2026-03-070.25722
2026-03-140.25663
2026-03-210.25598
2026-03-280.25715
2026-04-040.25591
2026-04-110.25520
2026-04-180.25161
2026-04-250.25137
2026-05-020.25452
2026-05-090.25304
2026-05-170.25491
2026-05-250.25458
2026-06-010.25488
2026-06-100.25601
2026-06-170.25507
2026-06-240.25468
2026-07-010.25479
2026-07-080.25558
2026-07-150.25366
2026-07-220.25373
2026-07-290.25437
2026-08-050.25480
2026-08-120.25449
2026-08-200.25469
2026-08-270.25369
2026-09-030.25410
2026-09-100.25506
2026-09-170.25497
2026-09-240.25472

High

0.25722

Low

0.24138

Average

0.25121

For developers

Get this rate via the API

One GET request returns the JMD/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=JMD&currencies=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD&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=JMD&currencies=UYU").json()

Replace YOUR_API_KEY with the key from your dashboard.

JMD/UYU API questions

How do I get the JMD/UYU exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JMD&currencies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JMD/UYU rate in rates.UYU.

How far back does JMD/UYU historical data go?

Daily JMD/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 JMD/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.