Skip to content

MVR to KRW exchange rate API

Rufiyaa to Won · quoted 2026-09-25

88.5098

▼ +5.25% over YTD

1 MVR = 88.5098 KRW · 1 KRW = 0.01130 MVR · Get this rate via the API

1 MVR buys 88.5098 KRW as of 2026-09-25, so 1 KRW buys 0.01130 MVR. Over the year to date, MVR/KRW traded between 87.0982 and 99.7224, averaged 94.4846 and fell 5.25%. 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 YTD

MVR/KRW over YTD: show the values
PointMVR/KRW
2025-12-3193.4182
2026-01-0793.6408
2026-01-1495.4374
2026-01-2194.7400
2026-01-2892.4211
2026-02-0494.1651
2026-02-1194.5597
2026-02-1893.6587
2026-02-2592.3829
2026-03-0494.7541
2026-03-1195.5470
2026-03-1897.2591
2026-03-2596.8695
2026-04-0197.3381
2026-04-0895.3619
2026-04-1595.5419
2026-04-2295.6046
2026-04-2995.6894
2026-05-0693.6978
2026-05-1496.5859
2026-05-2197.6864
2026-05-2997.5364
2026-06-0599.7224
2026-06-1498.6256
2026-06-2199.2224
2026-06-2899.6553
2026-07-0599.1151
2026-07-1297.3236
2026-07-1996.5353
2026-07-2694.7265
2026-08-0293.5110
2026-08-0991.4103
2026-08-1691.5476
2026-08-2489.5386
2026-08-3188.4448
2026-09-0787.1908
2026-09-1487.0982
2026-09-2188.8256

High

99.7224

Low

87.0982

Average

94.4846

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.