Skip to content

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

MVR/JMD over 5Y: show the values
PointMVR/JMD
2024-08-2410.2087
2024-10-0710.2710
2024-11-0610.2561
2024-12-0610.1883
2025-01-0510.0673
2025-02-0410.2229
2025-03-0610.1487
2025-04-0610.1710
2025-05-0610.2755
2025-06-0710.3534
2025-07-0710.3407
2025-08-0610.2436
2025-09-0510.3659
2025-10-0610.4381
2025-11-0510.3963
2025-12-0510.3710
2026-01-0510.2965
2026-02-0410.1423
2026-03-0610.1073
2026-04-0510.1997
2026-05-0510.1951
2026-06-0610.2160
2026-07-0810.2100
2026-08-0710.2720
2026-09-0710.2553

High

10.4381

Low

10.0673

Average

10.2475

For developers

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