PGK to SZL exchange rate API
Kina to Lilangeni · quoted 2026-09-25
3.6710
▼ +12.21% over 1Y
1 PGK = 3.6710 SZL · 1 SZL = 0.27241 PGK · Get this rate via the API
1 PGK buys 3.6710 SZL as of 2026-09-25, so 1 SZL buys 0.27241 PGK. Over the last year, PGK/SZL traded between 3.5971 and 4.2023, averaged 3.8402 and fell 12.21%. The API holds daily PGK/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/SZL over 1Y: show the values
| Point | PGK/SZL |
|---|---|
| 2025-09-25 | 4.1814 |
| 2025-10-02 | 4.1157 |
| 2025-10-09 | 4.1271 |
| 2025-10-16 | 4.1289 |
| 2025-10-23 | 4.2023 |
| 2025-10-30 | 4.0960 |
| 2025-11-06 | 4.1169 |
| 2025-11-13 | 4.0506 |
| 2025-11-20 | 4.0652 |
| 2025-11-27 | 4.0255 |
| 2025-12-04 | 3.9844 |
| 2025-12-12 | 3.9749 |
| 2025-12-19 | 3.9279 |
| 2025-12-26 | 3.8541 |
| 2026-01-02 | 3.8584 |
| 2026-01-09 | 3.8745 |
| 2026-01-16 | 3.8284 |
| 2026-01-23 | 3.7743 |
| 2026-01-30 | 3.7085 |
| 2026-02-06 | 3.7863 |
| 2026-02-13 | 3.7205 |
| 2026-02-20 | 3.7632 |
| 2026-02-27 | 3.7014 |
| 2026-03-06 | 3.8561 |
| 2026-03-13 | 3.8693 |
| 2026-03-20 | 3.9002 |
| 2026-03-27 | 3.9672 |
| 2026-04-03 | 3.9242 |
| 2026-04-10 | 3.7794 |
| 2026-04-17 | 3.7835 |
| 2026-04-24 | 3.8517 |
| 2026-05-01 | 3.8267 |
| 2026-05-08 | 3.7628 |
| 2026-05-16 | 3.8202 |
| 2026-05-24 | 3.7874 |
| 2026-05-31 | 3.7261 |
| 2026-06-09 | 3.7613 |
| 2026-06-16 | 3.7121 |
| 2026-06-23 | 3.7518 |
| 2026-06-30 | 3.7388 |
| 2026-07-07 | 3.6968 |
| 2026-07-14 | 3.7420 |
| 2026-07-21 | 3.7380 |
| 2026-07-28 | 3.7983 |
| 2026-08-04 | 3.7505 |
| 2026-08-11 | 3.6490 |
| 2026-08-18 | 3.6710 |
| 2026-08-26 | 3.5971 |
| 2026-09-02 | 3.6572 |
| 2026-09-09 | 3.6084 |
| 2026-09-16 | 3.6330 |
| 2026-09-23 | 3.6324 |
High
4.2023
Low
3.5971
Average
3.8402
Get this rate via the API
One GET request returns the PGK/SZL 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=PGK¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/SZL API questions
How do I get the PGK/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/SZL rate in rates.SZL.
How far back does PGK/SZL historical data go?
Daily PGK/SZL 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 PGK/SZL 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.