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: show the values
| Point | SEK/MVR |
|---|---|
| 2025-09-27 | 1.6261 |
| 2025-10-04 | 1.6321 |
| 2025-10-11 | 1.6103 |
| 2025-10-18 | 1.6210 |
| 2025-10-25 | 1.6274 |
| 2025-11-01 | 1.6117 |
| 2025-11-08 | 1.6158 |
| 2025-11-15 | 1.6298 |
| 2025-11-22 | 1.6131 |
| 2025-11-29 | 1.6293 |
| 2025-12-06 | 1.6382 |
| 2025-12-14 | 1.6635 |
| 2025-12-21 | 1.6667 |
| 2025-12-28 | 1.6883 |
| 2026-01-04 | 1.6768 |
| 2026-01-11 | 1.6791 |
| 2026-01-18 | 1.6739 |
| 2026-01-25 | 1.7285 |
| 2026-02-01 | 1.7333 |
| 2026-02-08 | 1.7128 |
| 2026-02-15 | 1.7317 |
| 2026-02-22 | 1.7031 |
| 2026-03-01 | 1.7086 |
| 2026-03-08 | 1.6754 |
| 2026-03-15 | 1.6330 |
| 2026-03-22 | 1.6541 |
| 2026-03-29 | 1.6330 |
| 2026-04-05 | 1.6314 |
| 2026-04-12 | 1.6598 |
| 2026-04-19 | 1.6841 |
| 2026-04-26 | 1.6731 |
| 2026-05-03 | 1.6784 |
| 2026-05-10 | 1.6695 |
| 2026-05-18 | 1.6398 |
| 2026-05-26 | 1.6600 |
| 2026-06-02 | 1.6617 |
| 2026-06-11 | 1.6224 |
| 2026-06-18 | 1.6130 |
| 2026-06-25 | 1.5840 |
| 2026-07-02 | 1.5898 |
| 2026-07-09 | 1.5977 |
| 2026-07-16 | 1.6073 |
| 2026-07-23 | 1.5873 |
| 2026-07-30 | 1.6114 |
| 2026-08-06 | 1.6331 |
| 2026-08-13 | 1.6168 |
| 2026-08-21 | 1.6349 |
| 2026-08-28 | 1.6233 |
| 2026-09-04 | 1.6186 |
| 2026-09-11 | 1.5943 |
| 2026-09-18 | 1.5681 |
| 2026-09-25 | 1.5614 |
High
1.7333
Low
1.5586
Average
1.6414
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.