Skip to content

JMD to MVR exchange rate API

Jamaican Dollar to Rufiyaa · quoted 2026-09-27

0.09783

▲ +2.42% over 1Y

1 JMD = 0.09783 MVR · 1 MVR = 10.2219 JMD · Get this rate via the API

1 JMD buys 0.09783 MVR as of 2026-09-27, so 1 MVR buys 10.2219 JMD. Over the last year, JMD/MVR traded between 0.09523 and 0.09903, averaged 0.09744 and rose 2.42%. The API holds daily JMD/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JMD/MVR over 1Y

JMD/MVR over 1Y: show the values
PointJMD/MVR
2025-09-270.09552
2025-10-040.09539
2025-10-110.09528
2025-10-180.09523
2025-10-250.09539
2025-11-010.09541
2025-11-080.09594
2025-11-150.09603
2025-11-220.09594
2025-11-290.09600
2025-12-060.09604
2025-12-140.09631
2025-12-210.09672
2025-12-280.09683
2026-01-040.09688
2026-01-110.09759
2026-01-180.09797
2026-01-250.09804
2026-02-010.09851
2026-02-080.09892
2026-02-150.09899
2026-02-220.09888
2026-03-010.09903
2026-03-080.09891
2026-03-150.09834
2026-03-220.09829
2026-03-290.09791
2026-04-050.09804
2026-04-120.09793
2026-04-190.09762
2026-04-260.09806
2026-05-030.09861
2026-05-100.09800
2026-05-180.09734
2026-05-260.09807
2026-06-020.09794
2026-06-110.09788
2026-06-180.09757
2026-06-250.09819
2026-07-020.09821
2026-07-090.09772
2026-07-160.09802
2026-07-230.09754
2026-07-300.09823
2026-08-060.09747
2026-08-130.09761
2026-08-210.09760
2026-08-280.09749
2026-09-040.09774
2026-09-110.09765
2026-09-180.09792
2026-09-250.09802

High

0.09903

Low

0.09523

Average

0.09744

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

JMD/MVR API questions

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

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

How far back does JMD/MVR historical data go?

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