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: show the values
| Point | PGK/HTG |
|---|---|
| 2025-09-25 | 31.7380 |
| 2025-10-02 | 31.2832 |
| 2025-10-09 | 31.4576 |
| 2025-10-16 | 31.3297 |
| 2025-10-23 | 31.5339 |
| 2025-10-30 | 31.2317 |
| 2025-11-06 | 31.1068 |
| 2025-11-13 | 31.0255 |
| 2025-11-20 | 30.9481 |
| 2025-11-27 | 30.7622 |
| 2025-12-04 | 30.6218 |
| 2025-12-12 | 30.8301 |
| 2025-12-19 | 30.7464 |
| 2025-12-26 | 30.3079 |
| 2026-01-02 | 30.6555 |
| 2026-01-09 | 30.7413 |
| 2026-01-16 | 30.8302 |
| 2026-01-23 | 30.6125 |
| 2026-01-30 | 30.6864 |
| 2026-02-06 | 30.6231 |
| 2026-02-13 | 30.5909 |
| 2026-02-20 | 30.6510 |
| 2026-02-27 | 30.5446 |
| 2026-03-06 | 30.4855 |
| 2026-03-13 | 30.3731 |
| 2026-03-20 | 30.6581 |
| 2026-03-27 | 30.5329 |
| 2026-04-03 | 30.3798 |
| 2026-04-10 | 30.3156 |
| 2026-04-17 | 30.1797 |
| 2026-04-24 | 30.3086 |
| 2026-05-01 | 30.0958 |
| 2026-05-08 | 30.2142 |
| 2026-05-16 | 29.9825 |
| 2026-05-24 | 30.3220 |
| 2026-05-31 | 30.1438 |
| 2026-06-09 | 29.8242 |
| 2026-06-16 | 30.0713 |
| 2026-06-23 | 29.9101 |
| 2026-06-30 | 29.6605 |
| 2026-07-07 | 29.7128 |
| 2026-07-14 | 29.9759 |
| 2026-07-21 | 29.6883 |
| 2026-07-28 | 29.6417 |
| 2026-08-04 | 29.8070 |
| 2026-08-11 | 29.4981 |
| 2026-08-18 | 29.6129 |
| 2026-08-26 | 29.5079 |
| 2026-09-02 | 29.6099 |
| 2026-09-09 | 29.4714 |
| 2026-09-16 | 29.2580 |
| 2026-09-23 | 29.4007 |
High
31.7380
Low
29.2580
Average
30.3556
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.