Skip to content

SZL to MGA exchange rate API

Lilangeni to Malagasy Ariary · quoted 2026-09-26

270.2487

▼ +2.08% over YTD

1 SZL = 270.2487 MGA · 1 MGA = 0.003700 SZL · Get this rate via the API

1 SZL buys 270.2487 MGA as of 2026-09-26, so 1 MGA buys 0.003700 SZL. Over the year to date, SZL/MGA traded between 246.2227 and 282.7076, averaged 262.8066 and fell 2.08%. The API holds daily SZL/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/MGA over YTD

SZL/MGA over YTD: show the values
PointSZL/MGA
2025-12-31275.9923
2026-01-07282.1016
2026-01-14282.7076
2026-01-21277.2991
2026-01-28280.3473
2026-02-04278.5444
2026-02-11278.5071
2026-02-18272.9137
2026-02-25268.1374
2026-03-04253.5154
2026-03-11255.3475
2026-03-18249.0320
2026-03-25246.2227
2026-04-01247.6955
2026-04-08252.3090
2026-04-15252.5891
2026-04-22252.9351
2026-04-29250.6920
2026-05-06249.1502
2026-05-14253.6545
2026-05-21254.3543
2026-05-29257.9946
2026-06-05257.4140
2026-06-14257.9485
2026-06-21256.4693
2026-06-28257.5670
2026-07-05262.5354
2026-07-12263.0039
2026-07-19260.4055
2026-07-26256.1640
2026-08-02260.5876
2026-08-09267.1486
2026-08-16267.2112
2026-08-24269.5182
2026-08-31268.0767
2026-09-07268.4021
2026-09-14267.2642
2026-09-21267.4520

High

282.7076

Low

246.2227

Average

262.8066

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/MGA API questions

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

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

How far back does SZL/MGA historical data go?

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