PGK to HUF exchange rate API
Kina to Forint · quoted 2026-09-25
71.3602
▲ +2.43% over 30D
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 30 days, PGK/HUF traded between 69.1749 and 72.5668, averaged 70.9159 and rose 2.43%. 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 30D: show the values
| Point | PGK/HUF |
|---|---|
| 2026-08-26 | 69.6672 |
| 2026-08-27 | 70.8087 |
| 2026-08-28 | 70.7589 |
| 2026-08-29 | 72.4149 |
| 2026-08-30 | 71.9516 |
| 2026-08-31 | 69.7330 |
| 2026-09-01 | 71.5010 |
| 2026-09-02 | 71.9021 |
| 2026-09-03 | 70.9751 |
| 2026-09-04 | 69.4990 |
| 2026-09-05 | 69.1749 |
| 2026-09-06 | 69.2224 |
| 2026-09-07 | 69.9356 |
| 2026-09-08 | 70.4136 |
| 2026-09-09 | 70.4402 |
| 2026-09-10 | 69.7060 |
| 2026-09-11 | 70.4977 |
| 2026-09-12 | 72.1943 |
| 2026-09-13 | 71.2370 |
| 2026-09-14 | 70.8180 |
| 2026-09-15 | 70.9974 |
| 2026-09-16 | 70.7244 |
| 2026-09-17 | 70.7613 |
| 2026-09-18 | 71.0818 |
| 2026-09-19 | 71.3231 |
| 2026-09-20 | 71.8834 |
| 2026-09-21 | 71.0475 |
| 2026-09-22 | 71.3737 |
| 2026-09-23 | 71.5993 |
| 2026-09-24 | 72.5668 |
| 2026-09-25 | 71.7383 |
High
72.5668
Low
69.1749
Average
70.9159
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.