NOK to MVR exchange rate API
Norwegian Krone to Rufiyaa · quoted 2026-09-25
1.6274
▲ +5.09% over 1Y
1 NOK = 1.6274 MVR · 1 MVR = 0.61447 NOK · Get this rate via the API
1 NOK buys 1.6274 MVR as of 2026-09-25, so 1 MVR buys 0.61447 NOK. Over the last year, NOK/MVR traded between 1.5148 and 1.6835, averaged 1.5943 and rose 5.09%. The API holds daily NOK/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NOK/MVR over 1Y: show the values
| Point | NOK/MVR |
|---|---|
| 2025-09-25 | 1.5486 |
| 2025-10-02 | 1.5508 |
| 2025-10-09 | 1.5383 |
| 2025-10-16 | 1.5306 |
| 2025-10-23 | 1.5426 |
| 2025-10-30 | 1.5263 |
| 2025-11-06 | 1.5186 |
| 2025-11-13 | 1.5369 |
| 2025-11-20 | 1.5148 |
| 2025-11-27 | 1.5163 |
| 2025-12-04 | 1.5286 |
| 2025-12-12 | 1.5279 |
| 2025-12-19 | 1.5187 |
| 2025-12-26 | 1.5447 |
| 2026-01-02 | 1.5357 |
| 2026-01-09 | 1.5279 |
| 2026-01-16 | 1.5323 |
| 2026-01-23 | 1.5724 |
| 2026-01-30 | 1.6180 |
| 2026-02-06 | 1.5892 |
| 2026-02-13 | 1.6191 |
| 2026-02-20 | 1.6146 |
| 2026-02-27 | 1.6282 |
| 2026-03-06 | 1.5997 |
| 2026-03-13 | 1.5898 |
| 2026-03-20 | 1.6197 |
| 2026-03-27 | 1.5913 |
| 2026-04-03 | 1.5803 |
| 2026-04-10 | 1.6276 |
| 2026-04-17 | 1.6544 |
| 2026-04-24 | 1.6532 |
| 2026-05-01 | 1.6673 |
| 2026-05-08 | 1.6797 |
| 2026-05-16 | 1.6552 |
| 2026-05-24 | 1.6669 |
| 2026-05-31 | 1.6663 |
| 2026-06-09 | 1.6358 |
| 2026-06-16 | 1.6226 |
| 2026-06-23 | 1.5805 |
| 2026-06-30 | 1.5573 |
| 2026-07-07 | 1.5761 |
| 2026-07-14 | 1.5917 |
| 2026-07-21 | 1.6066 |
| 2026-07-28 | 1.5967 |
| 2026-08-04 | 1.6194 |
| 2026-08-11 | 1.6258 |
| 2026-08-18 | 1.6414 |
| 2026-08-26 | 1.6574 |
| 2026-09-02 | 1.6559 |
| 2026-09-09 | 1.6835 |
| 2026-09-16 | 1.6515 |
| 2026-09-23 | 1.6336 |
High
1.6835
Low
1.5148
Average
1.5943
Get this rate via the API
One GET request returns the NOK/MVR 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=NOK¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=MVR").json()Replace YOUR_API_KEY with the key from your dashboard.
NOK/MVR API questions
How do I get the NOK/MVR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NOK/MVR rate in rates.MVR.
How far back does NOK/MVR historical data go?
Daily NOK/MVR 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 NOK/MVR 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.