Skip to content

SZL to GMD exchange rate API

Lilangeni to Dalasi · quoted 2026-09-26

4.5041

▲ +7.12% over 1Y

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

1 SZL buys 4.5041 GMD as of 2026-09-26, so 1 GMD buys 0.22202 SZL. Over the last year, SZL/GMD traded between 4.1943 and 4.6570, averaged 4.4418 and rose 7.12%. The API holds daily SZL/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/GMD over 1Y

SZL/GMD over 1Y: show the values
PointSZL/GMD
2025-09-264.2047
2025-10-034.2411
2025-10-104.2141
2025-10-174.1943
2025-10-244.2117
2025-10-314.2354
2025-11-074.2280
2025-11-144.3107
2025-11-214.2847
2025-11-284.2916
2025-12-054.3376
2025-12-134.3626
2025-12-204.3911
2025-12-274.4689
2026-01-034.4870
2026-01-104.4882
2026-01-174.4773
2026-01-244.5218
2026-01-314.5367
2026-02-074.5504
2026-02-144.6039
2026-02-214.5808
2026-02-284.5479
2026-03-074.4383
2026-03-144.3626
2026-03-214.3281
2026-03-284.2833
2026-04-044.3656
2026-04-114.4724
2026-04-184.4998
2026-04-254.4294
2026-05-024.3817
2026-05-094.4901
2026-05-174.4582
2026-05-254.4999
2026-06-014.5385
2026-06-104.4514
2026-06-174.5403
2026-06-244.4237
2026-07-014.4980
2026-07-084.5448
2026-07-154.5206
2026-07-224.5040
2026-07-294.4312
2026-08-054.5397
2026-08-124.5778
2026-08-204.6025
2026-08-274.6570
2026-09-034.6486
2026-09-104.6209
2026-09-174.5135
2026-09-244.5190

High

4.6570

Low

4.1943

Average

4.4418

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/GMD API questions

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

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

How far back does SZL/GMD historical data go?

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