PGK to HUF exchange rate API
Kina to Forint · quoted 2026-09-25
71.2745
▼ +9.20% over 6M
1 PGK = 71.2745 HUF · 1 HUF = 0.01403 PGK · Get this rate via the API
1 PGK buys 71.2745 HUF as of 2026-09-25, so 1 HUF buys 0.01403 PGK. Over the last 6 months, PGK/HUF traded between 68.6567 and 78.4993, averaged 71.5244 and fell 9.20%. 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 6M: show the values
| Point | PGK/HUF |
|---|---|
| 2026-03-29 | 78.4993 |
| 2026-04-05 | 77.4271 |
| 2026-04-12 | 73.4893 |
| 2026-04-19 | 70.9635 |
| 2026-04-26 | 71.8585 |
| 2026-05-03 | 71.2029 |
| 2026-05-10 | 68.6567 |
| 2026-05-17 | 71.3688 |
| 2026-05-24 | 70.8691 |
| 2026-05-31 | 69.6668 |
| 2026-06-07 | 70.7085 |
| 2026-06-14 | 69.8771 |
| 2026-06-21 | 70.1510 |
| 2026-06-28 | 70.7976 |
| 2026-07-05 | 70.0345 |
| 2026-07-12 | 71.0454 |
| 2026-07-19 | 72.1172 |
| 2026-07-26 | 71.9040 |
| 2026-08-02 | 71.5070 |
| 2026-08-09 | 71.0791 |
| 2026-08-16 | 71.5687 |
| 2026-08-23 | 70.7976 |
| 2026-08-30 | 71.9516 |
| 2026-09-06 | 69.2224 |
| 2026-09-13 | 71.2370 |
| 2026-09-20 | 71.8834 |
High
78.4993
Low
68.6567
Average
71.5244
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.