PGK to KZT exchange rate API
Kina to Tenge · quoted 2026-09-25
99.8639
▼ +23.69% over 1Y
1 PGK = 99.8639 KZT · 1 KZT = 0.01001 PGK · Get this rate via the API
1 PGK buys 99.8639 KZT as of 2026-09-25, so 1 KZT buys 0.01001 PGK. Over the last year, PGK/KZT traded between 99.8639 and 130.8880, averaged 113.8366 and fell 23.69%. The API holds daily PGK/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/KZT over 1Y: show the values
| Point | PGK/KZT |
|---|---|
| 2025-09-25 | 130.8711 |
| 2025-10-02 | 130.8880 |
| 2025-10-09 | 129.9203 |
| 2025-10-16 | 128.4769 |
| 2025-10-23 | 129.7943 |
| 2025-10-30 | 126.1737 |
| 2025-11-06 | 124.2528 |
| 2025-11-13 | 124.2540 |
| 2025-11-20 | 122.5930 |
| 2025-11-27 | 121.9076 |
| 2025-12-04 | 117.4573 |
| 2025-12-12 | 122.4478 |
| 2025-12-19 | 121.1013 |
| 2025-12-26 | 118.1845 |
| 2026-01-02 | 118.3012 |
| 2026-01-09 | 119.6778 |
| 2026-01-16 | 119.7945 |
| 2026-01-23 | 118.3388 |
| 2026-01-30 | 117.4483 |
| 2026-02-06 | 115.2859 |
| 2026-02-13 | 115.3780 |
| 2026-02-20 | 114.7874 |
| 2026-02-27 | 116.1361 |
| 2026-03-06 | 114.7921 |
| 2026-03-13 | 113.4793 |
| 2026-03-20 | 111.1935 |
| 2026-03-27 | 111.7186 |
| 2026-04-03 | 109.5007 |
| 2026-04-10 | 110.2254 |
| 2026-04-17 | 108.7446 |
| 2026-04-24 | 107.4807 |
| 2026-05-01 | 106.4154 |
| 2026-05-08 | 106.8345 |
| 2026-05-16 | 107.3940 |
| 2026-05-24 | 108.4206 |
| 2026-05-31 | 111.7145 |
| 2026-06-09 | 110.7717 |
| 2026-06-16 | 112.1082 |
| 2026-06-23 | 111.4321 |
| 2026-06-30 | 110.2319 |
| 2026-07-07 | 107.5614 |
| 2026-07-14 | 107.9304 |
| 2026-07-21 | 106.6633 |
| 2026-07-28 | 107.4983 |
| 2026-08-04 | 107.8554 |
| 2026-08-11 | 105.2062 |
| 2026-08-18 | 104.4479 |
| 2026-08-26 | 103.2874 |
| 2026-09-02 | 103.6551 |
| 2026-09-09 | 102.3868 |
| 2026-09-16 | 100.6370 |
| 2026-09-23 | 100.4197 |
High
130.8880
Low
99.8639
Average
113.8366
Get this rate via the API
One GET request returns the PGK/KZT 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=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/KZT API questions
How do I get the PGK/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/KZT rate in rates.KZT.
How far back does PGK/KZT historical data go?
Daily PGK/KZT 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/KZT 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.