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: show the values
| Point | SZL/PKR |
|---|---|
| 2025-09-27 | 16.1617 |
| 2025-10-04 | 16.3849 |
| 2025-10-11 | 16.0715 |
| 2025-10-18 | 16.1710 |
| 2025-10-25 | 16.2094 |
| 2025-11-01 | 16.1951 |
| 2025-11-08 | 16.3363 |
| 2025-11-15 | 16.4807 |
| 2025-11-22 | 16.1532 |
| 2025-11-29 | 16.3985 |
| 2025-12-06 | 16.5666 |
| 2025-12-14 | 16.6414 |
| 2025-12-21 | 16.7081 |
| 2025-12-28 | 16.8100 |
| 2026-01-04 | 16.9914 |
| 2026-01-11 | 16.9784 |
| 2026-01-18 | 17.0809 |
| 2026-01-25 | 17.3992 |
| 2026-02-01 | 17.3235 |
| 2026-02-08 | 17.4673 |
| 2026-02-15 | 17.5612 |
| 2026-02-22 | 17.4525 |
| 2026-03-01 | 17.6200 |
| 2026-03-08 | 16.9276 |
| 2026-03-15 | 16.5807 |
| 2026-03-22 | 16.4717 |
| 2026-03-29 | 16.3919 |
| 2026-04-05 | 16.4370 |
| 2026-04-12 | 17.0250 |
| 2026-04-19 | 17.0197 |
| 2026-04-26 | 16.8631 |
| 2026-05-03 | 16.8102 |
| 2026-05-10 | 17.0335 |
| 2026-05-18 | 16.9422 |
| 2026-05-26 | 17.2166 |
| 2026-06-02 | 17.2670 |
| 2026-06-11 | 17.0075 |
| 2026-06-18 | 17.1620 |
| 2026-06-25 | 16.9903 |
| 2026-07-02 | 17.1445 |
| 2026-07-09 | 17.1588 |
| 2026-07-16 | 17.1996 |
| 2026-07-23 | 17.1836 |
| 2026-07-30 | 16.8819 |
| 2026-08-06 | 17.2107 |
| 2026-08-13 | 17.4046 |
| 2026-08-21 | 17.4473 |
| 2026-08-28 | 17.5468 |
| 2026-09-04 | 17.5603 |
| 2026-09-11 | 17.3083 |
| 2026-09-18 | 17.2059 |
| 2026-09-25 | 17.0926 |
High
17.6200
Low
16.0715
Average
16.9179
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.