Skip to content

SZL to ERN exchange rate API

Lilangeni to Nakfa · quoted 2026-09-27

0.92082

▲ +6.87% over 1Y

1 SZL = 0.92082 ERN · 1 ERN = 1.0860 SZL · Get this rate via the API

1 SZL buys 0.92082 ERN as of 2026-09-27, so 1 ERN buys 1.0860 SZL. Over the last year, SZL/ERN traded between 0.85734 and 0.94368, averaged 0.90468 and rose 6.87%. The API holds daily SZL/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/ERN over 1Y

SZL/ERN over 1Y: show the values
PointSZL/ERN
2025-09-270.86160
2025-10-040.87060
2025-10-110.85734
2025-10-180.86299
2025-10-250.86524
2025-11-010.86455
2025-11-080.86694
2025-11-150.87774
2025-11-220.86333
2025-11-290.87658
2025-12-060.88591
2025-12-140.89000
2025-12-210.89421
2025-12-280.90022
2026-01-040.91000
2026-01-110.90834
2026-01-180.91405
2026-01-250.93134
2026-02-010.92802
2026-02-080.93597
2026-02-150.94074
2026-02-220.93566
2026-03-010.94368
2026-03-080.90594
2026-03-150.88806
2026-03-220.88254
2026-03-290.87748
2026-04-050.88319
2026-04-120.91540
2026-04-190.91388
2026-04-260.90391
2026-05-030.90034
2026-05-100.91737
2026-05-180.90361
2026-05-260.91836
2026-06-020.92110
2026-06-110.90719
2026-06-180.91918
2026-06-250.90630
2026-07-020.91457
2026-07-090.91538
2026-07-160.91756
2026-07-230.91667
2026-07-300.90123
2026-08-060.91877
2026-08-130.92903
2026-08-210.93149
2026-08-280.93790
2026-09-040.93832
2026-09-110.92485
2026-09-180.91940
2026-09-250.91312

High

0.94368

Low

0.85734

Average

0.90468

For developers

Get this rate via the API

One GET request returns the SZL/ERN 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=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=ERN");
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=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/ERN API questions

How do I get the SZL/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/ERN rate in rates.ERN.

How far back does SZL/ERN historical data go?

Daily SZL/ERN 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/ERN 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.