Skip to content

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

SZL/GNF over 1Y: show the values
PointSZL/GNF
2025-09-26497.5789
2025-10-03501.1899
2025-10-10504.3431
2025-10-17499.9659
2025-10-24500.4616
2025-10-31502.9509
2025-11-07500.0970
2025-11-14510.1394
2025-11-21504.1136
2025-11-28506.8422
2025-12-05512.1835
2025-12-13513.6473
2025-12-20521.3619
2025-12-27525.0588
2026-01-03531.8225
2026-01-10529.8718
2026-01-17533.8356
2026-01-24542.4528
2026-01-31542.1604
2026-02-07544.8810
2026-02-14550.2613
2026-02-21547.5048
2026-02-28552.0729
2026-03-07529.6047
2026-03-14518.3966
2026-03-21513.0516
2026-03-28511.6440
2026-04-04517.8310
2026-04-11534.0726
2026-04-18537.1889
2026-04-25528.0934
2026-05-02526.6990
2026-05-09536.3349
2026-05-17525.9278
2026-05-25536.4016
2026-06-01540.0241
2026-06-10529.9585
2026-06-17541.4982
2026-06-24528.6236
2026-07-01533.7933
2026-07-08540.1481
2026-07-15536.1678
2026-07-22533.9271
2026-07-29524.8053
2026-08-05537.2292
2026-08-12542.3856
2026-08-20545.0495
2026-08-27551.4773
2026-09-03548.0065
2026-09-10549.0520
2026-09-17539.1723
2026-09-24537.5942

High

552.0729

Low

497.5789

Average

528.0768

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.