PGK to HUF exchange rate API
Kina to Forint · quoted 2026-09-25
71.3602
▼ +11.17% over 1Y
1 PGK = 71.3602 HUF · 1 HUF = 0.01401 PGK · Get this rate via the API
1 PGK buys 71.3602 HUF as of 2026-09-25, so 1 HUF buys 0.01401 PGK. Over the last year, PGK/HUF traded between 69.5090 and 81.0996, averaged 74.4839 and fell 11.17%. The API holds daily PGK/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/HUF over 1Y: show the values
| Point | PGK/HUF |
|---|---|
| 2025-09-25 | 80.3352 |
| 2025-10-02 | 79.0988 |
| 2025-10-09 | 80.9653 |
| 2025-10-16 | 79.8072 |
| 2025-10-23 | 81.0996 |
| 2025-10-30 | 80.3161 |
| 2025-11-06 | 79.2603 |
| 2025-11-13 | 78.2651 |
| 2025-11-20 | 78.5064 |
| 2025-11-27 | 77.4143 |
| 2025-12-04 | 76.5021 |
| 2025-12-11 | 77.1971 |
| 2025-12-18 | 77.7755 |
| 2025-12-25 | 76.5321 |
| 2026-01-01 | 76.7555 |
| 2026-01-08 | 77.2550 |
| 2026-01-15 | 77.7067 |
| 2026-01-22 | 76.5392 |
| 2026-01-29 | 74.3670 |
| 2026-02-05 | 75.2318 |
| 2026-02-12 | 74.6007 |
| 2026-02-19 | 75.2324 |
| 2026-02-26 | 73.9444 |
| 2026-03-05 | 77.5667 |
| 2026-03-12 | 77.9025 |
| 2026-03-19 | 79.5960 |
| 2026-03-26 | 78.1061 |
| 2026-04-02 | 77.2366 |
| 2026-04-09 | 74.6924 |
| 2026-04-16 | 71.2965 |
| 2026-04-23 | 71.7913 |
| 2026-04-30 | 71.7899 |
| 2026-05-07 | 69.5090 |
| 2026-05-14 | 70.5614 |
| 2026-05-21 | 71.3257 |
| 2026-05-28 | 70.2619 |
| 2026-06-04 | 69.5350 |
| 2026-06-11 | 70.2268 |
| 2026-06-18 | 70.1939 |
| 2026-06-25 | 71.3319 |
| 2026-07-02 | 70.9241 |
| 2026-07-09 | 71.1973 |
| 2026-07-16 | 71.1671 |
| 2026-07-23 | 71.8418 |
| 2026-07-30 | 71.1299 |
| 2026-08-06 | 71.4132 |
| 2026-08-13 | 71.0278 |
| 2026-08-20 | 69.6201 |
| 2026-08-27 | 70.8087 |
| 2026-09-03 | 70.9751 |
| 2026-09-10 | 69.7060 |
| 2026-09-17 | 70.7613 |
| 2026-09-24 | 72.5668 |
High
81.0996
Low
69.5090
Average
74.4839
Get this rate via the API
One GET request returns the PGK/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/HUF API questions
How do I get the PGK/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/HUF rate in rates.HUF.
How far back does PGK/HUF historical data go?
Daily PGK/HUF 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/HUF 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.