Skip to content

MDL to JMD exchange rate API

Moldovan Leu to Jamaican Dollar · quoted 2026-09-25

8.9676

▼ +0.28% over 6M

1 MDL = 8.9676 JMD · 1 JMD = 0.11151 MDL · Get this rate via the API

1 MDL buys 8.9676 JMD as of 2026-09-25, so 1 JMD buys 0.11151 MDL. Over the last 6 months, MDL/JMD traded between 8.8924 and 9.2685, averaged 9.0752 and fell 0.28%. The API holds daily MDL/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/JMD over 6M

MDL/JMD over 6M: show the values
PointMDL/JMD
2026-03-298.9927
2026-04-058.9623
2026-04-129.1765
2026-04-199.1975
2026-04-269.0748
2026-05-039.0942
2026-05-109.2166
2026-05-189.1336
2026-05-269.0845
2026-06-029.1317
2026-06-119.0763
2026-06-189.0947
2026-06-258.9165
2026-07-028.8924
2026-07-099.0066
2026-07-169.0167
2026-07-239.0175
2026-07-308.9459
2026-08-069.1432
2026-08-139.1347
2026-08-219.2149
2026-08-289.2685
2026-09-049.1588
2026-09-119.1535
2026-09-188.9891
2026-09-258.9676

High

9.2685

Low

8.8924

Average

9.0752

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=JMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/JMD API questions

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

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

How far back does MDL/JMD historical data go?

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