Skip to content

SEK to MVR exchange rate API

Swedish Krona to Rufiyaa · quoted 2026-09-27

1.5586

▼ +4.15% over 1Y

1 SEK = 1.5586 MVR · 1 MVR = 0.64158 SEK · Get this rate via the API

1 SEK buys 1.5586 MVR as of 2026-09-27, so 1 MVR buys 0.64158 SEK. Over the last year, SEK/MVR traded between 1.5586 and 1.7333, averaged 1.6414 and fell 4.15%. The API holds daily SEK/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SEK/MVR over 1Y

SEK/MVR over 1Y: show the values
PointSEK/MVR
2025-09-271.6261
2025-10-041.6321
2025-10-111.6103
2025-10-181.6210
2025-10-251.6274
2025-11-011.6117
2025-11-081.6158
2025-11-151.6298
2025-11-221.6131
2025-11-291.6293
2025-12-061.6382
2025-12-141.6635
2025-12-211.6667
2025-12-281.6883
2026-01-041.6768
2026-01-111.6791
2026-01-181.6739
2026-01-251.7285
2026-02-011.7333
2026-02-081.7128
2026-02-151.7317
2026-02-221.7031
2026-03-011.7086
2026-03-081.6754
2026-03-151.6330
2026-03-221.6541
2026-03-291.6330
2026-04-051.6314
2026-04-121.6598
2026-04-191.6841
2026-04-261.6731
2026-05-031.6784
2026-05-101.6695
2026-05-181.6398
2026-05-261.6600
2026-06-021.6617
2026-06-111.6224
2026-06-181.6130
2026-06-251.5840
2026-07-021.5898
2026-07-091.5977
2026-07-161.6073
2026-07-231.5873
2026-07-301.6114
2026-08-061.6331
2026-08-131.6168
2026-08-211.6349
2026-08-281.6233
2026-09-041.6186
2026-09-111.5943
2026-09-181.5681
2026-09-251.5614

High

1.7333

Low

1.5586

Average

1.6414

For developers

Get this rate via the API

One GET request returns the SEK/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=SEK&currencies=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&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=SEK&currencies=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SEK/MVR API questions

How do I get the SEK/MVR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=MVR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/MVR rate in rates.MVR.

How far back does SEK/MVR historical data go?

Daily SEK/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 SEK/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.