Skip to content

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

SZL/GNF over YTD: show the values
PointSZL/GNF
2025-12-31527.5930
2026-01-07535.1557
2026-01-14535.1789
2026-01-21533.7147
2026-01-28551.7323
2026-02-04549.3804
2026-02-11552.3407
2026-02-18547.8110
2026-02-25550.4220
2026-03-04530.4310
2026-03-11539.3617
2026-03-18525.3965
2026-03-25517.4603
2026-04-01519.9091
2026-04-08531.9173
2026-04-15535.9857
2026-04-22536.2101
2026-04-29530.3564
2026-05-06524.5245
2026-05-14534.0446
2026-05-21531.7479
2026-05-29539.2157
2026-06-05537.1952
2026-06-14538.6839
2026-06-21533.1130
2026-06-28532.3519
2026-07-05540.8928
2026-07-12537.5544
2026-07-19531.9265
2026-07-26521.6552
2026-08-02531.7115
2026-08-09544.5721
2026-08-16543.9714
2026-08-24549.5535
2026-08-31544.3653
2026-09-07550.2371
2026-09-14543.5388
2026-09-21542.2507

High

552.3407

Low

517.4603

Average

536.9891

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=GNF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.