Skip to content

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

NOK/MVR over 1Y: show the values
PointNOK/MVR
2025-09-251.5486
2025-10-021.5508
2025-10-091.5383
2025-10-161.5306
2025-10-231.5426
2025-10-301.5263
2025-11-061.5186
2025-11-131.5369
2025-11-201.5148
2025-11-271.5163
2025-12-041.5286
2025-12-121.5279
2025-12-191.5187
2025-12-261.5447
2026-01-021.5357
2026-01-091.5279
2026-01-161.5323
2026-01-231.5724
2026-01-301.6180
2026-02-061.5892
2026-02-131.6191
2026-02-201.6146
2026-02-271.6282
2026-03-061.5997
2026-03-131.5898
2026-03-201.6197
2026-03-271.5913
2026-04-031.5803
2026-04-101.6276
2026-04-171.6544
2026-04-241.6532
2026-05-011.6673
2026-05-081.6797
2026-05-161.6552
2026-05-241.6669
2026-05-311.6663
2026-06-091.6358
2026-06-161.6226
2026-06-231.5805
2026-06-301.5573
2026-07-071.5761
2026-07-141.5917
2026-07-211.6066
2026-07-281.5967
2026-08-041.6194
2026-08-111.6258
2026-08-181.6414
2026-08-261.6574
2026-09-021.6559
2026-09-091.6835
2026-09-161.6515
2026-09-231.6336

High

1.6835

Low

1.5148

Average

1.5943

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=MVR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=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&currencies=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.