MDL to JMD exchange rate API
Moldovan Leu to Jamaican Dollar · quoted 2026-09-25
8.9676
▼ +6.54% over 1Y
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 year, MDL/JMD traded between 8.9097 and 9.6186, averaged 9.2077 and fell 6.54%. 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 1Y: show the values
| Point | MDL/JMD |
|---|---|
| 2025-09-25 | 9.5952 |
| 2025-10-02 | 9.6186 |
| 2025-10-09 | 9.5805 |
| 2025-10-16 | 9.4818 |
| 2025-10-23 | 9.4548 |
| 2025-10-30 | 9.4117 |
| 2025-11-06 | 9.3933 |
| 2025-11-13 | 9.4821 |
| 2025-11-20 | 9.4558 |
| 2025-11-27 | 9.3677 |
| 2025-12-04 | 9.4462 |
| 2025-12-12 | 9.4174 |
| 2025-12-19 | 9.4920 |
| 2025-12-26 | 9.4881 |
| 2026-01-02 | 9.4590 |
| 2026-01-09 | 9.4622 |
| 2026-01-16 | 9.2451 |
| 2026-01-23 | 9.2353 |
| 2026-01-30 | 9.3329 |
| 2026-02-06 | 9.2046 |
| 2026-02-13 | 9.2229 |
| 2026-02-20 | 9.1031 |
| 2026-02-27 | 9.1010 |
| 2026-03-06 | 9.0383 |
| 2026-03-13 | 9.0139 |
| 2026-03-20 | 8.9654 |
| 2026-03-27 | 8.9553 |
| 2026-04-03 | 8.9610 |
| 2026-04-10 | 9.1550 |
| 2026-04-17 | 9.2404 |
| 2026-04-24 | 9.0986 |
| 2026-05-01 | 9.0942 |
| 2026-05-08 | 9.1549 |
| 2026-05-16 | 9.1238 |
| 2026-05-24 | 9.0671 |
| 2026-05-31 | 9.0764 |
| 2026-06-09 | 9.0631 |
| 2026-06-16 | 9.1120 |
| 2026-06-23 | 8.9738 |
| 2026-06-30 | 8.9097 |
| 2026-07-07 | 8.9712 |
| 2026-07-14 | 9.0468 |
| 2026-07-21 | 9.0155 |
| 2026-07-28 | 9.0022 |
| 2026-08-04 | 9.0705 |
| 2026-08-11 | 9.1381 |
| 2026-08-18 | 9.2020 |
| 2026-08-26 | 9.1855 |
| 2026-09-02 | 9.1353 |
| 2026-09-09 | 9.1972 |
| 2026-09-16 | 9.0587 |
| 2026-09-23 | 8.9650 |
High
9.6186
Low
8.9097
Average
9.2077
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.