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: show the values
| Point | MVR/KRW |
|---|---|
| 2026-03-30 | 98.1717 |
| 2026-04-06 | 97.9776 |
| 2026-04-13 | 96.3745 |
| 2026-04-20 | 95.0982 |
| 2026-04-27 | 95.2232 |
| 2026-05-04 | 95.2466 |
| 2026-05-11 | 95.6825 |
| 2026-05-19 | 97.6881 |
| 2026-05-27 | 97.1222 |
| 2026-06-03 | 99.1390 |
| 2026-06-12 | 98.3534 |
| 2026-06-19 | 99.1638 |
| 2026-06-26 | 99.4105 |
| 2026-07-03 | 99.0463 |
| 2026-07-10 | 97.3474 |
| 2026-07-17 | 96.0802 |
| 2026-07-24 | 94.5020 |
| 2026-07-31 | 93.3800 |
| 2026-08-07 | 91.5918 |
| 2026-08-14 | 91.2898 |
| 2026-08-22 | 89.6602 |
| 2026-08-29 | 88.9756 |
| 2026-09-05 | 87.0409 |
| 2026-09-12 | 86.7981 |
| 2026-09-19 | 89.9201 |
| 2026-09-26 | 87.6549 |
High
99.4105
Low
86.7981
Average
94.2812
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.