Skip to content

MVR to KRW exchange rate API

Rufiyaa to Won · quoted 2026-09-25

88.5978

▼ +1.00% over 30D

1 MVR = 88.5978 KRW · 1 KRW = 0.01129 MVR · Get this rate via the API

1 MVR buys 88.5978 KRW as of 2026-09-25, so 1 KRW buys 0.01129 MVR. Over the last 30 days, MVR/KRW traded between 86.4536 and 90.2016, averaged 88.2611 and fell 1.00%. 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 30D

MVR/KRW over 30D: show the values
PointMVR/KRW
2026-08-2689.4915
2026-08-2789.2353
2026-08-2888.9121
2026-08-2988.9756
2026-08-3089.3700
2026-08-3188.4448
2026-09-0188.9003
2026-09-0288.1368
2026-09-0387.7966
2026-09-0487.3480
2026-09-0587.0409
2026-09-0687.5195
2026-09-0787.1908
2026-09-0886.7860
2026-09-0986.4536
2026-09-1086.9385
2026-09-1186.8813
2026-09-1286.7981
2026-09-1388.3199
2026-09-1487.0982
2026-09-1587.9668
2026-09-1688.5651
2026-09-1789.5785
2026-09-1889.8445
2026-09-1989.9201
2026-09-2090.2016
2026-09-2188.8256
2026-09-2287.7233
2026-09-2388.3170
2026-09-2488.5276
2026-09-2588.6511

High

90.2016

Low

86.4536

Average

88.2611

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.