Skip to content

GMD to SZL exchange rate API

Dalasi to Lilangeni · quoted 2026-09-26

0.22202

▼ +3.90% over 6M

1 GMD = 0.22202 SZL · 1 SZL = 4.5041 GMD · Get this rate via the API

1 GMD buys 0.22202 SZL as of 2026-09-26, so 1 SZL buys 4.5041 GMD. Over the last 6 months, GMD/SZL traded between 0.21660 and 0.23104, averaged 0.22265 and fell 3.90%. The API holds daily GMD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GMD/SZL over 6M

GMD/SZL over 6M: show the values
PointGMD/SZL
2026-03-300.23104
2026-04-060.22891
2026-04-130.22291
2026-04-200.22369
2026-04-270.22576
2026-05-040.22822
2026-05-110.22246
2026-05-190.22538
2026-05-270.22208
2026-06-030.22078
2026-06-120.22162
2026-06-190.22508
2026-06-260.22517
2026-07-030.21967
2026-07-100.22088
2026-07-170.22261
2026-07-240.22599
2026-07-310.22249
2026-08-070.22116
2026-08-140.21762
2026-08-220.21800
2026-08-290.21847
2026-09-050.21660
2026-09-120.21966
2026-09-190.22120
2026-09-260.22202

High

0.23104

Low

0.21660

Average

0.22265

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GMD/SZL API questions

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

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

How far back does GMD/SZL historical data go?

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