Skip to content

PGK to HUF exchange rate API

Kina to Forint · quoted 2026-09-25

71.3602

▲ +0.39% over 7D

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 7 days, PGK/HUF traded between 71.0475 and 72.5668, averaged 71.5527 and rose 0.39%. 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 7D

PGK/HUF over 7D: show the values
PointPGK/HUF
2026-09-1871.0818
2026-09-1971.3231
2026-09-2071.8834
2026-09-2171.0475
2026-09-2271.3737
2026-09-2371.5993
2026-09-2472.5668
2026-09-2571.7383

High

72.5668

Low

71.0475

Average

71.5527

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.