Skip to content

SZL to NPR exchange rate API

Lilangeni to Nepalese Rupee · quoted 2026-09-27

9.3938

▲ +15.22% over 1Y

1 SZL = 9.3938 NPR · 1 NPR = 0.10645 SZL · Get this rate via the API

1 SZL buys 9.3938 NPR as of 2026-09-27, so 1 NPR buys 0.10645 SZL. Over the last year, SZL/NPR traded between 8.1086 and 9.5500, averaged 8.9448 and rose 15.22%. The API holds daily SZL/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/NPR over 1Y

SZL/NPR over 1Y: show the values
PointSZL/NPR
2025-09-278.1530
2025-10-048.2445
2025-10-118.1204
2025-10-188.1086
2025-10-258.1087
2025-11-018.1942
2025-11-088.2006
2025-11-158.3072
2025-11-228.2566
2025-11-298.3583
2025-12-068.5048
2025-12-148.6050
2025-12-218.5486
2025-12-288.6270
2026-01-048.7401
2026-01-118.7509
2026-01-188.8464
2026-01-259.1129
2026-02-019.0788
2026-02-089.0445
2026-02-159.0911
2026-02-229.0625
2026-03-019.1724
2026-03-088.8914
2026-03-158.7686
2026-03-228.8339
2026-03-298.8803
2026-04-058.7540
2026-04-129.0445
2026-04-199.0615
2026-04-269.0672
2026-05-039.1117
2026-05-109.2158
2026-05-189.2629
2026-05-269.3477
2026-06-029.3523
2026-06-119.2593
2026-06-189.2634
2026-06-259.1220
2026-07-029.3004
2026-07-099.3289
2026-07-169.4343
2026-07-239.4424
2026-07-309.1995
2026-08-069.3212
2026-08-139.4562
2026-08-219.5167
2026-08-289.5500
2026-09-049.4602
2026-09-119.4479
2026-09-189.4019
2026-09-259.3481

High

9.5500

Low

8.1086

Average

8.9448

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/NPR API questions

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

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

How far back does SZL/NPR historical data go?

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