SZL to MGA exchange rate API
Lilangeni to Malagasy Ariary · quoted 2026-09-26
270.2487
▲ +0.08% over 30D
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 last 30 days, SZL/MGA traded between 265.9278 and 271.3153, averaged 268.5952 and rose 0.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 30D: show the values
| Point | SZL/MGA |
|---|---|
| 2026-08-27 | 270.0303 |
| 2026-08-28 | 270.9174 |
| 2026-08-29 | 267.9451 |
| 2026-08-30 | 267.8667 |
| 2026-08-31 | 268.0767 |
| 2026-09-01 | 268.0808 |
| 2026-09-02 | 267.7740 |
| 2026-09-03 | 269.0573 |
| 2026-09-04 | 269.3591 |
| 2026-09-05 | 269.9299 |
| 2026-09-06 | 271.3153 |
| 2026-09-07 | 268.4021 |
| 2026-09-08 | 267.9257 |
| 2026-09-09 | 269.9677 |
| 2026-09-10 | 267.8991 |
| 2026-09-11 | 265.9278 |
| 2026-09-12 | 268.3411 |
| 2026-09-13 | 269.5715 |
| 2026-09-14 | 267.2642 |
| 2026-09-15 | 266.1998 |
| 2026-09-16 | 267.3218 |
| 2026-09-17 | 267.1420 |
| 2026-09-18 | 269.0782 |
| 2026-09-19 | 266.8795 |
| 2026-09-20 | 268.5203 |
| 2026-09-21 | 267.4520 |
| 2026-09-22 | 269.5748 |
| 2026-09-23 | 270.7404 |
| 2026-09-24 | 269.1379 |
| 2026-09-25 | 266.8494 |
| 2026-09-26 | 270.2487 |
High
271.3153
Low
265.9278
Average
268.5952
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.