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: show the values
| Point | SZL/NPR |
|---|---|
| 2025-09-27 | 8.1530 |
| 2025-10-04 | 8.2445 |
| 2025-10-11 | 8.1204 |
| 2025-10-18 | 8.1086 |
| 2025-10-25 | 8.1087 |
| 2025-11-01 | 8.1942 |
| 2025-11-08 | 8.2006 |
| 2025-11-15 | 8.3072 |
| 2025-11-22 | 8.2566 |
| 2025-11-29 | 8.3583 |
| 2025-12-06 | 8.5048 |
| 2025-12-14 | 8.6050 |
| 2025-12-21 | 8.5486 |
| 2025-12-28 | 8.6270 |
| 2026-01-04 | 8.7401 |
| 2026-01-11 | 8.7509 |
| 2026-01-18 | 8.8464 |
| 2026-01-25 | 9.1129 |
| 2026-02-01 | 9.0788 |
| 2026-02-08 | 9.0445 |
| 2026-02-15 | 9.0911 |
| 2026-02-22 | 9.0625 |
| 2026-03-01 | 9.1724 |
| 2026-03-08 | 8.8914 |
| 2026-03-15 | 8.7686 |
| 2026-03-22 | 8.8339 |
| 2026-03-29 | 8.8803 |
| 2026-04-05 | 8.7540 |
| 2026-04-12 | 9.0445 |
| 2026-04-19 | 9.0615 |
| 2026-04-26 | 9.0672 |
| 2026-05-03 | 9.1117 |
| 2026-05-10 | 9.2158 |
| 2026-05-18 | 9.2629 |
| 2026-05-26 | 9.3477 |
| 2026-06-02 | 9.3523 |
| 2026-06-11 | 9.2593 |
| 2026-06-18 | 9.2634 |
| 2026-06-25 | 9.1220 |
| 2026-07-02 | 9.3004 |
| 2026-07-09 | 9.3289 |
| 2026-07-16 | 9.4343 |
| 2026-07-23 | 9.4424 |
| 2026-07-30 | 9.1995 |
| 2026-08-06 | 9.3212 |
| 2026-08-13 | 9.4562 |
| 2026-08-21 | 9.5167 |
| 2026-08-28 | 9.5500 |
| 2026-09-04 | 9.4602 |
| 2026-09-11 | 9.4479 |
| 2026-09-18 | 9.4019 |
| 2026-09-25 | 9.3481 |
High
9.5500
Low
8.1086
Average
8.9448
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.