Skip to content

PGK to HUF exchange rate API

Kina to Forint · quoted 2026-09-25

71.3602

▼ +7.21% over YTD

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 year to date, PGK/HUF traded between 69.0435 and 79.2914, averaged 72.9380 and fell 7.21%. 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 YTD

PGK/HUF over YTD: show the values
PointPGK/HUF
2025-12-3176.9016
2026-01-0777.2240
2026-01-1477.8785
2026-01-2176.9377
2026-01-2874.4197
2026-02-0475.2932
2026-02-1174.1730
2026-02-1874.3568
2026-02-2574.2596
2026-03-0476.7161
2026-03-1177.8110
2026-03-1879.2914
2026-03-2577.9004
2026-04-0176.1739
2026-04-0874.1767
2026-04-1571.4238
2026-04-2271.6080
2026-04-2971.5565
2026-05-0670.2456
2026-05-1370.1564
2026-05-2071.3503
2026-05-2770.0360
2026-06-0370.0825
2026-06-1070.4098
2026-06-1769.0435
2026-06-2471.6859
2026-07-0171.0230
2026-07-0871.4936
2026-07-1571.6408
2026-07-2272.2239
2026-07-2971.7214
2026-08-0571.0611
2026-08-1270.8452
2026-08-1970.7045
2026-08-2669.6672
2026-09-0271.9021
2026-09-0970.4402
2026-09-1670.7244
2026-09-2371.5993

High

79.2914

Low

69.0435

Average

72.9380

For developers

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