SZL to GNF exchange rate API
Lilangeni to Guinea Franc · quoted 2026-09-26
539.1124
▲ +2.18% over YTD
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 year to date, SZL/GNF traded between 517.4603 and 552.3407, averaged 536.9891 and rose 2.18%. 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 YTD: show the values
| Point | SZL/GNF |
|---|---|
| 2025-12-31 | 527.5930 |
| 2026-01-07 | 535.1557 |
| 2026-01-14 | 535.1789 |
| 2026-01-21 | 533.7147 |
| 2026-01-28 | 551.7323 |
| 2026-02-04 | 549.3804 |
| 2026-02-11 | 552.3407 |
| 2026-02-18 | 547.8110 |
| 2026-02-25 | 550.4220 |
| 2026-03-04 | 530.4310 |
| 2026-03-11 | 539.3617 |
| 2026-03-18 | 525.3965 |
| 2026-03-25 | 517.4603 |
| 2026-04-01 | 519.9091 |
| 2026-04-08 | 531.9173 |
| 2026-04-15 | 535.9857 |
| 2026-04-22 | 536.2101 |
| 2026-04-29 | 530.3564 |
| 2026-05-06 | 524.5245 |
| 2026-05-14 | 534.0446 |
| 2026-05-21 | 531.7479 |
| 2026-05-29 | 539.2157 |
| 2026-06-05 | 537.1952 |
| 2026-06-14 | 538.6839 |
| 2026-06-21 | 533.1130 |
| 2026-06-28 | 532.3519 |
| 2026-07-05 | 540.8928 |
| 2026-07-12 | 537.5544 |
| 2026-07-19 | 531.9265 |
| 2026-07-26 | 521.6552 |
| 2026-08-02 | 531.7115 |
| 2026-08-09 | 544.5721 |
| 2026-08-16 | 543.9714 |
| 2026-08-24 | 549.5535 |
| 2026-08-31 | 544.3653 |
| 2026-09-07 | 550.2371 |
| 2026-09-14 | 543.5388 |
| 2026-09-21 | 542.2507 |
High
552.3407
Low
517.4603
Average
536.9891
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.