SZL to GNF exchange rate API
Lilangeni to Guinea Franc · quoted 2026-09-26
539.1124
▼ +2.24% over 30D
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 30 days, SZL/GNF traded between 535.8903 and 551.4773, averaged 544.4112 and fell 2.24%. 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 30D: show the values
| Point | SZL/GNF |
|---|---|
| 2026-08-27 | 551.4773 |
| 2026-08-28 | 549.8013 |
| 2026-08-29 | 543.1968 |
| 2026-08-30 | 543.6313 |
| 2026-08-31 | 544.3653 |
| 2026-09-01 | 546.0271 |
| 2026-09-02 | 543.9881 |
| 2026-09-03 | 548.0065 |
| 2026-09-04 | 550.8923 |
| 2026-09-05 | 549.1288 |
| 2026-09-06 | 551.1511 |
| 2026-09-07 | 550.2371 |
| 2026-09-08 | 549.9344 |
| 2026-09-09 | 549.5694 |
| 2026-09-10 | 549.0520 |
| 2026-09-11 | 542.6209 |
| 2026-09-12 | 544.3843 |
| 2026-09-13 | 547.8751 |
| 2026-09-14 | 543.5388 |
| 2026-09-15 | 540.6899 |
| 2026-09-16 | 542.2415 |
| 2026-09-17 | 539.1723 |
| 2026-09-18 | 537.8500 |
| 2026-09-19 | 541.6173 |
| 2026-09-20 | 540.6559 |
| 2026-09-21 | 542.2507 |
| 2026-09-22 | 542.1727 |
| 2026-09-23 | 543.9195 |
| 2026-09-24 | 537.5942 |
| 2026-09-25 | 535.8903 |
| 2026-09-26 | 539.1124 |
High
551.4773
Low
535.8903
Average
544.4112
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.