Skip to content

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

PGK/KZT over 1Y: show the values
PointPGK/KZT
2025-09-25130.8711
2025-10-02130.8880
2025-10-09129.9203
2025-10-16128.4769
2025-10-23129.7943
2025-10-30126.1737
2025-11-06124.2528
2025-11-13124.2540
2025-11-20122.5930
2025-11-27121.9076
2025-12-04117.4573
2025-12-12122.4478
2025-12-19121.1013
2025-12-26118.1845
2026-01-02118.3012
2026-01-09119.6778
2026-01-16119.7945
2026-01-23118.3388
2026-01-30117.4483
2026-02-06115.2859
2026-02-13115.3780
2026-02-20114.7874
2026-02-27116.1361
2026-03-06114.7921
2026-03-13113.4793
2026-03-20111.1935
2026-03-27111.7186
2026-04-03109.5007
2026-04-10110.2254
2026-04-17108.7446
2026-04-24107.4807
2026-05-01106.4154
2026-05-08106.8345
2026-05-16107.3940
2026-05-24108.4206
2026-05-31111.7145
2026-06-09110.7717
2026-06-16112.1082
2026-06-23111.4321
2026-06-30110.2319
2026-07-07107.5614
2026-07-14107.9304
2026-07-21106.6633
2026-07-28107.4983
2026-08-04107.8554
2026-08-11105.2062
2026-08-18104.4479
2026-08-26103.2874
2026-09-02103.6551
2026-09-09102.3868
2026-09-16100.6370
2026-09-23100.4197

High

130.8880

Low

99.8639

Average

113.8366

For developers

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