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: show the values
| Point | MVR/KRW |
|---|---|
| 2025-09-25 | 91.0467 |
| 2025-10-02 | 90.9801 |
| 2025-10-09 | 92.1523 |
| 2025-10-16 | 91.9669 |
| 2025-10-23 | 93.4575 |
| 2025-10-30 | 93.0921 |
| 2025-11-06 | 93.6350 |
| 2025-11-13 | 94.7758 |
| 2025-11-20 | 95.1284 |
| 2025-11-27 | 94.6611 |
| 2025-12-04 | 95.3207 |
| 2025-12-12 | 95.6568 |
| 2025-12-19 | 95.7086 |
| 2025-12-26 | 93.9167 |
| 2026-01-02 | 93.4647 |
| 2026-01-09 | 94.4530 |
| 2026-01-16 | 95.2765 |
| 2026-01-23 | 94.9484 |
| 2026-01-30 | 93.3143 |
| 2026-02-06 | 94.9491 |
| 2026-02-13 | 93.5636 |
| 2026-02-20 | 93.8793 |
| 2026-02-27 | 93.2781 |
| 2026-03-06 | 96.0694 |
| 2026-03-13 | 96.4920 |
| 2026-03-20 | 97.0783 |
| 2026-03-27 | 97.7719 |
| 2026-04-03 | 98.2990 |
| 2026-04-10 | 96.0053 |
| 2026-04-17 | 95.7267 |
| 2026-04-24 | 95.5376 |
| 2026-05-01 | 95.9232 |
| 2026-05-08 | 94.9066 |
| 2026-05-16 | 97.2083 |
| 2026-05-24 | 98.7089 |
| 2026-05-31 | 98.1471 |
| 2026-06-09 | 98.7003 |
| 2026-06-16 | 97.6007 |
| 2026-06-23 | 99.3651 |
| 2026-06-30 | 100.3226 |
| 2026-07-07 | 97.9621 |
| 2026-07-14 | 96.7358 |
| 2026-07-21 | 95.6295 |
| 2026-07-28 | 94.4045 |
| 2026-08-04 | 92.3122 |
| 2026-08-11 | 91.3701 |
| 2026-08-18 | 91.2121 |
| 2026-08-26 | 89.4915 |
| 2026-09-02 | 88.1368 |
| 2026-09-09 | 86.4536 |
| 2026-09-16 | 88.5651 |
| 2026-09-23 | 88.3170 |
High
100.3226
Low
86.4536
Average
94.3696
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.