Skip to content

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

PGK/HUF over 6M: show the values
PointPGK/HUF
2026-03-2978.4993
2026-04-0577.4271
2026-04-1273.4893
2026-04-1970.9635
2026-04-2671.8585
2026-05-0371.2029
2026-05-1068.6567
2026-05-1771.3688
2026-05-2470.8691
2026-05-3169.6668
2026-06-0770.7085
2026-06-1469.8771
2026-06-2170.1510
2026-06-2870.7976
2026-07-0570.0345
2026-07-1271.0454
2026-07-1972.1172
2026-07-2671.9040
2026-08-0271.5070
2026-08-0971.0791
2026-08-1671.5687
2026-08-2370.7976
2026-08-3071.9516
2026-09-0669.2224
2026-09-1371.2370
2026-09-2071.8834

High

78.4993

Low

68.6567

Average

71.5244

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.