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: show the values
| Point | SZL/GYD |
|---|---|
| 2025-12-31 | 12.6236 |
| 2026-01-07 | 12.8042 |
| 2026-01-14 | 12.8019 |
| 2026-01-21 | 12.7490 |
| 2026-01-28 | 13.1058 |
| 2026-02-04 | 13.0828 |
| 2026-02-11 | 13.1641 |
| 2026-02-18 | 13.0455 |
| 2026-02-25 | 13.1179 |
| 2026-03-04 | 12.6574 |
| 2026-03-11 | 12.8598 |
| 2026-03-18 | 12.5147 |
| 2026-03-25 | 12.3402 |
| 2026-04-01 | 12.3989 |
| 2026-04-08 | 12.5768 |
| 2026-04-15 | 12.7802 |
| 2026-04-22 | 12.7644 |
| 2026-04-29 | 12.6385 |
| 2026-05-06 | 12.5039 |
| 2026-05-14 | 12.7403 |
| 2026-05-21 | 12.6752 |
| 2026-05-29 | 12.8307 |
| 2026-06-05 | 12.8282 |
| 2026-06-14 | 12.8549 |
| 2026-06-21 | 12.7261 |
| 2026-06-28 | 12.7032 |
| 2026-07-05 | 12.8864 |
| 2026-07-12 | 12.8113 |
| 2026-07-19 | 12.6736 |
| 2026-07-26 | 12.4186 |
| 2026-08-02 | 12.6464 |
| 2026-08-09 | 12.9721 |
| 2026-08-16 | 12.9122 |
| 2026-08-24 | 13.0850 |
| 2026-08-31 | 12.9968 |
| 2026-09-07 | 13.0877 |
| 2026-09-14 | 12.9156 |
| 2026-09-21 | 12.8857 |
High
13.1641
Low
12.3402
Average
12.7944
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.