MVR to JMD exchange rate API
Rufiyaa to Jamaican Dollar · quoted 2026-09-27
10.2218
▲ +0.13% over 5Y
1 MVR = 10.2218 JMD · 1 JMD = 0.09783 MVR · Get this rate via the API
1 MVR buys 10.2218 JMD as of 2026-09-27, so 1 JMD buys 0.09783 MVR. Over the last 5 years, MVR/JMD traded between 10.0673 and 10.4381, averaged 10.2475 and rose 0.13%. The API holds daily MVR/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/JMD over 5Y: show the values
| Point | MVR/JMD |
|---|---|
| 2024-08-24 | 10.2087 |
| 2024-10-07 | 10.2710 |
| 2024-11-06 | 10.2561 |
| 2024-12-06 | 10.1883 |
| 2025-01-05 | 10.0673 |
| 2025-02-04 | 10.2229 |
| 2025-03-06 | 10.1487 |
| 2025-04-06 | 10.1710 |
| 2025-05-06 | 10.2755 |
| 2025-06-07 | 10.3534 |
| 2025-07-07 | 10.3407 |
| 2025-08-06 | 10.2436 |
| 2025-09-05 | 10.3659 |
| 2025-10-06 | 10.4381 |
| 2025-11-05 | 10.3963 |
| 2025-12-05 | 10.3710 |
| 2026-01-05 | 10.2965 |
| 2026-02-04 | 10.1423 |
| 2026-03-06 | 10.1073 |
| 2026-04-05 | 10.1997 |
| 2026-05-05 | 10.1951 |
| 2026-06-06 | 10.2160 |
| 2026-07-08 | 10.2100 |
| 2026-08-07 | 10.2720 |
| 2026-09-07 | 10.2553 |
High
10.4381
Low
10.0673
Average
10.2475
Get this rate via the API
One GET request returns the MVR/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=MVR¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/JMD API questions
How do I get the MVR/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/JMD rate in rates.JMD.
How far back does MVR/JMD historical data go?
Daily MVR/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 MVR/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.