Skip to content

SZL to GNF exchange rate API

Lilangeni to Guinea Franc · quoted 2026-09-26

539.1124

▲ +5.26% over 6M

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 6 months, SZL/GNF traded between 512.1525 and 549.1288, averaged 534.8221 and rose 5.26%. 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 6M

SZL/GNF over 6M: show the values
PointSZL/GNF
2026-03-30512.1525
2026-04-06517.2175
2026-04-13534.6478
2026-04-20535.4581
2026-04-27528.0934
2026-05-04526.7146
2026-05-11535.1791
2026-05-19526.8562
2026-05-27536.1472
2026-06-03539.2399
2026-06-12537.9080
2026-06-19530.5527
2026-06-26530.1523
2026-07-03540.4128
2026-07-10538.8866
2026-07-17533.3740
2026-07-24521.5455
2026-07-31530.7751
2026-08-07537.5138
2026-08-14543.2259
2026-08-22547.5926
2026-08-29543.1968
2026-09-05549.1288
2026-09-12544.3843
2026-09-19541.6173
2026-09-26539.1124

High

549.1288

Low

512.1525

Average

534.8221

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.