Skip to content

MYR to MVR exchange rate API

Malaysian Ringgit to Rufiyaa · quoted 2026-09-25

3.7810

▲ +3.24% over 1Y

1 MYR = 3.7810 MVR · 1 MVR = 0.26448 MYR · Get this rate via the API

1 MYR buys 3.7810 MVR as of 2026-09-25, so 1 MVR buys 0.26448 MYR. Over the last year, MYR/MVR traded between 3.6445 and 3.9730, averaged 3.8119 and rose 3.24%. The API holds daily MYR/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MYR/MVR over 1Y

MYR/MVR over 1Y: show the values
PointMYR/MVR
2025-09-253.6622
2025-10-023.6627
2025-10-093.6528
2025-10-163.6469
2025-10-233.6445
2025-10-303.6702
2025-11-063.6912
2025-11-133.7398
2025-11-203.7161
2025-11-273.7384
2025-12-043.7543
2025-12-123.7658
2025-12-193.7896
2025-12-263.8116
2026-01-023.8133
2026-01-093.7942
2026-01-163.8101
2026-01-233.8587
2026-01-303.9169
2026-02-063.9151
2026-02-133.9564
2026-02-203.9563
2026-02-273.9730
2026-03-063.9177
2026-03-133.9252
2026-03-203.9243
2026-03-273.8523
2026-04-033.8322
2026-04-103.8966
2026-04-173.9089
2026-04-243.8992
2026-05-013.8835
2026-05-083.9416
2026-05-163.9005
2026-05-243.8839
2026-05-313.8812
2026-06-093.8059
2026-06-163.8003
2026-06-233.7337
2026-06-303.7844
2026-07-073.7984
2026-07-143.7909
2026-07-213.7808
2026-07-283.7780
2026-08-043.7776
2026-08-113.7766
2026-08-183.8086
2026-08-263.8394
2026-09-023.8214
2026-09-093.7974
2026-09-163.7788
2026-09-233.7891

High

3.9730

Low

3.6445

Average

3.8119

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MYR/MVR API questions

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

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

How far back does MYR/MVR historical data go?

Daily MYR/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 MYR/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.