Skip to content

SZL to GYD exchange rate API

Lilangeni to Guyana Dollar · quoted 2026-09-26

12.8021

▲ +1.41% over YTD

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 year to date, SZL/GYD traded between 12.3402 and 13.1641, averaged 12.7944 and rose 1.41%. 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 YTD

SZL/GYD over YTD: show the values
PointSZL/GYD
2025-12-3112.6236
2026-01-0712.8042
2026-01-1412.8019
2026-01-2112.7490
2026-01-2813.1058
2026-02-0413.0828
2026-02-1113.1641
2026-02-1813.0455
2026-02-2513.1179
2026-03-0412.6574
2026-03-1112.8598
2026-03-1812.5147
2026-03-2512.3402
2026-04-0112.3989
2026-04-0812.5768
2026-04-1512.7802
2026-04-2212.7644
2026-04-2912.6385
2026-05-0612.5039
2026-05-1412.7403
2026-05-2112.6752
2026-05-2912.8307
2026-06-0512.8282
2026-06-1412.8549
2026-06-2112.7261
2026-06-2812.7032
2026-07-0512.8864
2026-07-1212.8113
2026-07-1912.6736
2026-07-2612.4186
2026-08-0212.6464
2026-08-0912.9721
2026-08-1612.9122
2026-08-2413.0850
2026-08-3112.9968
2026-09-0713.0877
2026-09-1412.9156
2026-09-2112.8857

High

13.1641

Low

12.3402

Average

12.7944

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.