Skip to content

MVR to JMD exchange rate API

Rufiyaa to Jamaican Dollar · quoted 2026-09-27

10.2218

▼ +2.36% over 1Y

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 year, MVR/JMD traded between 10.0977 and 10.5013, averaged 10.2634 and fell 2.36%. 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 1Y

MVR/JMD over 1Y: show the values
PointMVR/JMD
2025-09-2710.4692
2025-10-0410.4833
2025-10-1110.4951
2025-10-1810.5013
2025-10-2510.4828
2025-11-0110.4806
2025-11-0810.4232
2025-11-1510.4138
2025-11-2210.4230
2025-11-2910.4164
2025-12-0610.4124
2025-12-1410.3833
2025-12-2110.3389
2025-12-2810.3273
2026-01-0410.3217
2026-01-1110.2471
2026-01-1810.2068
2026-01-2510.1999
2026-02-0110.1513
2026-02-0810.1092
2026-02-1510.1018
2026-02-2210.1134
2026-03-0110.0977
2026-03-0810.1107
2026-03-1510.1689
2026-03-2210.1739
2026-03-2910.2134
2026-04-0510.1997
2026-04-1210.2113
2026-04-1910.2440
2026-04-2610.1973
2026-05-0310.1407
2026-05-1010.2045
2026-05-1810.2738
2026-05-2610.1968
2026-06-0210.2107
2026-06-1110.2168
2026-06-1810.2486
2026-06-2510.1838
2026-07-0210.1823
2026-07-0910.2330
2026-07-1610.2020
2026-07-2310.2520
2026-07-3010.1798
2026-08-0610.2598
2026-08-1310.2445
2026-08-2110.2455
2026-08-2810.2572
2026-09-0410.2316
2026-09-1110.2406
2026-09-1810.2128
2026-09-2510.2022

High

10.5013

Low

10.0977

Average

10.2634

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.