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: show the values
| Point | MVR/KRW |
|---|---|
| 2025-12-31 | 93.4182 |
| 2026-01-07 | 93.6408 |
| 2026-01-14 | 95.4374 |
| 2026-01-21 | 94.7400 |
| 2026-01-28 | 92.4211 |
| 2026-02-04 | 94.1651 |
| 2026-02-11 | 94.5597 |
| 2026-02-18 | 93.6587 |
| 2026-02-25 | 92.3829 |
| 2026-03-04 | 94.7541 |
| 2026-03-11 | 95.5470 |
| 2026-03-18 | 97.2591 |
| 2026-03-25 | 96.8695 |
| 2026-04-01 | 97.3381 |
| 2026-04-08 | 95.3619 |
| 2026-04-15 | 95.5419 |
| 2026-04-22 | 95.6046 |
| 2026-04-29 | 95.6894 |
| 2026-05-06 | 93.6978 |
| 2026-05-14 | 96.5859 |
| 2026-05-21 | 97.6864 |
| 2026-05-29 | 97.5364 |
| 2026-06-05 | 99.7224 |
| 2026-06-14 | 98.6256 |
| 2026-06-21 | 99.2224 |
| 2026-06-28 | 99.6553 |
| 2026-07-05 | 99.1151 |
| 2026-07-12 | 97.3236 |
| 2026-07-19 | 96.5353 |
| 2026-07-26 | 94.7265 |
| 2026-08-02 | 93.5110 |
| 2026-08-09 | 91.4103 |
| 2026-08-16 | 91.5476 |
| 2026-08-24 | 89.5386 |
| 2026-08-31 | 88.4448 |
| 2026-09-07 | 87.1908 |
| 2026-09-14 | 87.0982 |
| 2026-09-21 | 88.8256 |
High
99.7224
Low
87.0982
Average
94.4846
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.