Skip to content

SZL to MVR exchange rate API

Lilangeni to Rufiyaa · quoted 2026-09-25

0.94108

▲ +5.73% over 1Y

1 SZL = 0.94108 MVR · 1 MVR = 1.0626 SZL · Get this rate via the API

1 SZL buys 0.94108 MVR as of 2026-09-25, so 1 MVR buys 1.0626 SZL. Over the last year, SZL/MVR traded between 0.88421 and 0.97367, averaged 0.93222 and rose 5.73%. The API holds daily SZL/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/MVR over 1Y

SZL/MVR over 1Y: show the values
PointSZL/MVR
2025-09-250.89006
2025-10-020.89507
2025-10-090.89722
2025-10-160.89061
2025-10-230.88421
2025-10-300.89757
2025-11-060.88749
2025-11-130.90277
2025-11-200.89792
2025-11-270.90173
2025-12-040.90514
2025-12-120.91488
2025-12-190.92312
2025-12-260.92873
2026-01-020.93443
2026-01-090.93519
2026-01-160.94569
2026-01-230.95929
2026-01-300.97367
2026-02-060.95143
2026-02-130.96889
2026-02-200.95473
2026-02-270.97097
2026-03-060.93237
2026-03-130.92333
2026-03-200.92269
2026-03-270.90516
2026-04-030.91283
2026-04-100.94610
2026-04-170.94151
2026-04-240.92856
2026-05-010.92768
2026-05-080.94445
2026-05-160.92312
2026-05-240.93697
2026-05-310.94922
2026-06-090.93723
2026-06-160.95362
2026-06-230.94179
2026-06-300.93935
2026-07-070.95242
2026-07-140.93834
2026-07-210.93695
2026-07-280.92123
2026-08-040.93625
2026-08-110.95471
2026-08-180.95186
2026-08-260.97003
2026-09-020.95575
2026-09-090.96595
2026-09-160.95173
2026-09-230.95454

High

0.97367

Low

0.88421

Average

0.93222

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/MVR API questions

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

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

How far back does SZL/MVR historical data go?

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