Skip to content

MVR to KRW exchange rate API

Rufiyaa to Won · quoted 2026-09-25

88.5098

▼ +2.79% over 1Y

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 last year, MVR/KRW traded between 86.4536 and 100.3226, averaged 94.3696 and fell 2.79%. 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 1Y

MVR/KRW over 1Y: show the values
PointMVR/KRW
2025-09-2591.0467
2025-10-0290.9801
2025-10-0992.1523
2025-10-1691.9669
2025-10-2393.4575
2025-10-3093.0921
2025-11-0693.6350
2025-11-1394.7758
2025-11-2095.1284
2025-11-2794.6611
2025-12-0495.3207
2025-12-1295.6568
2025-12-1995.7086
2025-12-2693.9167
2026-01-0293.4647
2026-01-0994.4530
2026-01-1695.2765
2026-01-2394.9484
2026-01-3093.3143
2026-02-0694.9491
2026-02-1393.5636
2026-02-2093.8793
2026-02-2793.2781
2026-03-0696.0694
2026-03-1396.4920
2026-03-2097.0783
2026-03-2797.7719
2026-04-0398.2990
2026-04-1096.0053
2026-04-1795.7267
2026-04-2495.5376
2026-05-0195.9232
2026-05-0894.9066
2026-05-1697.2083
2026-05-2498.7089
2026-05-3198.1471
2026-06-0998.7003
2026-06-1697.6007
2026-06-2399.3651
2026-06-30100.3226
2026-07-0797.9621
2026-07-1496.7358
2026-07-2195.6295
2026-07-2894.4045
2026-08-0492.3122
2026-08-1191.3701
2026-08-1891.2121
2026-08-2689.4915
2026-09-0288.1368
2026-09-0986.4536
2026-09-1688.5651
2026-09-2388.3170

High

100.3226

Low

86.4536

Average

94.3696

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.