Skip to content

SZL to GYD exchange rate API

Lilangeni to Guyana Dollar · quoted 2026-09-26

12.8021

▲ +6.22% over 1Y

1 SZL = 12.8021 GYD · 1 GYD = 0.07811 SZL · Get this rate via the API

1 SZL buys 12.8021 GYD as of 2026-09-26, so 1 GYD buys 0.07811 SZL. Over the last year, SZL/GYD traded between 11.9985 and 13.1859, averaged 12.6159 and rose 6.22%. The API holds daily SZL/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/GYD over 1Y

SZL/GYD over 1Y: show the values
PointSZL/GYD
2025-09-2612.0526
2025-10-0312.0804
2025-10-1012.2160
2025-10-1711.9985
2025-10-2412.0367
2025-10-3112.1101
2025-11-0712.0333
2025-11-1412.2852
2025-11-2112.1453
2025-11-2812.1954
2025-12-0512.3155
2025-12-1312.3609
2025-12-2012.4568
2025-12-2712.5230
2026-01-0312.6667
2026-01-1012.6704
2026-01-1712.7324
2026-01-2412.9431
2026-01-3113.1859
2026-02-0712.9909
2026-02-1413.0905
2026-02-2113.0221
2026-02-2813.1062
2026-03-0712.6215
2026-03-1412.3442
2026-03-2112.1981
2026-03-2812.1999
2026-04-0412.2821
2026-04-1112.7237
2026-04-1812.8071
2026-04-2512.6045
2026-05-0212.5599
2026-05-0912.7806
2026-05-1712.5364
2026-05-2512.8031
2026-06-0112.8884
2026-06-1012.6406
2026-06-1712.9312
2026-06-2412.6405
2026-07-0112.7248
2026-07-0812.8954
2026-07-1512.7501
2026-07-2212.7266
2026-07-2912.4767
2026-08-0512.7880
2026-08-1212.9216
2026-08-2012.9190
2026-08-2713.1023
2026-09-0313.0213
2026-09-1013.0420
2026-09-1712.8739
2026-09-2412.8169

High

13.1859

Low

11.9985

Average

12.6159

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/GYD API questions

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

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

How far back does SZL/GYD historical data go?

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