SZL to GNF exchange rate API
Lilangeni to Guinea Franc · quoted 2026-09-26
539.1124
▲ +8.35% over 1Y
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 year, SZL/GNF traded between 497.5789 and 552.0729, averaged 528.0768 and rose 8.35%. 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 1Y: show the values
| Point | SZL/GNF |
|---|---|
| 2025-09-26 | 497.5789 |
| 2025-10-03 | 501.1899 |
| 2025-10-10 | 504.3431 |
| 2025-10-17 | 499.9659 |
| 2025-10-24 | 500.4616 |
| 2025-10-31 | 502.9509 |
| 2025-11-07 | 500.0970 |
| 2025-11-14 | 510.1394 |
| 2025-11-21 | 504.1136 |
| 2025-11-28 | 506.8422 |
| 2025-12-05 | 512.1835 |
| 2025-12-13 | 513.6473 |
| 2025-12-20 | 521.3619 |
| 2025-12-27 | 525.0588 |
| 2026-01-03 | 531.8225 |
| 2026-01-10 | 529.8718 |
| 2026-01-17 | 533.8356 |
| 2026-01-24 | 542.4528 |
| 2026-01-31 | 542.1604 |
| 2026-02-07 | 544.8810 |
| 2026-02-14 | 550.2613 |
| 2026-02-21 | 547.5048 |
| 2026-02-28 | 552.0729 |
| 2026-03-07 | 529.6047 |
| 2026-03-14 | 518.3966 |
| 2026-03-21 | 513.0516 |
| 2026-03-28 | 511.6440 |
| 2026-04-04 | 517.8310 |
| 2026-04-11 | 534.0726 |
| 2026-04-18 | 537.1889 |
| 2026-04-25 | 528.0934 |
| 2026-05-02 | 526.6990 |
| 2026-05-09 | 536.3349 |
| 2026-05-17 | 525.9278 |
| 2026-05-25 | 536.4016 |
| 2026-06-01 | 540.0241 |
| 2026-06-10 | 529.9585 |
| 2026-06-17 | 541.4982 |
| 2026-06-24 | 528.6236 |
| 2026-07-01 | 533.7933 |
| 2026-07-08 | 540.1481 |
| 2026-07-15 | 536.1678 |
| 2026-07-22 | 533.9271 |
| 2026-07-29 | 524.8053 |
| 2026-08-05 | 537.2292 |
| 2026-08-12 | 542.3856 |
| 2026-08-20 | 545.0495 |
| 2026-08-27 | 551.4773 |
| 2026-09-03 | 548.0065 |
| 2026-09-10 | 549.0520 |
| 2026-09-17 | 539.1723 |
| 2026-09-24 | 537.5942 |
High
552.0729
Low
497.5789
Average
528.0768
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.