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: show the values
| Point | SZL/GYD |
|---|---|
| 2025-09-26 | 12.0526 |
| 2025-10-03 | 12.0804 |
| 2025-10-10 | 12.2160 |
| 2025-10-17 | 11.9985 |
| 2025-10-24 | 12.0367 |
| 2025-10-31 | 12.1101 |
| 2025-11-07 | 12.0333 |
| 2025-11-14 | 12.2852 |
| 2025-11-21 | 12.1453 |
| 2025-11-28 | 12.1954 |
| 2025-12-05 | 12.3155 |
| 2025-12-13 | 12.3609 |
| 2025-12-20 | 12.4568 |
| 2025-12-27 | 12.5230 |
| 2026-01-03 | 12.6667 |
| 2026-01-10 | 12.6704 |
| 2026-01-17 | 12.7324 |
| 2026-01-24 | 12.9431 |
| 2026-01-31 | 13.1859 |
| 2026-02-07 | 12.9909 |
| 2026-02-14 | 13.0905 |
| 2026-02-21 | 13.0221 |
| 2026-02-28 | 13.1062 |
| 2026-03-07 | 12.6215 |
| 2026-03-14 | 12.3442 |
| 2026-03-21 | 12.1981 |
| 2026-03-28 | 12.1999 |
| 2026-04-04 | 12.2821 |
| 2026-04-11 | 12.7237 |
| 2026-04-18 | 12.8071 |
| 2026-04-25 | 12.6045 |
| 2026-05-02 | 12.5599 |
| 2026-05-09 | 12.7806 |
| 2026-05-17 | 12.5364 |
| 2026-05-25 | 12.8031 |
| 2026-06-01 | 12.8884 |
| 2026-06-10 | 12.6406 |
| 2026-06-17 | 12.9312 |
| 2026-06-24 | 12.6405 |
| 2026-07-01 | 12.7248 |
| 2026-07-08 | 12.8954 |
| 2026-07-15 | 12.7501 |
| 2026-07-22 | 12.7266 |
| 2026-07-29 | 12.4767 |
| 2026-08-05 | 12.7880 |
| 2026-08-12 | 12.9216 |
| 2026-08-20 | 12.9190 |
| 2026-08-27 | 13.1023 |
| 2026-09-03 | 13.0213 |
| 2026-09-10 | 13.0420 |
| 2026-09-17 | 12.8739 |
| 2026-09-24 | 12.8169 |
High
13.1859
Low
11.9985
Average
12.6159
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.