PGK to ZAR exchange rate API
Kina to Rand · quoted 2026-09-24
3.6963
▼ +11.38% over 1Y
1 PGK = 3.6963 ZAR · 1 ZAR = 0.27054 PGK · Get this rate via the API
1 PGK buys 3.6963 ZAR as of 2026-09-24, so 1 ZAR buys 0.27054 PGK. Over the last year, PGK/ZAR traded between 3.5923 and 4.1968, averaged 3.8342 and fell 11.38%. The API holds daily PGK/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/ZAR over 1Y: show the values
| Point | PGK/ZAR |
|---|---|
| 2025-09-24 | 4.1712 |
| 2025-10-01 | 4.1418 |
| 2025-10-08 | 4.1152 |
| 2025-10-15 | 4.1294 |
| 2025-10-22 | 4.1968 |
| 2025-10-29 | 4.0798 |
| 2025-11-05 | 4.1486 |
| 2025-11-12 | 4.0327 |
| 2025-11-19 | 4.0585 |
| 2025-11-26 | 4.0402 |
| 2025-12-03 | 3.9796 |
| 2025-12-10 | 4.0046 |
| 2025-12-17 | 3.9339 |
| 2025-12-24 | 3.8918 |
| 2025-12-31 | 3.8823 |
| 2026-01-07 | 3.8564 |
| 2026-01-14 | 3.8445 |
| 2026-01-21 | 3.8199 |
| 2026-01-28 | 3.7157 |
| 2026-02-04 | 3.7288 |
| 2026-02-11 | 3.7019 |
| 2026-02-18 | 3.7312 |
| 2026-02-25 | 3.6924 |
| 2026-03-04 | 3.7945 |
| 2026-03-11 | 3.8110 |
| 2026-03-18 | 3.9193 |
| 2026-03-25 | 3.9245 |
| 2026-04-01 | 3.8844 |
| 2026-04-08 | 3.7703 |
| 2026-04-15 | 3.7851 |
| 2026-04-22 | 3.7853 |
| 2026-04-29 | 3.8209 |
| 2026-05-06 | 3.7741 |
| 2026-05-13 | 3.7692 |
| 2026-05-20 | 3.8012 |
| 2026-05-27 | 3.7576 |
| 2026-06-03 | 3.7320 |
| 2026-06-10 | 3.7827 |
| 2026-06-17 | 3.7125 |
| 2026-06-24 | 3.7918 |
| 2026-07-01 | 3.7338 |
| 2026-07-08 | 3.7311 |
| 2026-07-15 | 3.7222 |
| 2026-07-22 | 3.7303 |
| 2026-07-29 | 3.7747 |
| 2026-08-05 | 3.7067 |
| 2026-08-12 | 3.6244 |
| 2026-08-19 | 3.6559 |
| 2026-08-26 | 3.5923 |
| 2026-09-02 | 3.6389 |
| 2026-09-09 | 3.6173 |
| 2026-09-16 | 3.6422 |
| 2026-09-23 | 3.6663 |
High
4.1968
Low
3.5923
Average
3.8342
Get this rate via the API
One GET request returns the PGK/ZAR 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=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/ZAR API questions
How do I get the PGK/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/ZAR rate in rates.ZAR.
How far back does PGK/ZAR historical data go?
Daily PGK/ZAR 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/ZAR 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.