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: show the values
| Point | SZL/ERN |
|---|---|
| 2025-09-27 | 0.86160 |
| 2025-10-04 | 0.87060 |
| 2025-10-11 | 0.85734 |
| 2025-10-18 | 0.86299 |
| 2025-10-25 | 0.86524 |
| 2025-11-01 | 0.86455 |
| 2025-11-08 | 0.86694 |
| 2025-11-15 | 0.87774 |
| 2025-11-22 | 0.86333 |
| 2025-11-29 | 0.87658 |
| 2025-12-06 | 0.88591 |
| 2025-12-14 | 0.89000 |
| 2025-12-21 | 0.89421 |
| 2025-12-28 | 0.90022 |
| 2026-01-04 | 0.91000 |
| 2026-01-11 | 0.90834 |
| 2026-01-18 | 0.91405 |
| 2026-01-25 | 0.93134 |
| 2026-02-01 | 0.92802 |
| 2026-02-08 | 0.93597 |
| 2026-02-15 | 0.94074 |
| 2026-02-22 | 0.93566 |
| 2026-03-01 | 0.94368 |
| 2026-03-08 | 0.90594 |
| 2026-03-15 | 0.88806 |
| 2026-03-22 | 0.88254 |
| 2026-03-29 | 0.87748 |
| 2026-04-05 | 0.88319 |
| 2026-04-12 | 0.91540 |
| 2026-04-19 | 0.91388 |
| 2026-04-26 | 0.90391 |
| 2026-05-03 | 0.90034 |
| 2026-05-10 | 0.91737 |
| 2026-05-18 | 0.90361 |
| 2026-05-26 | 0.91836 |
| 2026-06-02 | 0.92110 |
| 2026-06-11 | 0.90719 |
| 2026-06-18 | 0.91918 |
| 2026-06-25 | 0.90630 |
| 2026-07-02 | 0.91457 |
| 2026-07-09 | 0.91538 |
| 2026-07-16 | 0.91756 |
| 2026-07-23 | 0.91667 |
| 2026-07-30 | 0.90123 |
| 2026-08-06 | 0.91877 |
| 2026-08-13 | 0.92903 |
| 2026-08-21 | 0.93149 |
| 2026-08-28 | 0.93790 |
| 2026-09-04 | 0.93832 |
| 2026-09-11 | 0.92485 |
| 2026-09-18 | 0.91940 |
| 2026-09-25 | 0.91312 |
High
0.94368
Low
0.85734
Average
0.90468
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.