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: show the values
| Point | MVR/KRW |
|---|---|
| 2026-08-26 | 89.4915 |
| 2026-08-27 | 89.2353 |
| 2026-08-28 | 88.9121 |
| 2026-08-29 | 88.9756 |
| 2026-08-30 | 89.3700 |
| 2026-08-31 | 88.4448 |
| 2026-09-01 | 88.9003 |
| 2026-09-02 | 88.1368 |
| 2026-09-03 | 87.7966 |
| 2026-09-04 | 87.3480 |
| 2026-09-05 | 87.0409 |
| 2026-09-06 | 87.5195 |
| 2026-09-07 | 87.1908 |
| 2026-09-08 | 86.7860 |
| 2026-09-09 | 86.4536 |
| 2026-09-10 | 86.9385 |
| 2026-09-11 | 86.8813 |
| 2026-09-12 | 86.7981 |
| 2026-09-13 | 88.3199 |
| 2026-09-14 | 87.0982 |
| 2026-09-15 | 87.9668 |
| 2026-09-16 | 88.5651 |
| 2026-09-17 | 89.5785 |
| 2026-09-18 | 89.8445 |
| 2026-09-19 | 89.9201 |
| 2026-09-20 | 90.2016 |
| 2026-09-21 | 88.8256 |
| 2026-09-22 | 87.7233 |
| 2026-09-23 | 88.3170 |
| 2026-09-24 | 88.5276 |
| 2026-09-25 | 88.6511 |
High
90.2016
Low
86.4536
Average
88.2611
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.