Skip to content

SZL to ERN exchange rate API

Lilangeni to Nakfa · quoted 2026-09-27

0.92082

▲ +1.90% over YTD

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 year to date, SZL/ERN traded between 0.88610 and 0.94334, averaged 0.91777 and rose 1.90%. 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 YTD

SZL/ERN over YTD: show the values
PointSZL/ERN
2025-12-310.90365
2026-01-070.91724
2026-01-140.91643
2026-01-210.91459
2026-01-280.94303
2026-02-040.94077
2026-02-110.94334
2026-02-180.93651
2026-02-250.94070
2026-03-040.90754
2026-03-110.92214
2026-03-180.89926
2026-03-250.88610
2026-04-010.88872
2026-04-080.90898
2026-04-150.91581
2026-04-220.91527
2026-04-290.90633
2026-05-060.89838
2026-05-140.91343
2026-05-210.90892
2026-05-290.92365
2026-06-050.91851
2026-06-140.92104
2026-06-210.91200
2026-06-280.91050
2026-07-050.92438
2026-07-120.91846
2026-07-190.90895
2026-07-260.89101
2026-08-020.90658
2026-08-090.92933
2026-08-160.92708
2026-08-240.93684
2026-08-310.92749
2026-09-070.93839
2026-09-140.92627
2026-09-210.92447

High

0.94334

Low

0.88610

Average

0.91777

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.