Skip to content

PGK to HUF exchange rate API

Kina to Forint · quoted 2026-09-25

71.3602

▼ +11.17% over 1Y

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 year, PGK/HUF traded between 69.5090 and 81.0996, averaged 74.4839 and fell 11.17%. 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 1Y

PGK/HUF over 1Y: show the values
PointPGK/HUF
2025-09-2580.3352
2025-10-0279.0988
2025-10-0980.9653
2025-10-1679.8072
2025-10-2381.0996
2025-10-3080.3161
2025-11-0679.2603
2025-11-1378.2651
2025-11-2078.5064
2025-11-2777.4143
2025-12-0476.5021
2025-12-1177.1971
2025-12-1877.7755
2025-12-2576.5321
2026-01-0176.7555
2026-01-0877.2550
2026-01-1577.7067
2026-01-2276.5392
2026-01-2974.3670
2026-02-0575.2318
2026-02-1274.6007
2026-02-1975.2324
2026-02-2673.9444
2026-03-0577.5667
2026-03-1277.9025
2026-03-1979.5960
2026-03-2678.1061
2026-04-0277.2366
2026-04-0974.6924
2026-04-1671.2965
2026-04-2371.7913
2026-04-3071.7899
2026-05-0769.5090
2026-05-1470.5614
2026-05-2171.3257
2026-05-2870.2619
2026-06-0469.5350
2026-06-1170.2268
2026-06-1870.1939
2026-06-2571.3319
2026-07-0270.9241
2026-07-0971.1973
2026-07-1671.1671
2026-07-2371.8418
2026-07-3071.1299
2026-08-0671.4132
2026-08-1371.0278
2026-08-2069.6201
2026-08-2770.8087
2026-09-0370.9751
2026-09-1069.7060
2026-09-1770.7613
2026-09-2472.5668

High

81.0996

Low

69.5090

Average

74.4839

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.