Skip to content

PGK to HTG exchange rate API

Kina to Gourde · quoted 2026-09-25

29.3450

▼ +7.54% over 1Y

1 PGK = 29.3450 HTG · 1 HTG = 0.03408 PGK · Get this rate via the API

1 PGK buys 29.3450 HTG as of 2026-09-25, so 1 HTG buys 0.03408 PGK. Over the last year, PGK/HTG traded between 29.2580 and 31.7380, averaged 30.3556 and fell 7.54%. The API holds daily PGK/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/HTG over 1Y

PGK/HTG over 1Y: show the values
PointPGK/HTG
2025-09-2531.7380
2025-10-0231.2832
2025-10-0931.4576
2025-10-1631.3297
2025-10-2331.5339
2025-10-3031.2317
2025-11-0631.1068
2025-11-1331.0255
2025-11-2030.9481
2025-11-2730.7622
2025-12-0430.6218
2025-12-1230.8301
2025-12-1930.7464
2025-12-2630.3079
2026-01-0230.6555
2026-01-0930.7413
2026-01-1630.8302
2026-01-2330.6125
2026-01-3030.6864
2026-02-0630.6231
2026-02-1330.5909
2026-02-2030.6510
2026-02-2730.5446
2026-03-0630.4855
2026-03-1330.3731
2026-03-2030.6581
2026-03-2730.5329
2026-04-0330.3798
2026-04-1030.3156
2026-04-1730.1797
2026-04-2430.3086
2026-05-0130.0958
2026-05-0830.2142
2026-05-1629.9825
2026-05-2430.3220
2026-05-3130.1438
2026-06-0929.8242
2026-06-1630.0713
2026-06-2329.9101
2026-06-3029.6605
2026-07-0729.7128
2026-07-1429.9759
2026-07-2129.6883
2026-07-2829.6417
2026-08-0429.8070
2026-08-1129.4981
2026-08-1829.6129
2026-08-2629.5079
2026-09-0229.6099
2026-09-0929.4714
2026-09-1629.2580
2026-09-2329.4007

High

31.7380

Low

29.2580

Average

30.3556

For developers

Get this rate via the API

One GET request returns the PGK/HTG 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=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=HTG");
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=HTG").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/HTG API questions

How do I get the PGK/HTG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/HTG rate in rates.HTG.

How far back does PGK/HTG historical data go?

Daily PGK/HTG 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/HTG 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.