Skip to content

MVR to KRW exchange rate API

Rufiyaa to Won · quoted 2026-09-26

87.6549

▼ +10.71% over 6M

1 MVR = 87.6549 KRW · 1 KRW = 0.01141 MVR · Get this rate via the API

1 MVR buys 87.6549 KRW as of 2026-09-26, so 1 KRW buys 0.01141 MVR. Over the last 6 months, MVR/KRW traded between 86.7981 and 99.4105, averaged 94.2812 and fell 10.71%. The API holds daily MVR/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/KRW over 6M

MVR/KRW over 6M: show the values
PointMVR/KRW
2026-03-3098.1717
2026-04-0697.9776
2026-04-1396.3745
2026-04-2095.0982
2026-04-2795.2232
2026-05-0495.2466
2026-05-1195.6825
2026-05-1997.6881
2026-05-2797.1222
2026-06-0399.1390
2026-06-1298.3534
2026-06-1999.1638
2026-06-2699.4105
2026-07-0399.0463
2026-07-1097.3474
2026-07-1796.0802
2026-07-2494.5020
2026-07-3193.3800
2026-08-0791.5918
2026-08-1491.2898
2026-08-2289.6602
2026-08-2988.9756
2026-09-0587.0409
2026-09-1286.7981
2026-09-1989.9201
2026-09-2687.6549

High

99.4105

Low

86.7981

Average

94.2812

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/KRW API questions

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

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

How far back does MVR/KRW historical data go?

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