SZL to GNF exchange rate API
Lilangeni to Guinea Franc · quoted 2026-09-26
539.1124
▲ +10.73% over 5Y
1 SZL = 539.1124 GNF · 1 GNF = 0.001855 SZL · Get this rate via the API
1 SZL buys 539.1124 GNF as of 2026-09-26, so 1 GNF buys 0.001855 SZL. Over the last 5 years, SZL/GNF traded between 453.9985 and 550.2371, averaged 503.1045 and rose 10.73%. The API holds daily SZL/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/GNF over 5Y: show the values
| Point | SZL/GNF |
|---|---|
| 2024-08-24 | 486.8608 |
| 2024-10-07 | 496.5488 |
| 2024-11-06 | 490.3667 |
| 2024-12-06 | 477.0807 |
| 2025-01-05 | 461.0422 |
| 2025-02-04 | 461.2170 |
| 2025-03-06 | 472.8176 |
| 2025-04-06 | 453.9985 |
| 2025-05-06 | 473.7518 |
| 2025-06-07 | 486.7608 |
| 2025-07-07 | 492.4707 |
| 2025-08-06 | 485.1058 |
| 2025-09-05 | 488.5272 |
| 2025-10-06 | 503.7113 |
| 2025-11-05 | 495.4328 |
| 2025-12-05 | 512.1835 |
| 2026-01-05 | 530.2708 |
| 2026-02-04 | 549.3804 |
| 2026-03-06 | 529.0725 |
| 2026-04-05 | 516.8574 |
| 2026-05-05 | 521.5560 |
| 2026-06-06 | 528.6924 |
| 2026-07-08 | 540.1481 |
| 2026-08-07 | 537.5138 |
| 2026-09-07 | 550.2371 |
High
550.2371
Low
453.9985
Average
503.1045
Get this rate via the API
One GET request returns the SZL/GNF 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=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/GNF API questions
How do I get the SZL/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/GNF rate in rates.GNF.
How far back does SZL/GNF historical data go?
Daily SZL/GNF 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/GNF 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.