Skip to content

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

PGK/SZL over 1Y: show the values
PointPGK/SZL
2025-09-254.1814
2025-10-024.1157
2025-10-094.1271
2025-10-164.1289
2025-10-234.2023
2025-10-304.0960
2025-11-064.1169
2025-11-134.0506
2025-11-204.0652
2025-11-274.0255
2025-12-043.9844
2025-12-123.9749
2025-12-193.9279
2025-12-263.8541
2026-01-023.8584
2026-01-093.8745
2026-01-163.8284
2026-01-233.7743
2026-01-303.7085
2026-02-063.7863
2026-02-133.7205
2026-02-203.7632
2026-02-273.7014
2026-03-063.8561
2026-03-133.8693
2026-03-203.9002
2026-03-273.9672
2026-04-033.9242
2026-04-103.7794
2026-04-173.7835
2026-04-243.8517
2026-05-013.8267
2026-05-083.7628
2026-05-163.8202
2026-05-243.7874
2026-05-313.7261
2026-06-093.7613
2026-06-163.7121
2026-06-233.7518
2026-06-303.7388
2026-07-073.6968
2026-07-143.7420
2026-07-213.7380
2026-07-283.7983
2026-08-043.7505
2026-08-113.6490
2026-08-183.6710
2026-08-263.5971
2026-09-023.6572
2026-09-093.6084
2026-09-163.6330
2026-09-233.6324

High

4.2023

Low

3.5971

Average

3.8402

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=SZL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.