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: show the values
| Point | MYR/MVR |
|---|---|
| 2025-09-25 | 3.6622 |
| 2025-10-02 | 3.6627 |
| 2025-10-09 | 3.6528 |
| 2025-10-16 | 3.6469 |
| 2025-10-23 | 3.6445 |
| 2025-10-30 | 3.6702 |
| 2025-11-06 | 3.6912 |
| 2025-11-13 | 3.7398 |
| 2025-11-20 | 3.7161 |
| 2025-11-27 | 3.7384 |
| 2025-12-04 | 3.7543 |
| 2025-12-12 | 3.7658 |
| 2025-12-19 | 3.7896 |
| 2025-12-26 | 3.8116 |
| 2026-01-02 | 3.8133 |
| 2026-01-09 | 3.7942 |
| 2026-01-16 | 3.8101 |
| 2026-01-23 | 3.8587 |
| 2026-01-30 | 3.9169 |
| 2026-02-06 | 3.9151 |
| 2026-02-13 | 3.9564 |
| 2026-02-20 | 3.9563 |
| 2026-02-27 | 3.9730 |
| 2026-03-06 | 3.9177 |
| 2026-03-13 | 3.9252 |
| 2026-03-20 | 3.9243 |
| 2026-03-27 | 3.8523 |
| 2026-04-03 | 3.8322 |
| 2026-04-10 | 3.8966 |
| 2026-04-17 | 3.9089 |
| 2026-04-24 | 3.8992 |
| 2026-05-01 | 3.8835 |
| 2026-05-08 | 3.9416 |
| 2026-05-16 | 3.9005 |
| 2026-05-24 | 3.8839 |
| 2026-05-31 | 3.8812 |
| 2026-06-09 | 3.8059 |
| 2026-06-16 | 3.8003 |
| 2026-06-23 | 3.7337 |
| 2026-06-30 | 3.7844 |
| 2026-07-07 | 3.7984 |
| 2026-07-14 | 3.7909 |
| 2026-07-21 | 3.7808 |
| 2026-07-28 | 3.7780 |
| 2026-08-04 | 3.7776 |
| 2026-08-11 | 3.7766 |
| 2026-08-18 | 3.8086 |
| 2026-08-26 | 3.8394 |
| 2026-09-02 | 3.8214 |
| 2026-09-09 | 3.7974 |
| 2026-09-16 | 3.7788 |
| 2026-09-23 | 3.7891 |
High
3.9730
Low
3.6445
Average
3.8119
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=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¤cies=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.