Skip to content

SZL to PKR exchange rate API

Lilangeni to Pakistan Rupee · quoted 2026-09-27

16.9959

▲ +5.16% over 1Y

1 SZL = 16.9959 PKR · 1 PKR = 0.05884 SZL · Get this rate via the API

1 SZL buys 16.9959 PKR as of 2026-09-27, so 1 PKR buys 0.05884 SZL. Over the last year, SZL/PKR traded between 16.0715 and 17.6200, averaged 16.9179 and rose 5.16%. The API holds daily SZL/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/PKR over 1Y

SZL/PKR over 1Y: show the values
PointSZL/PKR
2025-09-2716.1617
2025-10-0416.3849
2025-10-1116.0715
2025-10-1816.1710
2025-10-2516.2094
2025-11-0116.1951
2025-11-0816.3363
2025-11-1516.4807
2025-11-2216.1532
2025-11-2916.3985
2025-12-0616.5666
2025-12-1416.6414
2025-12-2116.7081
2025-12-2816.8100
2026-01-0416.9914
2026-01-1116.9784
2026-01-1817.0809
2026-01-2517.3992
2026-02-0117.3235
2026-02-0817.4673
2026-02-1517.5612
2026-02-2217.4525
2026-03-0117.6200
2026-03-0816.9276
2026-03-1516.5807
2026-03-2216.4717
2026-03-2916.3919
2026-04-0516.4370
2026-04-1217.0250
2026-04-1917.0197
2026-04-2616.8631
2026-05-0316.8102
2026-05-1017.0335
2026-05-1816.9422
2026-05-2617.2166
2026-06-0217.2670
2026-06-1117.0075
2026-06-1817.1620
2026-06-2516.9903
2026-07-0217.1445
2026-07-0917.1588
2026-07-1617.1996
2026-07-2317.1836
2026-07-3016.8819
2026-08-0617.2107
2026-08-1317.4046
2026-08-2117.4473
2026-08-2817.5468
2026-09-0417.5603
2026-09-1117.3083
2026-09-1817.2059
2026-09-2517.0926

High

17.6200

Low

16.0715

Average

16.9179

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/PKR API questions

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

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

How far back does SZL/PKR historical data go?

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