PGK to CZK exchange rate API
Kina to Czech Koruna · quoted 2026-09-25
4.8063
▼ +0.68% over YTD
1 PGK = 4.8063 CZK · 1 CZK = 0.20806 PGK · Get this rate via the API
1 PGK buys 4.8063 CZK as of 2026-09-25, so 1 CZK buys 0.20806 PGK. Over the year to date, PGK/CZK traded between 4.6582 and 4.9386, averaged 4.7978 and fell 0.68%. The API holds daily PGK/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/CZK over YTD: show the values
| Point | PGK/CZK |
|---|---|
| 2025-12-31 | 4.8393 |
| 2026-01-07 | 4.8724 |
| 2026-01-14 | 4.8830 |
| 2026-01-21 | 4.8591 |
| 2026-01-28 | 4.7465 |
| 2026-02-04 | 4.8213 |
| 2026-02-11 | 4.7498 |
| 2026-02-18 | 4.7685 |
| 2026-02-25 | 4.7861 |
| 2026-03-04 | 4.8625 |
| 2026-03-11 | 4.8908 |
| 2026-03-18 | 4.9386 |
| 2026-03-25 | 4.8914 |
| 2026-04-01 | 4.8900 |
| 2026-04-08 | 4.8144 |
| 2026-04-15 | 4.7684 |
| 2026-04-22 | 4.7695 |
| 2026-04-29 | 4.7947 |
| 2026-05-06 | 4.7606 |
| 2026-05-13 | 4.7619 |
| 2026-05-20 | 4.8032 |
| 2026-05-27 | 4.7932 |
| 2026-06-03 | 4.7773 |
| 2026-06-10 | 4.7771 |
| 2026-06-17 | 4.7678 |
| 2026-06-24 | 4.8790 |
| 2026-07-01 | 4.8411 |
| 2026-07-08 | 4.8436 |
| 2026-07-15 | 4.8271 |
| 2026-07-22 | 4.7963 |
| 2026-07-29 | 4.7903 |
| 2026-08-05 | 4.7485 |
| 2026-08-12 | 4.7193 |
| 2026-08-19 | 4.6860 |
| 2026-08-26 | 4.6582 |
| 2026-09-02 | 4.7240 |
| 2026-09-09 | 4.6928 |
| 2026-09-16 | 4.7181 |
| 2026-09-23 | 4.7924 |
High
4.9386
Low
4.6582
Average
4.7978
Get this rate via the API
One GET request returns the PGK/CZK 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=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CZK").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/CZK API questions
How do I get the PGK/CZK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/CZK rate in rates.CZK.
How far back does PGK/CZK historical data go?
Daily PGK/CZK 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/CZK 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.